Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi I have to create the button. when I click on that button I have to go next sheet. How can I created in qliksense? in variable box how I have to create?
Please refer below links:
GitHub - gowthamrajbm/QlikSense-Text-Button-Design
Hope this will be helpful!
Regards!
Rahul Pawar
Hi,
you can also try this extension from Stefan
GitHub - stefanwalther/sense-navigation: Sheet Navigation + Actions for Qlik Sense.
Thanks,
Deva
Hi:
you can use sense-navigation-master this Extensions to finish next sheet
Hello,
You can also go to Dev-hub Widget Editor. You will create a button with Action , you will find the next sheet and previous sheet button. It will reflect in your custom objects for use in qlik sense.
Hi narasaiah
The best option is to use Sheet Navigation & Action Qlik Sense extension. In there you can create a button and assign a functionality to it. In this case a sheet navigation to previous/next/specific or event ot an external link.
If you want to avoid extensions, I would recommend you to create a KPI with a string expression and make it clickable to perform the sheet navigation. Though, you'll need to click twice to perform the action.
Hope this helps 🙂
and PS: the sheet actions+ navigation extension is a certified extension by Qlik; so no worry, you can use it, I do all the time:
Hi,
There are different ways you can do this
One is you can download the Sheet Navigation & Action Qlik Sense extension
and the Other way is
You can use #1 KPI chart and inside the Presentation property use Link to sheet option inside that select the sheet you want to go.
Hi Kohli,
you can create a widget using the below code:
<p>
<b>Navigation actions:</b><br/>
<lui-button ng-click="navigation.nextSheet()">Next sheet</lui-button><br/>
<lui-button ng-click="navigation.prevSheet()">Previous sheet</lui-button><br/>
<p/>
Nikos
But, I am able to find some issues in navigation.
only Next sheet is working, previous sheets feature is not working