Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
does anybody know how to get the values out the GetDimension's block array that derives from qFieldDefs ?
I would like to see all fields that feed a given dimension, but when i setmy output block directly to qFieldDefs, then i only get the word 'Array' for every dimension...
Thanks in advance for some hints.
Got it myself. The .getDimension.qDim.qFieldDefs requires the element id of the array... like: [0] for the first element.
Got it myself. The .getDimension.qDim.qFieldDefs requires the element id of the array... like: [0] for the first element.