Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
BSD
Contributor
Contributor

Variablen Auflistung

Hallo,

ich würde gerne eine Auflistung, aller in Qlik Sense verwendbaren Variablen, einsehen können bzw. zu geschickt bekommen

MFG

 

BSD

Labels (1)
1 Reply
mageste
Partner - Contributor III
Partner - Contributor III

Hello there.

I think you could use the Qlik API to get all the variables, here is a discussion that may help:

https://community.qlik.com/t5/Integration-Extension-APIs/How-to-extract-variable-list-from-a-Qlik-Se...

 

Besides that, I can only think of looking directly on the 'variables' menu, on the bottom left of  the edition screen, or creating a manual table in the script, something like:

Variables_table:
LOAD * INLINE [
Variable, Formula
A, Sum(A)
B, Count(B)
...
];