Dynamic values in Filter Component

KhasimKhanP
Tera Expert

Hi guys,

I've created Assignment Group Filter on workspace, it should display the groups that i'm part of how to achieve this feature.

1 ACCEPTED SOLUTION

Click on 'configure values' on the Filter source. Then select related list condition and add the 'group members' related list with a condition of 'user is dynamic me' and a 'Greater than or equal to 1'. That will show you only the groups you are part of.

MarkManders_0-1747747065134.png

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

5 REPLIES 5

Mark Manders
Mega Patron

You should use a dynamic filter option within the condition of your reference table within the interactive filter (you could use the OOB 'one of my groups' dynamic filter option (gs.getUser().getMyGroups()).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark Manders ,

Let me elaborate requirement

i've already added Assignment Group Filter on workspace

KhasimKhanP_0-1747746149665.png

 

so when i click on dropdown it's showing all records from Groups table, but i need only the groups that i'm part of, tried playing with configure values it's not working.

 

Click on 'configure values' on the Filter source. Then select related list condition and add the 'group members' related list with a condition of 'user is dynamic me' and a 'Greater than or equal to 1'. That will show you only the groups you are part of.

MarkManders_0-1747747065134.png

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark Manders  thank you,

i tried this already but i added active = true above, it's working if i remove this filter