crystaldev1
Programmer
Hello. I have this formula:
If Year({Plans.dtComplete}) = Year(currentdate)
then MonthName(Month({Plans.dtComplete}))
else Cstr(Year({Plans.dtComplete}),0)
This formula works fine but I cannot get rid of the thousands place holder. (ex. 2,008). I would like to it to appear as digits. Thank you.
If Year({Plans.dtComplete}) = Year(currentdate)
then MonthName(Month({Plans.dtComplete}))
else Cstr(Year({Plans.dtComplete}),0)
This formula works fine but I cannot get rid of the thousands place holder. (ex. 2,008). I would like to it to appear as digits. Thank you.