Skip to Content
0
Former Member
May 09, 2008 at 08:45 PM

Need help on a Formula

14 Views

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.