Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the default selection value for each User

Hi All,

Can we set the defalut selection for each user?

I mean when User A open the doc, he wants to see the default select of Id =1. For User B, he wants to get Id 2.

How to do this?

Thanks.

1 Solution

Accepted Solutions
juleshartley
Specialist
Specialist

I would use the 'OSUser' system field and then set selections based on that using an 'On document open' action

So in the 'search string' of the action add a formula like

eg. If (OSUser = 'xxx\MrB', 'Id2', etc..)

View solution in original post

1 Reply
juleshartley
Specialist
Specialist

I would use the 'OSUser' system field and then set selections based on that using an 'On document open' action

So in the 'search string' of the action add a formula like

eg. If (OSUser = 'xxx\MrB', 'Id2', etc..)