Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

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 III
Creator III
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 III
Creator III
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.