Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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