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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ARKrish
Contributor
Contributor

show / hide button

Team - I need to hide /show the button based on my user id and password. We were taken the used id & role from our database. 

=Match(left (SubField(Upper(OSUser()),'=',-1),8),CDSID) AND ROLE='ADMIN'

Please provide your input. 

Thanks

Krish

 

2 Replies
gopipnr
Contributor II
Contributor II

You can add a button within a Container and set its visibility based on a specified condition.

gopipnr_0-1731059040619.png

 

ARKrish
Contributor
Contributor
Author

Thanks for your reply and I have used variables to fix my issue.