Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
is there a way to retrieve the Dimension Index within a custom property?
Would like to hide some custom properties based on the Dimension Index...
Code snippet:
nodes: { uses: 'dimensions', min: QLIK_DIMENSION_MIN, max: QLIK_DIMENSION_MAX, items: { label: { type: 'string', component: 'expression', label: 'Node Label', ref: 'qAttributeExpressions.' + NODE_LABEL_INDEX + '.qExpression', show: function (d) { //Get Current Dimension Index here } },
nodes: {
uses: 'dimensions',
min: QLIK_DIMENSION_MIN,
max: QLIK_DIMENSION_MAX,
items: {
label: {
type: 'string',
component: 'expression',
label: 'Node Label',
ref: 'qAttributeExpressions.' + NODE_LABEL_INDEX + '.qExpression',
show: function (d) {
//Get Current Dimension Index here
}
},
Thanks and Cheers,
Patric