Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

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?

10 Replies
rahulpawarb
Specialist III
Specialist III

Please refer below links:

Qlik Branch

GitHub - gowthamrajbm/QlikSense-Text-Button-Design

Hope this will be helpful!

Regards!

Rahul Pawar

devarasu07
Master II
Master II

Hi,

you can also try this extension from Stefan

GitHub - stefanwalther/sense-navigation: Sheet Navigation + Actions for Qlik Sense.

Thanks,
Deva

zjc957875211
Contributor
Contributor

Hi:

you can use sense-navigation-master this Extensions to  finish next sheet

Anonymous
Not applicable

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.

jasonmomoa
Creator
Creator

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 🙂

OmarBenSalem

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:

Certified Extensions - Coming to a Cloud Near You!

nikhil_deokar
Partner - Contributor
Partner - Contributor

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.

Nikos
Contributor II
Contributor II

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

keshavkumar
Contributor II
Contributor II

But, I am able to find some issues in navigation. 

only Next sheet is working, previous sheets feature is not working