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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Gowtham174
Creator
Creator

URL button to open new webpage from app.

Hi,

Can you please help me to prepare the button to open url web page.

I am using the mashup for complete qliksense sheet in the webpage and in the webpage i have given the hub path to edit the sheet. This is pointing to edit sheet in qliksense, here is my problem once edit is done i need to redirect to the initial web page where mashup is created.

I tried using the text box url and when i used link is opening in other page, whereas qliksense edit sheet is open and in the new web page initial web page where mashup is created is opened.


I need once edit is done and if i click back the initial web page, this should redirect in the same web page not on the other web page tab.


Thank you in advance for your help.


Thanks,

Gowtham

1 Solution

Accepted Solutions
Gowtham174
Creator
Creator
Author

i got the answer - We need to create below Widget to get the button and reload in same page.

<input type="button" onclick="location.href='https://www.google.com/';" value="Home">

View solution in original post

1 Reply
Gowtham174
Creator
Creator
Author

i got the answer - We need to create below Widget to get the button and reload in same page.

<input type="button" onclick="location.href='https://www.google.com/';" value="Home">