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: 
pamaxeed
Partner - Creator III
Partner - Creator III

Qliksense Extension - Dimension panel

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

              }

            },

Thanks and Cheers,

Patric

0 Replies