kevnatajax
Technical User
I'm using CR7 on foxpro 2.5 dbf and trying to copy this formula and change month = 2. the formula below works for month = 1 but doesn't work for any other months. (data exist in other months) All formulas are in the Detail section.
if (tonumber({Clmanal.MONTH})=1 and (((ToNumber ({Clmanal.CODE}) >=1200) and (ToNumber ({Clmanal.CODE})<=1299)))) then {Clmanal.TOTalPD}
if (tonumber({Clmanal.MONTH})=1 and (((ToNumber ({Clmanal.CODE}) >=1200) and (ToNumber ({Clmanal.CODE})<=1299)))) then {Clmanal.TOTalPD}