I am having trouble creating a valid expression filter and need some assistance.
My scenario is the following: We have a field, VP Name that is typically populated, but if it is null, I want the expression filter to check Senior Director Name. If Senior Director Name is also null, I want the expression filter to finally check Director Name for a valid name.
Is anyone aware of how I can accomplish this? I was trying CaseIf and IfNull, but am not having much luck.