Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Can we show/ Hide sheets in Qliksense using section access?
I know we can achieve in QMC. But our requirement is to achieve it from section access.
Please help..
Thanks,
Shameem
No, that's not possible.
Thank you gwassenaar
i hope it worked fine in qv but keep trying it QS and update us whether it is success in QS
example: below steps followed in QV
hiden script tab
section access
load inline
access,userid,password,
[
.
.
.
];
section application
load * inline
[
userid sheetf1flag,sheet2flag
admin,1,1
usr1,1,0
user2,0,1
in the sheet1 property condition
give the below expression
=sheet1flag>0
in the sheet2 property condition
give the below expression
=sheet2flag>0
Is this possible now we have a Show Condition in the Sheet?