Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Pratik1
Contributor
Contributor

How to apply back button in qlik sense mashup to move one sheets to another sheets.

#back button  #qlik sense mashup

Labels (2)
6 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

You can do that is is usal javascript with HTML CSS OR just switch the page 1 using the anchor tag to  page 2

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Pratik1
Contributor
Contributor
Author

Thanks for  replay Any example for this.

 

 

ajaykakkar93
Specialist III
Specialist III

Would you like me to provide you with an example in steps.

  • Create a mashup by name of FIRST_MASHUP_EXAMPLE
  • Create an additional HTML page in the mashup by the mane of Page2.html
  • open FIRST_MASHUP_EXAMPLE.html
  • add an anchor tag to redirect the page to the second page
    <a href="Page2.html">Page 2</a>
  • copy the HTML & paste it in Page2.html
  • Edit the anchor tag
    <a href="FIRST_MASHUP_EXAMPLE.html">Back</a>

 

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Pratik1
Contributor
Contributor
Author

thank you so much....!

ajaykakkar93
Specialist III
Specialist III

Please mark the correct replies as Solution if it helps you..

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

Would you like me to provide you with an example in steps.

  • Create a mashup by name of FIRST_MASHUP_EXAMPLE
  • Create an additional HTML page in the mashup by the mane of Page2.html
  • open FIRST_MASHUP_EXAMPLE.html
  • add an anchor tag to redirect the page to the second page
    <a href="Page2.html">Page 2</a>
  • copy the HTML & paste it in Page2.html
  • Edit the anchor tag
    <a href="FIRST_MASHUP_EXAMPLE.html">Back</a>

 

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting