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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Control the tab according to the user id accessing the dashboard

Hi

Can some please help me out to implement a control that only shows the tabs QV1 & QV" if the following query returns a "Y" for the user id accessing the dashboard:

select 'Y' from w_qlikview_users
where qv_logon = 'qlikview'
and (aaa_qv = 'Y' or bbb_qv = 'Y' or ccc_qv = 'Y')


0 Replies