Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

List of all dimensions and expressions

hi all-

any way to get the full list of dimensions and expression in an app? I cannot use the document analyzer as it has massive logic and require manual run for each app.

Need a table that has the following

AppName, AppSheet,AppObject,Dimension, Expression 

1 Reply
Wlad_Masi
Employee
Employee

Hi @alec1982,

 

You can use our APIs for that.
Get the layout of a dimension
Get the layout of a measure

If it is a one time thing you can use Postman, to run API calls against your server. KB for reference: Qlik Sense: Call Session API with Postman
If it is something you will need to reuse you may want to develop something more robust than calls on Postman.

 

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.