Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can use OMIT in section access
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?
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?
You can try this
if(Osuser()='Mike', sum(Sales) ,
if(Osuser()='Kobe', sum(Cost) ))
Hi, I'm facing the same issue..were you able to find a solution for this.
It shows as Incomplete Visualization.