Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sumanta1234
Partner - Creator
Partner - Creator

Clicking on a value navigate to next sheet

Hi,

Please find the below table in qliksense(June 2019) :

clipboard_image_0.png

I want to navigate to the next sheet when selecting any value(A152,A153..) in Field_Code.

Please guide me how to achieve this.

Labels (3)
2 Solutions

Accepted Solutions
jerifortune
Creator III
Creator III

Did you generate the URL using single configurator on Dev Hub (mashup environment) or you adjusted the url on the data load editor? The error indicates that app name or location could not be resolved.

Sorry, I am not close by to look into your code. Someone in this community has told me that the sample works for him. Just review your code and you should be fine.

View solution in original post

jerifortune
Creator III
Creator III

Follow, the steps in this link to dynamically extent the selection to the value of the field

Step 1: Use the direction on this link to grab the URL https://help.qlik.com/en-US/sense-developer/September2019/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/H...

Step 2. Append the url  on Data Load Editor. 
     Example,

   

LOAD 

Instrument,
'http://localhost:4848/single/?appid=C%3A%5CUsers%5Cjeogwa%5CDocuments%5CQlik%5CSense%5CApps%5CTake%20me%20to%20Landing%20Page%20Mashup.qvf&obj=HJBWFjE&opt=nointeraction&select=clearall&select=Player,'&Player as link,

..............

View solution in original post

20 Replies
jerifortune
Creator III
Creator III

Make the field a URL text and redirect to the new sheet

TomWelgemoed
Partner - Contributor
Partner - Contributor

Hi,

You can add a URL in a table by changing the representation field, as per the attached image.

Note that when you publish your app, your app ID will change, so you will then need to update the URL accordingly.

 

Regards,

Tom

 

Qlik Sense URL.png

 

sumanta1234
Partner - Creator
Partner - Creator
Author

Thanks Tom.

But I am trying to do this in mashup.

Because I am using Qliksense desktop not server.

jerifortune
Creator III
Creator III

It works the same way, reference the url with the sheetID.

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune

Could you please provide a sample app with that functionality. 

jerifortune
Creator III
Creator III

Hope this sample helps.

Grab the url for the sheet from the mashup single configurator.

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune,

When clicking on the link getting the below error:

clipboard_image_0.png

 

jerifortune
Creator III
Creator III

The error is expected. I used a desktop version. You should replace the URL with the URL of your landing sheet. Remember, to grab  the URL for your sheet using single configurator 

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi jerifortune

I have already used my URL but still I am getting the error.