

Partner - Creator
2019-08-23
04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Extension addon for calculation condition with expression message
Does anyone know how to add a calculation condition to an extension where the message supports an expression? Standard Qlik Sense charts have it so it should be possible.
I've tried the following but the message is plain text only:
addons: {
uses: "addons",
items: {
dataHandling: {
uses: "dataHandling"
}
}
},
Someone suggested the following and it sort of worked but was unreliable:
addons: {
uses: "addons",
items: {
calcCond: {
label: "Data handling",
uses: "calcCond"
}
}
},
2,427 Views
1 Solution
Accepted Solutions

Specialist III
2019-10-16
04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 Replies

Specialist III
2019-10-09
05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2,339 Views


Partner - Creator
2019-10-14
07:33 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Ajay, this this works fine, however I want to use an expression in the message box like the following from a standard Sense chart, note the "fx" to the right of the displayed message box.

Specialist III
2019-10-16
04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Partner - Creator
2019-10-22
02:22 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx Ajay, that did the trick, much appreciated!
Robin
