Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Measure in simple table extension - add Text Color Expression

Hi community,

I'm trying to update and customize the extension known as SimpleTable (available from Qlik Sense Developer Help). In particular I'm trying to add the Text Color Expression in Accordion so users can define thresholds.

I think I have to edit the following:

definition: {

  type: "items",

  component: "accordion",

  items: {

  dimensions: {

  uses: "dimensions"

  },

  measures: {

  uses: "measures"

  },

  sorting: {

  uses: "sorting"

  },

  appearance: {

  uses: "settings"

  }

  }

  }

but I don't know which is the right property to use in measures...

I also found this https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/Mashups/Content/QlikVisual/qlik-visual-kp... but still I'm not sure how to use it and if it's suitable.

can someone give me a suggestion?

Thanks in advance

IB

0 Replies