Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please find the below table in qliksense(June 2019) :
I want to navigate to the next sheet when selecting any value(A152,A153..) in Field_Code.
Please guide me how to achieve this.
Getting the same error ? Does your URL work when you paste it in a browser?
Hi Jerifortune,
The below URL I am using:
The URL is working properly when I am using it in a browser but when using in script then the above error is generated.
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.
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.
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.
Hi Jerifortune,
Page redirection is working properly.
When clicking on value(Mike,Neil...) of link field it is redirecting me to the below page:
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?
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,
..............
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
Hi Could you please confirm how complete the navigate sheet on selection of the value . i have slimier kind of requirement in my project