Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to restrict users from clicking on-demand button in Qlik Sense (Jun 2020) when they haven't made any selections. Is there a way I can do this ?
I tried putting the on-demand button in an container, so that I can conditionally hide it however the button doesn't work from inside the container. Is there any other way?
hI @abe786
Putting button inside container definitelly work. I am using such solution in all my projects so I dont know what does not work for you. Just make sure you use the native container object and make button appear dynamically depending on selection/condition.
To troubleshoot issues with button in container you will need to use web browser developer tools.
cheers
Lech
Hi,
I think there is not a feature to conditionally hide or show the On-Demand button. You could post an idea in the ideation portal or you can evaluate to create something custom by using Qlik NPrinting APIs https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/Extending/Intro-Extending.htm
Best Regards,
Ruggero
hI @abe786
Putting button inside container definitelly work. I am using such solution in all my projects so I dont know what does not work for you. Just make sure you use the native container object and make button appear dynamically depending on selection/condition.
To troubleshoot issues with button in container you will need to use web browser developer tools.
cheers
Lech
Thanks Lech. I tried it again and it worked.
Turned out I had forgot to turn off tabs in the container object the first time 😑