I have a view with the condition group:
When Primary Introducer Contains John Stamos
or Secondary Introducer Contains John Stamos
or Tertiary Introducer Contains John Stamos
Then I have an IF statement determining whether John Stamos is the Primary, Secondary or Tertiary introducer on an order and doing the calculation depending on which tier of introducer John Stamos is.
If Statement:
IF({Fees for Primary Consultant}="John Stamos", {Primary Introducer Cash Fee
}, IF({Fees For Secondary Consultant}="John Stamost", {Secondary Introducer Cash Fee
}, IF({Fees for Tertiary Consultants}="John Stamos",{Tertiary Introducer Cash Fee
},0)))
Is there a way to make where the if statement says “John Stamos” instead refer to the view condition so I don’t need to manually edit the if statement each time I change the consultant?
Thank you
Best Wishes
Your Friend