Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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'