Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
steveclough
Contributor
Contributor

Trying to pass multiple dates (in text) via a URL from one App to another - Qlik Sense

I have 2 Qlik Sense apps both with the same date_key field (date_key is a 5 digit date representation stored as text).  URL from the source App is as follows:

https://{server}/sense/app/{app_id}/sheet/{sheet_id}/state/analysis/select/{field1_name}/{filed1_pay...

If I select a single date in the source App it works.  If I update the URL after the fact to something like '.../select/date_key/47151;47155' that works as well.  Selecting multiple dates in the source App does not work.

Question: How do I get the source App to create the semicolon separated list of date_keys to forward in the URL?

Labels (4)
1 Reply
mato32188
Specialist
Specialist

Hi @steveclough ,

I would suggest to use button from chart objects in APP 1 (below)

mato32188_0-1671181100010.png

and setup navigation

mato32188_1-1671181270973.png

by following

='https://{server_name}/sense/app/{app2_id}/sheet/{sheet_id}/state/analysis/select/date_key/'&Concat(distinct date_key,';').

It will open new tab with selected values in app 1 and use these selected values in app 2.

br

m

ECG line chart is the most important visualization in your life.