<@U373C5U11> I'm assuming the field exists on cert...
# suiteanalytics
j
@jmacdonald I'm assuming the field exists on certain record types and not others, so maybe if you can do CASE WHEN {type} = 'vendorbill' THEN {field} ELSE NULL END; something like that