Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alan_grn
Creator II
Creator II

Where is the value for othersLabel to be found?

I have created a hypercube which uses Other limits and has a value in othersLabel.

How do I retrieve the value in the Hypercube? Where is it stored?

3 Replies
treysmithdev
Partner Ambassador
Partner Ambassador

Not entirely sure what you are asking but this might answer it.

Take a look at the extension DevTool, you'll be able to see the hypercube definition.

https://github.com/erikwett/DevTool

To get the data itself take a look at this:

https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKA...

Blog: WhereClause   Twitter: @treysmithdev
ErikWetterberg

Hi Alan,

You will find the othersLabel in qHyperCube.qDimensionInfo. This is an array, so qDimensionInfo[0].othersLabel will contain the label for the first dimension etc.

Erik Wetterberg

https://extendingqlik.upper88.com/

ErikWetterberg

Hi,

In recent releases the built-in Qlik Sense client actually makes it possible to inspect properties and layout without needing an extension, as described here:

Developer menu in Qlik Sense client

Erik Wetterberg

https://extendingqlik.upper88.com/