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

section access / application problem QV9

Hello,

i have a problem with the section access and section application in QV 9 personal. The script:


Section Access;
LOAD * INLINE [
ACCESS, USERID, KOST
USER, stefie, TE1
USER, hallo, *
ADMIN, phil, *
];
star is *;
Section Application;
LOAD * INLINE [
KOST,KST_ID
TE1,78945
TE2,12345];


Now I save the document with the User phil. I open the document as stefie and only see kst_id 78945, everything okay!

I close the document and open it as hallo agian. Now i only see 78945 and as a USER i won't that i have rights to run scripts...

If I open the document as phil and load the script again kst_id 12345 is back.

What's wrong?

2 Replies
prieper
Master II
Master II

Hi,

when you run the script, you can see all data after the rerun. If you close the application and open it again, you will be back to restricted data

HTH

Peter

Anonymous
Not applicable
Author

A little more...
When you open the file as stefie, the data is not just hidden - it is completely eliminated from the application. Just compare the file size before and after saving as stefie. When you save it, the restricted data is lost. That is, until you reload.