Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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)
...
];