Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Column Level Access in Qliksense

We have 2 user groups and want to restrict few columns for 1 user group how can we achieve this through section access in Qliksense

7 Replies
francescoreggia
Partner - Contributor III
Partner - Contributor III

rsdhavle
Creator II
Creator II
Author

I tried using OMIT option however i see one challenge there as whichever tables has that particular field which we have omitted shows incomplete visualization. Is there any way to show other fields except omitted fields in same object?

rsdhavle
Creator II
Creator II
Author

I tried using OMIT option however i see one challenge there as whichever tables has that particular field which we have omitted shows incomplete visualization. Is there any way to show other fields except omitted fields in same object?

francescoreggia
Partner - Contributor III
Partner - Contributor III

You can try this

if(Osuser()='Mike', sum(Sales) ,

if(Osuser()='Kobe', sum(Cost) ))

ashareddymandala
Contributor
Contributor

Hi, I'm facing the same issue..were you able to find a solution for this.

It shows as Incomplete Visualization.