Is it possible to alter Crystal Reports, so that the weekly function treats the weekly start day as Monday rather than Sunday.
My report needs from Monday to Sunday as the week.
DatePart ("ww", {ApplicationAbandon.Timestamp}, 2)
I tried using the above formula for the group it gives an error " the result of selection formula must be a boolean."
DatePart ("ww", {ApplicationAbandon.Timestamp} , 2) =1
then i used the above formula, but that also does not work
Please advice.
Thanks