Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
pragya10
Partner - Contributor II
Partner - Contributor II

Extracting dimensions and measures from charts using Qlik Sense .NET SDK

Hi,

I wanted to know how one can use the Qlik Sense .NET SDK to extract the exact dimensions and measures used in a chart object. I am able to extract the hypercube for this chart but not the exact dimensions and measures. Can someone please help me out? 

1 Reply
Øystein_Kolsrud
Employee
Employee

Hi! Late reply, but I just happened to see it now.

If you have the hypercube, then you'll find the two properties "Dimensions" and "Measures" in the HyperCubeDef structure:

https://help.qlik.com/en-US/sense-developer/February2019/apis/net+sdk/html/Properties_T_Qlik_Engine_...

You can find an example illustrating how to use hypercubes in the the .Net SDK here:

https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage