---
title: "Setting Report Row Colors"
slug: "setting-report-row-colors"
description: "This document shows how to create a Color Flow Behavior to dynamically color rows or cells in Reports. This behavior is created under the Properties>Colors and Icons panel, in the Report Designer."
updated: 2025-06-20T16:53:24Z
published: 2025-06-20T16:53:24Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting Report Row Colors

## Overview

**Report Row Color Flows** allow the user to define complex logic in order to apply different colors to a row in a Report. The Flow will evaluate the Report column data as an input and add a specified color to the row when the reported data meets the Color Rule’s condition. Similarly, a Report row can be customized with a Color Rule by using a [Rule](https://documentation.decisions.com/docs/setting-report-row-colors-with-a-rule-1).

In the following example, a Report Row Color Flow will be created on a Report that contains Account Data. The Report Color Flow will evaluate if the accounts can use the platform Portal by highlighting the accounts that do meet the Color Rule criteria in green and the accounts that do not meet the criteria in red.

---

## Example

1. In a Designer Project, [create a Report](/v9/docs/create-reports).
2. Add a data source to the report. Under the **Data Sources** column select **Add.** Go to **Common** and select **Account****Data Source**. Then, for the data fields, add the 'EmailAddress' and the 'CanUsePortal' fields.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750436578572.png)
3. In the **Properties** panel under the **Colors and Icon** section, select **Add**in the**Color and Icon Rules**properties.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-15_10h47_55(2).png)
4. Click 'PICK OR CREATE COLOR FLOW' and then select 'Create New'. This is the color Flow that will color the rows that have the 'CanUsePortal' set to False.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-15_11h12_36(1).png)
5. In the Flow Designer, on the start step configure an input called 'CanUsePortalValue' of the Boolean type.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750435545127.png)![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750435636738.png)
6. On the Flow canvas, drag over the 'True False Rule' step. Map in the 'CanUsePortalValue' into the rule's input step. Save and close the Flow to return to the Report Designer.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750435839885.png)
7. Add 3 'Create Data' steps onto the canvas. One before the rule and one for each path. Then create a variable called 'PickedColor' of the type 'ColorDetails'.**![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750436111239.png)**
8. On the False path create a variable called 'Red Color' of the type 'Color Details'. Set its input to a constant value of Red, and set the output to change the value of the 'Picked Color variable'

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750436258422.png)
9. Perform the same steps on the 'Create Data' step on the true path, but set its constant value to green.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750436424437.png)
10. On the red End step, map in the 'PickedColor' for the steps input. Then, save and close the Flow.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1750438384182.png)
11. In the Report Designer, click the 'UPDATE INPUTS' and then click the pencil. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024_07_15_131240.png)
12. Set the Report Field to the 'CanUsePortal', click 'Ok' ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-15_13h15_18.png)
13. Finally, click 'Ok' and then run the report. The rows should be displaying the specified colors based on their Flow evaluation. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-16_14h52_33.png)
