How to show records in different colors

You can display records in different colors depending on some condition. For example, you might want to show overdue loans of a library member in red while showing non-overdue loans in black. To do this:

  1. Open the required reference attribute for editing (for example, “Loans” attribute of the “Member” object)
  2. Go to the Presentation dialog and click on the “Item Rules” button
  3. Specify presentation rules using rule table, for example:
IF Loan.DueDate < CURRENT_DATE THEN
   Display in red 

For more details see the “Presentation Options for References” section.

  • Last modified: 2023/05/09 01:59