Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
Might be, you can give the show or hide "Conditional" to display the dim for certain users.
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
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?