Hello Fellow Workfronters,
Ok, bear with me, I hope one of you can follow along and help me with this.
Goal 1: Create a calculated express that shows me the percentage of planned hours that I have used up for a task.
- I have succeeded in doing this in a Task Report by adding the following formula to my Task: Hours Variance column under Text Mode:
- valueexpression=PROD((DIV({actualWorkRequired},{workRequired})),100)
Goal 2: Highlight the percentage of planned hours that I have used in Green if they are below 75, in Yellow if between 76 and 99, and Red if over 100.
- I can not succeed in doing this as I need to switch to standard mode to set conditional rules and I lose the value expression (goal 1 above) that I set up in text mode.
I can not get these 2 goals to work together.
Help anyone?