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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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