MikeMike1Qrew Cadet8 years agoFormula HelpI'm attempting to create a series of colorized progress trackers, based on a number of requirements. To do so, I'm trying to colorize a field based on a number of checkboxes. Example: I have ...Show More
QuickBaseCoachDQrew Captain8 years agoNo problem, there was a clear error in my formulaChange that first part to thisvar number Count NumCompleted = Count( [checkbox 1], [checkbox 2],[checkbox 3]);
QuickBaseCoachDQrew Captain to QuickBaseCoachD8 years agoTry thisvar number Count NumCompleted = Count([Buyer], [Decision Maker],[Influencer]);Case($Count,0, "<img src=https://images.quickbase.com/si/32/221-point_red.png>", 1, "<img src=https://images.quickbase.com/si/32/223-point_yellow.png>", 2, "<img src=https://images.quickbase.com/si/16/224-point_blue.png>", 3, "<img src=https://images.quickbase.com/si/32/222-point_green.png>")
Related ContentGetRecords Formula HelpFormula Url Buttonssyntax help with formulaURL formula -API_RunImportFormula Assistance