Post Author: lbuffo
CA Forum: Formula
We are updating our Crystal Reports to be more efficient. One way we are doing that is by using statements like this:
(CallLog.RecvdDate)=ToText(currentdate-1,"yyyy-MM-dd")
I need to figure out how to use a statement similar to this in place of using LastFullMonth. The report is run every month on the 1st to get all the information for the previous month, so -30 days wouldn't work.
Anyone have any ideas?
Thanks.