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!
Grouping on month,Year
Grouping on month,Year
Dates stored in your database as strings?
Thank you.
Thank you.
Grouping on month,Year
No as datesVital wrote:Dates stored in your database as strings?
Thank you.
Grouping on month,Year
No as dates
Grouping on month,Year
Please use following expression in condition of group:
Thank you.
Code: Select all
{datasource.column.ToString("MM.yyyy")}