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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help wanted for a Condition

Hi,

I have a document with a button that has an Enable Condition.

Some users can select the button, for others it is grayed out.

I need to find out what it means

SUM({$<"USERID"={$(=OSUser())}>}BUTTON_VRD)>=1


//SUM({$<"USERID"={$(vOSUser)}>}BUTTON_LOG)>0

Many thanks,

Peter

1 Reply
marcus_sommer

The condition is related to the user which is logged in. Add a textbox with = osuser() and you will see your user-name and only if this user is included within the values of the field USERID the condition will be true.

- Marcus