Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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)
20 Replies
jerifortune
Creator III
Creator III

Getting the same error ? Does your URL work when you paste it in a browser? 

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune,

The below URL I am using:

http://localhost:4848/sense/app/C%3A%5CUsers%5Csumantakm215%5CDocuments%5CQlik%5CSense%5CApps%5CTake...

The URL is working properly when I am using it  in a browser but when using in script then the above error is generated.

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.

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune,

Thanks for your help.

I had to generate URL from single configurator.

But now the problem is if I click on a link then it is redirecting me to the next page showing all the value.

But I want the associated value of the link value in the next page.

jerifortune
Creator III
Creator III

Copy the iframe (url) that you embedded into your script and paste it on a browser, what are you seeing?

URL will resolve to the contents of the page except if it is redirected to a different page. Before embedding your page (url), make sure you paste it in a browser and you are getting what you expect. I suspect you are mixing something somewhere.

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune,

Page redirection is working properly.

clipboard_image_0.png

When clicking on value(Mike,Neil...) of link field it is redirecting me to the below page:

clipboard_image_1.png

But I want when click on Mike link from the first page it will show me only Mike's graph in the 2nd page.

Is it possible?

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,

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

ajaykakkar93
Specialist III
Specialist III

Hi, 

You can use this extension to do this action

https://github.com/ajaykakkar93/TableBox

there is a demo attached with it take a look & if you have some questions please do ask

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

sumanta1234
Partner - Creator
Partner - Creator
Author

Hi Jerifortune, Thanks for your kind help. Successfully completed the task.
ajayvermaida
Partner - Creator
Partner - Creator

@sumanta1234 

 

Hi Could you please confirm how complete the navigate sheet on selection of the value . i have slimier kind of requirement in my project