Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
i have enterprise Qlik sense and we would like to know how much variables are in the application , i try to use Appobject, but didn't bring the information, does anyone knows this?
Hi, @TcnCunha_M
I believe that with QSDA Pro this is possible.
@rwunderlich , can you tell me more certainly
- Regards, Matheus
Hi @MatheusC, excuse me to answer this one! Yes, QSDA Pro lists all variables and it works great! For more details: EasyQlik
I also found this feature on Qlik CLI. I never tested but it may work:
app variable ls | Qlik Developer Portal
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Yes, QSDA Pro will list the variables, including variable relationships (nesting) and where variables are used or not in the App.
-Rob
Hello
Yes i know this, but for my case i need get this information and update Qlik SaaS readiness to check what apps has more than 1k variables.
Hi TcnCunha_M
Unfortunately, there are not many tools on the market that work as Qlik specific as Rob's @rwunderlich
QSDA Pro The app also helps to identify other things directly, e.g. unused fields in the data model so that the app becomes smaller again. And the variable list like other things can also be easily exported
Otherwise there is another way to do this via the Engin API, you just have to experiment a bit with the functions and methods.
https://help.qlik.com/en-US/sense-developer/May2024/Subsystems/EngineAPI/Content/Sense_EngineAPI/Wor...
and https://qlik.dev/toolkits/
I hope that the answer helps you a little further
Found the one solution using Qlik-CLI i generate the list of apps, base by that list i execute Qlik-Cli and generate a CSV so i can count the number of variable and app into SaaS Readness