We’ve extended summary views and charts with colorization formula functionality.

As in table views, the formula should calculate the color of the row (bar, column, wedge) for the summary view or return NULL to use default color provided by TeamDesk.

Obviously, the columns you can use in the formula are limited to the columns you group by.

For example, if you have a pie chart the calculate counts of tasks by priority you may now use a formula:

Case([Priority], “High”, “red”, “Low”, “blue”)

to color the wedge that corresponds to high priority tasks with red and low priority tasks with blue.

Author
Date
Share