I only want to print a page if two conditions are met. On each section I am using the following Print When Condition:
DateFormat(query.asofdate, "mm/dd/yyyy") NEQ DateFormat(calc.AmtDate, "mm/dd/yyyy") AND LSNumberFormat((query.bal + calc.anticipated), "_.__") LTE LSNumberFormat(25.00, "_.__").
The date check works great by itself and the amount check works great by itself but I can't get them to work together. Any ideas?
I am using CF10.