parrotheadman
Programmer
I have two summary fields(the results of formulas) named @InProcess and @Committed. They are showing up perfectly on my report, side by side, just like I need them to. Now, my mgr wants me to add an additional column that adds both of these fields(I guess he can't count, but that's another story). Anyway, I try to add both formula fields
{@InProcess} + {@Committed}, but it doesn't give me any valid results.
So, then I completely write out both formulas, using an "or" statement whereas if they are true, return a 1, if not true, a zero, but no luck. Any ideas?
{@InProcess} + {@Committed}, but it doesn't give me any valid results.
So, then I completely write out both formulas, using an "or" statement whereas if they are true, return a 1, if not true, a zero, but no luck. Any ideas?