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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewaf
Creator
Creator

QV Password

Hi,

i created a sheet that is available only if the value of a variable(called password) is equal to QVEMEA.

The issue is that if the input box where the user should enter the password (linked to the variable) is blank, the sheet appears.

How this can be fixed?
Thank you

Cattura.PNG

Labels (1)
1 Reply
petter
Partner - Champion III
Partner - Champion III

It seems to me that you have a misplaced v just after the initial equal character.

You need to put the $-sign expansion into a string like this:

='$(Password)'='QVEMEA'

or if the v is the first character of the variablename:

='$(vPassword)'='QVEMEA'