Jump to content

changing font for specific values


vinays84

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Yes it does, using conditional styles. Create a style for the normal values and a condition within this style for the outliers. Give the latter the appropriate condition (like new Boolean($F(MyValue).intValue() > 10) ) (also several different conditions with different effects are allowed). The conditions are evaluated in the given sequence and so you can for example override a font or color setting.
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...