I have the following formula in my report.
if ({Weights.Account} = ["ges2","fr2"]) then {@charge4} else 6
I want the formula to work if I have any weight.account with a 2 at the end of account name Ie ges2,fr2,jj2. Now I have to put each account in between brackets like above for this formula to work.
Thanks
Daniel
if ({Weights.Account} = ["ges2","fr2"]) then {@charge4} else 6
I want the formula to work if I have any weight.account with a 2 at the end of account name Ie ges2,fr2,jj2. Now I have to put each account in between brackets like above for this formula to work.
Thanks
Daniel