Grouping on month,Year

Stimulsoft Reports.NET discussion
Post Reply
leif
Posts: 8
Joined: Sun Oct 21, 2007 4:17 pm

Grouping on month,Year

Post by leif »

I have records containing dates in dd.MMM.YYYY format, and I want to group on month,year. How ??

Kind regards

Leif Linding
ScanCad

Happy New Year to all of you!
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Grouping on month,Year

Post by Vital »

Dates stored in your database as strings?

Thank you.
leif
Posts: 8
Joined: Sun Oct 21, 2007 4:17 pm

Grouping on month,Year

Post by leif »

Vital wrote:Dates stored in your database as strings?

Thank you.
No as dates
leif
Posts: 8
Joined: Sun Oct 21, 2007 4:17 pm

Grouping on month,Year

Post by leif »

No as dates
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Grouping on month,Year

Post by Vital »

Please use following expression in condition of group:

Code: Select all

{datasource.column.ToString("MM.yyyy")}
Thank you.
Post Reply