hi, i have a crosstab report which lists amounts / month. To display the month names I have the following formulas:
@incidentbymonth =
DatePart ("m",{INCIDENT.INCIDENT_DATE} ,1 )
@monthname =
MonthName ({@incidentbymonth})
Works great, but the report sorts these alphabetically.
Could someone tell me how to keep these in date order??
cheers
@incidentbymonth =
DatePart ("m",{INCIDENT.INCIDENT_DATE} ,1 )
@monthname =
MonthName ({@incidentbymonth})
Works great, but the report sorts these alphabetically.
Could someone tell me how to keep these in date order??
cheers