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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create a hypercube of a field using the Qlik Engine API

Hello all,

In the Qlik tutorials is shown how to create a Hypercube for visualisations such as shown: Create a hypercube ‒ Qlik Sense Developers. Afterwards, with the getLayout Method you receive a JSON which can then be used to create a visualisation.

In the examples, Hypercubes are created using Measures and Dimensions. I was wondering if the same could be achieved using the Fields within an App for visualisation.

Could someone point me out how to create JSON(s) which requests values of a Field which then can be used for visualisation?

Thanks in advance

1 Reply
Øystein_Kolsrud
Employee
Employee

Do you mean you want to extract the data from a particular field? You would typically use a list object for that: Create a list object ‒ Qlik Sense Developers

Then you would usually get the data from that object using the method GetListObjectData described here: Get the values of a list object ‒ Qlik Sense Developers