Skip to Content
0
Former Member
Sep 03, 2009 at 10:04 PM

Converting Crystal Date Group to SQL Command

34 Views

When selecting the option to group on the server, I found that there are requirements in addition to selecting the option.

I have a date grouping in Crystal like the following:

dateadd("d", - weekday({table.date}, crMonday)+1,{table.date})

Can this be converted to a SQL command?