Skip to main content

Formatting Rules

Formatting rules are used in Cinchy to associate highlight colours with specific data sets. When your rule reconciles to true, the highlight colour will appear over the associated data cell.

You can create as many rules as you need to better organize and coordinate your data. Formatting rules can be particularly helpful for providing quick and simple visual overviews of your system.

Possible Use Cases

  • Tracking project status changes
  • Colour coordinating data based on user ownership
  • Organizing roadmap items types by quarter
  • Highlighting project wins

Prerequisites

  • You must have Edit access to the [Cinchy].[Formatting Rules] system table.

Example

In this example, we will create a formatting rule in a Task table that will highlight "in progress" tasks in yellow and "completed" tasks in green.

ExampleTable

  1. Navigate to the [Cinchy].[Formatting Rules] system table. Each formatting rule you want to set up will be a new row in the table.
  2. To set up a rule, enter the following mandatory data into a new row:
    1. Row Condition: The condition on which to implement the formatting rule. This follows the same syntax as a view filter on a table.
      1. Example: [Status] = 'In Progress'
    2. Ordinal: The order in which formatting rules will apply on the same table, should a cell match more than one rule. An ordinal of 1 will be applied before an ordinal of 2.
    3. Highlight Colour: Defines the colour you want the cell to turn when the Row Condition is met. The platform comes pre-loaded with various colour options, however you also have the opportunity to add your own via the [Cinchy].[System Colours] table.
      1. Example: #C8E6C9 (Light Green)
    4. Table: The table your formatting rules apply to.
      1. Example: [Product].[Tasks]
    5. Highlight Columns: The column your formatting rules apply to.
      1. Example: [Tasks].[Status]

ExampleTable

  1. Confirm that your new rule is active by navigating to your origin table. In the below image we can see that our new 'In Progress' rules has highlighted the cell green.

ExampleTable