Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You will need to fist make a formula field to calculate the names of your pie slices.
The formula might be
var text Prefix = left([Job Code],1);
if($Prefix="1" and [Type]="OEM", "1a", "1b", $Prefix)
The formula might be
var text Prefix = left([Job Code],1);
if($Prefix="1" and [Type]="OEM", "1a", "1b", $Prefix)