I need to have a date always be in the period of the last full year. If I run it on 9/30/04 it includes all ship dates since 10/1/03. I did not see this in the list of periods within the Select Expert. Help needed please....
The Select Expert is a wizard, use the manual means:
Report->Edit Selection Formula->Record:
{table.date} >= dateadd("y",-1,currentdate-1)
and
{table.date} <= currentdate-1
Note that you may find differences in the menus in my example and in your version of Crystal, this is because you omitted basic information, such as your version of Crystal.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.