Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I can list all the fields in a Qlik Sense app using @Field dimension.
Similarly I want to list all the master measures. Is there a way to do it? I need the list for our documentation. We have quite a lot of master measures and copying one by one is a very time consuming task.
Thanks.
I was able to get the full list of master measures from Operations Monitor App under Monitoring Apps streams which comes by default with Qlik Sense installation
The master dimensions and measures are available through the API, and there are some open source tools available for doing this.
Maybe Corectl could help you to achieve what you want? https://github.com/qlik-oss/corectl/blob/master/docs/corectl_measure.md
Hi,
I built a very simple mashup for this (attached). You can import it into your QS server and then navigate to
https://YOUR_SERVER/extensions/getLibraryMeasures/getLibraryMeasures.html?appId=APP_ID
to get all master measures for APP_ID.
Hope this helps
Juraj
You can use QSDA to extract the measures.
-Rob
I was able to get the full list of master measures from Operations Monitor App under Monitoring Apps streams which comes by default with Qlik Sense installation
Hi folks, is there an equivalent for Qlik Cloud? Can't see anything in the App Analyser in the Tenant Monitor space.
For Qlik Cloud you can use QSDA Pro or Add Sense chrome extension.
-Rob
Hi there - I've has a look through the app - which sheet contains the master measures? thanks
Hi.. Can you tell me how did you do it using Operations Monitor App?