Hi
I am not able to get the conditional formatting to be shown in the Design Studio 1.2 dashboard.
What I have done is:
- Created a BEx query with an exception (that’s conditional formatting in Analysis and DS 1.2)
- Tested the query in Analysis and negative values are shown as red (also tested in old Analyzer).
- Created a data source for the BEx query in Design Studio
- Linked the data source to a cross tab table
- The setting Conditional Formatting Visible on the Crosstab is set to True.
When I run the dashboard, the condition are not shown (negative values should be shown in red).
I also tried to set the setting in the java script with both the codes:
- CROSSTAB_1.setConditionalFormattingVisible(!CROSSTAB_1.isConditionalFormattingVisible());
- CROSSTAB_1.setConditionalFormattingVisible(true);
This did not help.
Do I need to do any other setting to get this to work?
Kind regards
Erik