Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to enable conditional show of dimensions for certain users? Can this be implemented at front end level.
I know I can enable it so all users will see/not see the particular dimension. But how to restrict it for particular users?
Any suggestions would mean a lot?
Thanks
May be use OSUser() function with a match function in the enable condition:
WildMatch(OSUsers(), 'a', 'b', 'd'....)
May be use OSUser() function with a match function in the enable condition:
WildMatch(OSUsers(), 'a', 'b', 'd'....)
I forgot to mention: I need this done in a straight table
you can use the enable conditional for the dimension
and an expression like
WildMatch(OSUser(), '*user1*', '*user2*')
Sunny, Do you have any example for this?