
CASE(NUMBER_SYSTEM_Infraction__c * (2 * SYSTEM_GPANEW__c) + Service_Hrs_Achieved_By_Grade__c + NUMBER_SYSTEM_Truancy__c,
7, IMAGE("/img/samples/color_green.gif", "green", 30, 30),
6, IMAGE("/img/samples/color_green.gif", "green", 30, 30),
5, IMAGE("/img/samples/color_yellow.gif", "yellow", 30, 30),
4, IMAGE("/img/samples/color_yellow.gif", "yellow", 30, 30),
IMAGE("/img/samples/color_red.gif", "red", 30, 30)
)
19 respostas
It looks like Service Hours Achieved by Grade is blank, in your Formula Field which option did you select for "Treat blank fields as"? If you're doing any kind of Math you wanna select "Treat as Zeros" otherwise your Math will "break" unless you append your Formula to Convert the Blank Fields.