Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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?
Hi @steveclough ,
I would suggest to use button from chart objects in APP 1 (below)
and setup navigation
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