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: 
ali_hijazi
Partner - Master II
Partner - Master II

Users with OMIT fields

Hello 

I have a Qliksense application with section access defined

Some users in the section access are not allowed to see some fields and these are specified in the OMIT column

Now suppose a user U1 is not allowed to see a dimension D1 but this dimension is used in a chart this user will get the incomplete visualization error message on the chart because D1 is anot available for that user 

Is there an approach to fix this like hiding the dimension D1 in case it is listed in the OMIT field for that user?

Maybe put in the header for that dimension a label saying "dimension not available"

 

Kindly advise 

 

 

 

 

 

 

I can walk on water when it freezes
Labels (1)
3 Replies
MayilVahanan

Hi 

Might be, you can give the show or hide "Conditional" to display the dim for certain users.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
ali_hijazi
Partner - Master II
Partner - Master II
Author

I know and the condition is the OMIT valueif it's there then hide 

But the OMIT is in the section access which is not accessible to section application and thus to chart 

 

 

 

 

I can walk on water when it freezes
marcus_sommer

Did you try something like: alt(count(D1), 0) as condition for the dimension or the object and/or coalesce(D1, '#NV') as calculated dimension?