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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

Layout condition for Dynamic values

I want to hide and show one object based on values in one particular field. These values would be dynamic so how can i write that condition for example OSUSER() = 'Field A(All Values in Field A')

1 Reply
stigchel
Partner - Master
Partner - Master

You can use something like

Count({<[Field A]={'$(=OSUser())'}>} [Field A])

If the domain name is excluded in Field A, you need to strip the domain name in the comparison e.g.

='$(=replace(OSUser(),'YourDomain\',''))'