Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Our dashboard has charts on which revenue is displayed.
Can we have access control for this chart where we need to show column A to one user and rest for everyone.
But how ? Do we have suitable examples
Hi @SRT10 ,
Do you want to remove the particular column from a chart or from full data?
If this is chart specific then you can handle this using show hide functionality or
you can omit the specific column using Section access.
There is a chart of income and it has 5 columns.
I am suppose to have access to all these columns.
But when Abhijit is accessing dashboard he is allowed to see only 4 columns from that chart.
Here we are imposing control for that one particular column based on user list
Hi @SRT10,
I get your point. you can achieve this using column-level section access, where you can omit the specific column for the user. for reference please go through with the below link.
https://www.youtube.com/watch?v=AhgIp5xA_nc
I think you want to hide 5th column from specific user. Omit will reduce data from all dashboard. So omit won't work for you
in qliksense,
select chart > properties > expand expression > you will see box for show column if >
over there mention condition for user
like if(wildmatch(osuser(),'SRT10'),1,0)
Regards,
Prashant Sangle