List only rows that are assigned to currently logged in user (in screen section)

Hi,

I have scenario where I need to list rows in screen section (each row has assigned system user using column where BusinessParterId is inserted) and list only rows that are assigned to currently logged in user.

I tried to solve it using Implicit Filter but I can’t figure how to reference parameter parCurrentUserId in the RightSideValue. I also tried using AS:ActiveProfileId() but still same problem.

Do you have any advice or help?
Thank you, Vojtěch.

Implicit filters support only “constant” values. In this case a filter on the datastructure level should solve the issue.

Thanks for hint. Using filter on screen reference in menu works!

Still it’s kinda pity that ImplicitFilters do not support using parameters or function references. Maybe it should be added to ideas :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.