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: 
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 

27 Replies
Not applicable
Author

Hi Reddy,

i got it the image extension,

Thank you very much

Regards,

Sai Madhu

reddy-s
Master II
Master II

Always welcome!

Uday_Pasupuleti
Partner - Creator III
Partner - Creator III

HI Sangam,

Thanks for the code.

I have managed to use my own images in the container for goto sheets.

But the size is not responsive only for those images. I have tried to edit the css butt somehow am unable to adjust the image (button) size in the extension.

Could you please help me out on this?

Thanks,

Uday

reddy-s
Master II
Master II

Hi Uday,

Did you apply CSS properties to the image? There could be a possibility that the properties are inherited from the images parent. So make use of this in your CSS properties:

img{

Height:100% !important;

width:100% !important;

}

If you debug the layout of the screen you will be able to solve the issue.

Thanks,

Sangram.

Uday_Pasupuleti
Partner - Creator III
Partner - Creator III

Hi Sangram,

Thanks for the tip now I can make my images size to what ever I want but am unable to change the container size.

If I tried to reduce the size in the app the images are also shrinking.

I have tried to edit the #button-container by setting height and width to auto but it's not changing the default size of the container.

Thanks,

reddy-s
Master II
Master II

Hi Uday,

You might have to debug the layout one. There could be nested Divs and one of them could be set to a fixed width or height. Just make use all the divs are have the following property:

Height:100%

width:100%

this will take the size of the entire div.

delporte_marcel
Partner - Contributor II
Partner - Contributor II

Hey Sangam,

Thank you for the code.

I'd like to use my own images to navigate between the sheets, but i could't get the job done. I have changed the file path, but it won't work. Ofc i'm very new to sense / extension and js in general.

Could you please help me out on this?

Thanks in advance!

qv_testing
Specialist II
Specialist II

Hi Reddy,

I'm facing like same issue, this extension working one sequence level..

But my requirement How to navigate to specific sheet ??

Example: suppose i have 10 sheets... Main dashboard i have one button... if i click, i have to navigate specific sheet (like 5th sheet), but this extension working sequence level sheet1-sheet2-sheet3 ..... Sheet10 and return back to sheet1

Please can you help me??

Thanks in Advance...!!