Displaying Task Status in Matrix Report
Hi,
I’m trying to display task statuses in the matrix report below. I have projects as rows and tasks as columns. Below the image is an example of how I’d like it to appear. Once the status names are visible, I’m confident I can handle the color portion.
I tried creating a custom field to translate the status into a number:
IF({DE:Status}="NEW", 0, IF({DE:Status}="INP", 1, IF({DE:Status}="CMP", 2, 0)))
My goal was to display this field in the report. If I could get the value to show, I’d then use column rules to add color and select “show text.” See the screenshot below. However, I haven’t been able to get the value to display.
