Jump to content

Is it possible to colorize fields or values of the field dynamically?


tinagoepp

Recommended Posts

Hello together,

i want to colorize some fields in a report in addiction to the value the have. I want to colorize the whole field (first example) or  colorize the value of the field (2nd example)

Here the examples:

Colorize(1).PNG.8dc85d9af298d6b2bd6d6408da0e32de.PNG

Is this possible and how can I do this?

Thank you for your help.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Thank you but the problem is that I want to check more than one condition, like in java. 

 

...

 

if (value >= lowerPoint) : colour = green 

 

else if (value == null) : colour = grey

 

else colour = red

 

...

 

Is it in any way possible to do this, with an java code, because the styles aren't working in that way.

 

And please explain how to do this :)! Thank you verry much!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...