on ‎2017 Dec 07 7:23 AM
I am using lumira designer and lumira discovery for data visualisation,
I have a KPI that I want to set its color formatting dynamically ( from user ) so I am using Conditional formatting table and pop it up for the user using this line of code :
CHART_5.setConditionalFormattingVisible(true);but when it pops up to the user , added rules are not applied to the text!! and not saved.
thanks.
Request clarification before answering.
In order to apply the Conditional Format Settings dialogue to a chart at run-time you need to include the chart as a parameter, as shown below:
CONDITIONAL_FORMATTING_SETTINGS.openRulesDialog(CHART_5);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.