Tuesday, October 25, 2016

How to hide a sheet on access point in Qlikview?

If you are working on a particular sheet and changes are still not in final stage. And  If you want to hide qlikview sheet on access point.

you can use below code to acheive it.


  • Go to sheet property.
  • in general tab, select condition and write below expression.
  • IF(ClientPlatform() = '',1,0)



In dev mode, you will see the sheet but on access point it would be hidden.

thanks,
Shiv shrotriya