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.
Ayah,
It seems you are activating conditional formatting on a chart (CHART_5) but in the dialogue you are setting formatting for text which is applicable to a Crosstab and not a Chart.
Can you confirm exactly which component you are trying to activate the conditional formatting for?
For a Chart you need to select the Fill colour in the dialogue and not the text colour.
Regards,
Mustafa.
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 | |
| 3 | |
| 3 | |
| 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.