cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio 1.2: Conditional Formatting Visible not shown

Former Member
0 Kudos

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:

  1. Created a BEx query with an exception (that’s conditional formatting in Analysis and DS 1.2)
  2. Tested the query in Analysis and negative values are shown as red (also tested in old Analyzer).
  3. Created a data source for the BEx query in Design Studio
  4. Linked the data source to a cross tab table
  5. 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:

  1. CROSSTAB_1.setConditionalFormattingVisible(!CROSSTAB_1.isConditionalFormattingVisible());
  2. CROSSTAB_1.setConditionalFormattingVisible(true);

   

This did not help.

Do I need to do any other setting to get this to work?

Kind regards

Erik

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Hi Erik,

This should work based on what you described

Can you share screen shots of your Design Studio application?

Former Member
0 Kudos

Hi

I tried to reset the initial view of the data source and then the conditional formatting started to work. Stange since I havn't done any changes to the inital view.

Anyway, now it works

Erik

Answers (0)