Backend: SQL Server 2000
Crystal Version: BO Crystal XI
Is it possible to set up a formula that returns the last six months worth of data? I tried something like:
{order.date} in DateTime (CurrentDate - 180) to DateTime (CurrentDate)
But, the problem with that, is depending on when the report is run or how many days in a month, I may not get all the data for latest month. For example, the above formula will return data from October 2006 - April 2007; however, October's data does not include an entire months worth.
Please help.
Thanks,
Gary
Crystal Version: BO Crystal XI
Is it possible to set up a formula that returns the last six months worth of data? I tried something like:
{order.date} in DateTime (CurrentDate - 180) to DateTime (CurrentDate)
But, the problem with that, is depending on when the report is run or how many days in a month, I may not get all the data for latest month. For example, the above formula will return data from October 2006 - April 2007; however, October's data does not include an entire months worth.
Please help.
Thanks,
Gary