Forum Discussion

MichelleCoslet's avatar
MichelleCoslet
Qrew Assistant Captain
8 years ago

Status icon formula help

I need help generating a formula for a status field I am trying to create. Here is what I would like to accomplish...

On my Tasks report, all tasks show up for all projects. Lets say each project consists of 4 tasks to be completed by 4 people. Michelle is responsible for task1, Danya task 2, John task 3, and Bob task 4.  The way the report is current setup, if michelle does not complete task1, the task still shows up under Danyas name, even though she should not sign off on her task until Michelle finished task 1. I understand there is something with "predecessor" rules but I have not been able to figure those out without rewriting the whole app. Instead I would simply like to display a green icon for when the task is due for that user, and a red icon for when other tasks still need to be completed before any action can be taken on that specific task. I have attached a photo of my task report and what I would like to see for icons. I already created a Test - formula field, I just need help with the formula.


Here is the base line for my formula - however I do not know how to write it correctly...


If the [PROJECT ID-Percent Complete] is equal to 0 and is task is assigned to Michelle, display src=\"https://images.quickbase.com/si/16/228-rect_green.png\">",

If the [PROJECT ID-Percent Complete] is equal to 0 and is assigned to anyone but michelle, display src=\"\"" rel="nofollow" target="_blank" title="Link https//imagesquickbasecom/si/16/227-rect_redpng">https://images.quickbase.com/si/16/227-rect_red.png\">",

If the [PROJECT ID-Percent Complete] is equal to 25 and is assigned to Danya, display src=\"\"" rel="nofollow" target="_blank" title="Link https//imagesquickbasecom/si/16/227-rect_redpng">https://images.quickbase.com/si/16/228-rect_green.png\">",

If the [PROJECT ID-Percent Complete] is equal to 25 and is assigned to anyone but Danya, display src=\"\"" rel="nofollow" target="_blank" title="Link https//imagesquickbasecom/si/16/227-rect_redpng">https://images.quickbase.com/si/16/227-rect_red.png\">";

If the [PROJECT ID-Percent Complete] is equal to 50 and is assigned to John, display src=\"https://images.quickbase.com/si/16/228-rect_green.png\">",

If the [PROJECT ID-Percent Complete] is equal to 50 and is assigned to anyone but John, display src=\"https://images.quickbase.com/si/16/227-rect_red.png\">";

If the [PROJECT ID-Percent Complete] is equal to 75 and is assigned to Bob, display src=\"https://images.quickbase.com/si/16/228-rect_green.png\">",

If the [PROJECT ID-Percent Complete] is equal to 75 and is assigned to anyone but Bob, display src=\"https://images.quickbase.com/si/16/227-rect_red.png\">"