
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to create the button. when I click on that button I have to go next sheet. How can I created in qliksense?
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?
- « Previous Replies
-
- 1
- 2
- Next Replies »


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please refer below links:
GitHub - gowthamrajbm/QlikSense-Text-Button-Design
Hope this will be helpful!
Regards!
Rahul Pawar


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
you can also try this extension from Stefan
GitHub - stefanwalther/sense-navigation: Sheet Navigation + Actions for Qlik Sense.
Thanks,
Deva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi:
you can use sense-navigation-master this Extensions to finish next sheet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But, I am able to find some issues in navigation.
only Next sheet is working, previous sheets feature is not working

- « Previous Replies
-
- 1
- 2
- Next Replies »