Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have designed an app with multiple sheets on QlikSense. My client is asking me to put the app to run in a screen passing for each sheet automatically. It would be something like this:
Show(1st Sheet) -> wait( 5secs), Show(2nd sheet) -> wait( 5secs),....,Show(Nnd sheet)-> wait( 5secs), back to first one and continue the loop.
Any clue for doing this?
Thanks!!
I got this extension from Qlik Branch, GitHub - ardwork/automated-sheet-scroll: A Qlik Sense extension allowing users to set an automated s...
Thanks for your support!
Hi Andres,
As far as I know, the standard capabilities Qlik Sense do not allow this. It is necessary to use the possibilities of extensions.
In QlikView it was possible to do this on the basis of changing values of variables and using function Now(), for example. But in Qlik Sense even the function Now() is recalculated only with manual manipulations by the user.
Regards,
Andrey
Hi Andrey,
Thanks for answering. It is clear there is not a standard way to do this, sorry for not clarify I would need a "custom" solution, such as an extension or JavaScript code to start with.
Kind regards,
Andres
Hi Andres,
Try searching here Qlik Branch, maybe there is already something ready for you.
Regards,
Andrey
I got this extension from Qlik Branch, GitHub - ardwork/automated-sheet-scroll: A Qlik Sense extension allowing users to set an automated s...
Thanks for your support!