Jump to content

Recommended Posts

Posted

Hello!

I have a table with allowed amount (reference value) in first column (field is $F{LIMIT}) and actual amounts per days (actual values) in next K columns (fields are $F{AMT_1} ... $F{AMT_K}). I need to format (bold red font) actual values which are greater then reference value.

I understand that it could be achived with defining K conditional styles (by number of columns with actual values) with condition like ($F{AMT_i}.compareTo($F{LIMIT}) > 0), but it looks a little bit awkward.

Is there any way to use the only conditional style for all K columns with actual values? I think that if there is a way to address current field (column of data row) it will help, but I could not find such a way.

Thanks and regards!

 

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...