parrotheadman
Programmer
I have written the following formula:
if {vLOIS1.DispCode}<>1 and {@15Days}<>1 then 1 else 0;
While this works fine, my problem is adding a 3rd parameter to this formula. As soon as I add the following, I stop getting results:
if {vLOIS1.DispCode}<>1 and {@15Days}<>1 AND {@COMMIT}<>1 then 1 else 0;
While at first I thought this might be a problem with the expression itself, I have substitued {@commit} with {@15days} and the formula works well. But it only works well when there are 2 parameters. When I add the 3rd parameter(and it doesn't matter which field I add), the formula completely breaks down. ANY IDEAS?
if {vLOIS1.DispCode}<>1 and {@15Days}<>1 then 1 else 0;
While this works fine, my problem is adding a 3rd parameter to this formula. As soon as I add the following, I stop getting results:
if {vLOIS1.DispCode}<>1 and {@15Days}<>1 AND {@COMMIT}<>1 then 1 else 0;
While at first I thought this might be a problem with the expression itself, I have substitued {@commit} with {@15days} and the formula works well. But it only works well when there are 2 parameters. When I add the 3rd parameter(and it doesn't matter which field I add), the formula completely breaks down. ANY IDEAS?