Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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)
...
];