I have created a query where I have to group records on the basis of week and some other fields.
My problem is when i group it on the basis of week using Datepart(wk) functionality it returns the number 13 for example for the last week of March and the same number appears in the report as its based on this query.
What i want is to display the week as Mar 22- 28 as thats the 13th week..is there any way of doing this .
Thanks in advance.
My problem is when i group it on the basis of week using Datepart(wk) functionality it returns the number 13 for example for the last week of March and the same number appears in the report as its based on this query.
What i want is to display the week as Mar 22- 28 as thats the 13th week..is there any way of doing this .
Thanks in advance.