I am trying to execute the following expression as a regular user on a report:

I am trying to execute the following expression as a regular user on a report:

fn!intersection(
tointeger(fn!getgroupsoftypeforuser(loggedInUser(),"SomeRole")),
tointeger(fn!getmembergroups(cons!SOME_GROUP))
)

it fails to return the right resulte when logged in as a regular user. it only works as system administrator. How can I make this work for regular users? TIA!

OriginalPostID-213898

OriginalPostID-213898

  Discussion posts and replies are publicly visible