Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

Labels (1)
0 Replies