Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to enable conditional show of dimension for certain Users

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

1 Solution

Accepted Solutions
sunny_talwar

May be use OSUser() function with a match function in the enable condition:

WildMatch(OSUsers(), 'a', 'b', 'd'....)

View solution in original post

4 Replies
sunny_talwar

May be use OSUser() function with a match function in the enable condition:

WildMatch(OSUsers(), 'a', 'b', 'd'....)

Anonymous
Not applicable
Author

I forgot to mention: I need this done in a straight table

maxgro
MVP
MVP

you can use the enable conditional for the dimension

and an expression like

WildMatch(OSUser(), '*user1*', '*user2*')

Anil_Babu_Samineni

Sunny, Do you have any example for this?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful