Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to OMIT the cloumn in the APP to different users: Qlik Sense

Section Access;

LOAD * INLINE [

    ACCESS, USERID, OMITGROUP

    ADMIN, admin,

    USER, user1, group1

    USER, user2, group2

];


LOAD * INLINE [

    OMITGROUP, OMIT

    group1, Field1

    group1, Field2

    group2, Field2

    group2, Field3

];



Section Application;


Fields:

LOAD * INLINE [

    Field1, Field2, Field3, Field4, Field5

    Value1, Value2, Value3, Value4, Value5

];


And I am preparing the sheet with three fileds

filed1

filed2

field3


after that i published the sheet to everyone..


when user2 opened the app..he is getting the error invalid Visualization...

please help to solve this issue.

0 Replies