Some reports may require that the same kind of data be displayed differently, depending on its significance. For example, someone would want to highlight on an orders list, all the orders that have a total value greater than $100, like in the following table:
|
There are now three ways to achieve this:
- conditional styles
- styled text
- switching between two different text fields place one on top of the other using the <printWhenExpression>
Log in or register to post comments