-
Re: Define a parameter with multiple values (QlikSense)
Steve Kang Nov 26, 2017 9:10 PM (in response to Gonzalo Yagüe Suñol)Hi Gonzalo,
You can achieve it using App Integration API.
Refer the below link.
App Integration API ‒ Qlik Sense Developers
Thanks,
Steve.
-
Re: Define a parameter with multiple values (QlikSense)
Luis Madriz Nov 26, 2017 9:34 PM (in response to Gonzalo Yagüe Suñol)Hi Gonzalo,
What are you trying to achieve in your visualisation? I mean, without specifically trying to pass a parameter. The Qlik Associative Model differs from what Tableau offers; In Qlik everything is already "connected".
This may not be your case but I guess Qlik needs a bit of time to get used to especially if you come from another BI tool.
Cheers,
Luis
-
Re: Define a parameter with multiple values (QlikSense)
Agostino Cardella Nov 27, 2017 2:49 AM (in response to Gonzalo Yagüe Suñol)Hi Gonzalo.
Are you looking for this?
Emulating cyclic dimension group in Qlik Sense Desktop
Let me know
Agostino
-
Re: Define a parameter with multiple values (QlikSense)
Gonzalo Yagüe Suñol Nov 27, 2017 7:48 AM (in response to Gonzalo Yagüe Suñol)Hi all,
Thank you very much for your replies and help.
Finally, I achieved it by typing the following code in the data load editor:
LOAD * Inline
[Letter,
A,
G,
M
];
Best regards,
Gonzalo