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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Button with pass word enter to access certain page

Hi All

I have a sheet which is important information only access by top mgt people , and when user click the button , it will ask for pass word . may i know how to do it ?

Paul

32 Replies
Not applicable

The sheet opens even if u clear the password. It means that it is not ok to write =$(vPassword)=12345 and u need to use vPassword='12345'

paulyeo11
Master
Master
Author

Hi yad ,

i just like to know how you know 1=1 will be able to hack it. i just like to know what it the logic.

Not applicable

Because u saved the document when the password is entered. Normally, users are not allowed to save the document, only developers can do it.

Still I suggest u to use section access. It will be much  more secure.

paulyeo11
Master
Master
Author

Hi she

Pls send me your excel file. Thank you for your code.

Not applicable

When u use syntax like that $(vPassword), the dollar sign expansion calculates what it is inside the brackets. So when u enter 1=1 and the condition says $(vPassword)=12345, the result is True()=12345 which returns null() value and the sheet opens.

paulyeo11
Master
Master
Author

Hi Yad

Thank you very much. look like not easy understand for non programmer.

Not applicable

Find attached.

paulyeo11
Master
Master
Author

Hi she

i set the caption tab text to white but still see the password. may i know how you change the color to white ?

Not applicable

You need to change row color: Properties -> Presentation -> Row Colors

paulyeo11
Master
Master
Author

Hi She

I am using ver 9 so i am not able change the color , you must be using higher then 9 right ?