Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
LorisLombardo87
Partner - Contributor III
Partner - Contributor III

getLayout without data page

Hi everyone,

in my extension i'm trying to get the information of master item, I can correctly get what i want but it is a bit slow. given i'm more interested in things like id, title, calculation condition and other metadata more then actual data at this point, I was wondering if there is a way to get  the layout of an object without the data page in the hyper cube to speed up the process?

any thoughts?

Thanks,
Loris

 

Labels (2)
1 Reply
Øystein_Kolsrud
Employee
Employee

At least some of that information you can get through the properties instead. Would that be an option for you?

Otherwise, in my experience calculating the data page is typically not the most expensive part. The headers and cube size and things like that are typically what is most computationally expensive because they need the data of the full table. There is no way to compute only parts of a layout, but one option is to take the things you are interested in (the expression for the title and calculation condition for instance) and put them in a the properties of a session object and then get the layout for that instead.