Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sheet Navigation

Hi every one  iam new to qlik Sense can you please help me for creating the Sheet Navigation Extension (eg:if i click image button go to the next Sheet )means navigate the one sheet to another sheet 

1 Solution

Accepted Solutions
reddy-s
Master II
Master II

Hi Sai,

Why don't you set css properties to your button.

use

border-radius: X px and then set an image to your button

or use this:

<input type="image" src="image url" alt="Submit" width="48" height="48">

This will help you design the button.

Once done use this methods to navigate through sheets


qlik.navigation.nextSheet

qlik.navigation.prevSheet

qlik.navigation.gotoSheet


Best Regards,

Sangram Reddy.

View solution in original post

27 Replies
arulsettu
Master III
Master III

Not applicable
Author

hi Arul i have seen already this extensions but i need with image button but not in normal button tab

1.png

Stefan_Walther
Employee
Employee

Hi,

have a look here: https://github.com/stefanwalther/sense-navigation

Regards

Stefan

Not applicable
Author

hi stefan i was looking for this 1.png

Not applicable
Author

hi stefan i was seen navigation extension with button but i am  looking for image in the place of button navigation

reddy-s
Master II
Master II

Hi Sai,

Why don't you set css properties to your button.

use

border-radius: X px and then set an image to your button

or use this:

<input type="image" src="image url" alt="Submit" width="48" height="48">

This will help you design the button.

Once done use this methods to navigate through sheets


qlik.navigation.nextSheet

qlik.navigation.prevSheet

qlik.navigation.gotoSheet


Best Regards,

Sangram Reddy.

Stefan_Walther
Employee
Employee

Not a bad idea, I'll invest some time so see if I can bring that functionality into sense-navigation, I think that would be useful addition.

Regards

Stefan

reddy-s
Master II
Master II

Hi Stefan,

Your Extensions helped me learn a lot. Debugged most of it. Thank you so much for your contribution.

Regards,

Sangram Reddy.

Not applicable
Author

Hi Reddy For you have any other way  for sheet navigation