Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
ich würde gerne eine Auflistung, aller in Qlik Sense verwendbaren Variablen, einsehen können bzw. zu geschickt bekommen
MFG
BSD
Hello there.
I think you could use the Qlik API to get all the variables, here is a discussion that may help:
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)
...
];