denisemathieu
Technical User
i have a report with the following selection criteria:
if {RM00103.CUSTBLNC} = 0.00 then datediff("d",RM00103.LSTTRXDT},currentdate)<14 else {RM00103.CUSTBLNC} > 0.00
it works great when i run the report. but when i compile the report and run it from the exe version, i get the following error: error in formula <record_selection>. 'if {RM00103.CUSTBLNC} = 0.00 then datediff("d", {RM00103.LSTTRXDT},currentdate)<14 else {RM00103.CUSTBLNC} > 0.00'
A number, currency amount, boolean or string is expected here.
the compiled report was running fine until today. they run this report everyday. so i don't know if it has something to do with the way it's compiled and today's date. any clues?
if {RM00103.CUSTBLNC} = 0.00 then datediff("d",RM00103.LSTTRXDT},currentdate)<14 else {RM00103.CUSTBLNC} > 0.00
it works great when i run the report. but when i compile the report and run it from the exe version, i get the following error: error in formula <record_selection>. 'if {RM00103.CUSTBLNC} = 0.00 then datediff("d", {RM00103.LSTTRXDT},currentdate)<14 else {RM00103.CUSTBLNC} > 0.00'
A number, currency amount, boolean or string is expected here.
the compiled report was running fine until today. they run this report everyday. so i don't know if it has something to do with the way it's compiled and today's date. any clues?