Filter a related Columns

Hi everyone.

I'd like to inquire if it's possible to filter the display of a virtual column REF_ROWS().

In my scenario, I have two tables:

Table 1 "Client Data: 

leonyouv_0-1715689775212.png

Table 2 "Task Data"

leonyouv_1-1715689806223.png

As you can see, in Table 1 "Client Data", there's a virtual column REF_ROWS("Task Data", "Client ID"). I'm wondering if it's feasible to filter the displayed table so that it only shows values equal to the "HOW IS IN CHARGE OF THE CLIENT" column.

leonyouv_2-1715690540370.png

 

In my case, I want to display only the values from Table 2 related to Steve when I select client 1, as he's the one in charge of this client.

Thank you in advance for your support.

Solved Solved
1 5 246
1 ACCEPTED SOLUTION

Please try 

SELECT([Related Task Datas][Data ID], [_THISROW]. [How is in charge of the client]= [Employees])

View solution in original post

5 REPLIES 5

In the table "Client Data" please add a virtual column called say [Related Incharge Tasks] with an expression something like 

SELECT([Related Task Datas], [_THISROW]. [How is in charge of the client]= [Employees])

This new column should contain the " Task Data" records related to only the in charge.

Another suggestion: please take a look at "Display value" setting of a column. One need not have very long column names because those are used in the expressions and it can be cumbersome. 

 

hi @Suvrutt_GurjarThank you so much for your replay

I followed your instructions but encountered an error. if you can help me to solve-it, it will be really appreciated.

leonyouv_0-1715703139447.png

and i try this also

leonyouv_1-1715703216164.png

thank you in advance

 

 

 

Please try 

SELECT([Related Task Datas][Data ID], [_THISROW]. [How is in charge of the client]= [Employees])

Great it work perfectly thank you

You arw welcome. I must mention that your first post describing your requirement was well detailed with relevant screenshots and table details. In general an ideal note. Good job there.

Top Labels in this Space