Am I stupid or what?
I have a formula (below) that is returning the opposite of what I am expecting. In this case {@FETCHBalanceOwing} - {@AgentClientTotal} does equal 0.
if {@FETCHBalanceOwing} - {@AgentClientTotal} <> 0 then
"Discrepancy"
I would not expect to see "Discrepancy" appear on my report but it does.
If I change the formula to:
if {@FETCHBalanceOwing} - {@AgentClientTotal} = 0 then
"Discrepancy"
"Discrepancy" does not appears in the report.
Any ideas anyone?
I have a formula (below) that is returning the opposite of what I am expecting. In this case {@FETCHBalanceOwing} - {@AgentClientTotal} does equal 0.
if {@FETCHBalanceOwing} - {@AgentClientTotal} <> 0 then
"Discrepancy"
I would not expect to see "Discrepancy" appear on my report but it does.
If I change the formula to:
if {@FETCHBalanceOwing} - {@AgentClientTotal} = 0 then
"Discrepancy"
"Discrepancy" does not appears in the report.
Any ideas anyone?