How to use multiple columns in conditional styles expression?

I have a table which cells fill values from 0 to 3 ( from dataset). I need that cell were painted according to the value. Now I know that a can create a conditional styles for every field in dataset:

  1. $F{MONDAY}.doubleValue() == 0
  2. $F{MONDAY}.doubleValue() == 1
  3. $F{MONDAY}.doubleValue() == 2
  4. $F{MONDAY}.doubleValue() == 3

So create the same for the rest days of week. But this way is extremly ineffetive and comlicated.

What should i use instead of $F{<DAYOFWEEK>} to include all columns into expression? So i could create one style with the four conditional styles and apply it for every column.

shuhovivan's picture
Joined: Feb 10 2017 - 1:56am
Last seen: 5 years 8 months ago

http://community.jaspersoft.com/questions/542449/how-make-parameterized-...

I have not got an answer on my question

And silence. And the dead with scythes standing :)))
(I hope you know this film)

sanbez - 6 years 3 months ago

It's a strange that there is no such an obvious feature.

Great film, btw :)

shuhovivan - 6 years 3 months ago

1 Answer:

Haven't tried it myself but have you read the following thread? The bug may be fixed in the current version.

http://community.jaspersoft.com/questions/539525/setting-styles-dynamica...

hozawa's picture
176701
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago
Feedback