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...