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?