Shannon2008
Technical User
This is probably quite easy and I think I am just missing something, but I can't seem to use a formula result in another formula.
Sample
if {@Division}= "abc" THEN{@NEER Value}+{@ Split}ELSE
IF {@Division}="efg" THEN {@NEER Value}+{@ Split} ELSE
IF {@Division}="hij" THEN {@NEER Value}+{@ Split} ELSE 0
Example:
if Neer Value = 100 and Split =99 then I would expect my result to be 133 however I am getting a result of 100.
Appreciate the help.
Sample
if {@Division}= "abc" THEN{@NEER Value}+{@ Split}ELSE
IF {@Division}="efg" THEN {@NEER Value}+{@ Split} ELSE
IF {@Division}="hij" THEN {@NEER Value}+{@ Split} ELSE 0
Example:
if Neer Value = 100 and Split =99 then I would expect my result to be 133 however I am getting a result of 100.
Appreciate the help.