Hi everyone,
Hope you are good. I have a question regarding reports. I have a database that contains a table with volumes. This table has the following fields: Country, Volume, Month, Year. The field Month comes from another table which is has MonthID and Month.
Then I have a query based on this table where I perform several formulas and I have country, month, year, volume, formula1,formula2.
I am creating a report based on this query and I would like results to appear by year and by month in order. If I put "ascending" in the field "Year" the results are brought correctly by year, but by month not. Example:
Result 1, 2013, January
Result 2, 2013, November
Result 3, 2013, May
I want it to be
Result 1, 2013, January
Result 2, 2013, February
Result 3, 2013, March
Result 4, 2013, April
(....)
I have tried several ways to make it ordered by year and month but had no good results. Do you have any idea? Thanks!
 Hope you are good. I have a question regarding reports. I have a database that contains a table with volumes. This table has the following fields: Country, Volume, Month, Year. The field Month comes from another table which is has MonthID and Month.
Then I have a query based on this table where I perform several formulas and I have country, month, year, volume, formula1,formula2.
I am creating a report based on this query and I would like results to appear by year and by month in order. If I put "ascending" in the field "Year" the results are brought correctly by year, but by month not. Example:
Result 1, 2013, January
Result 2, 2013, November
Result 3, 2013, May
I want it to be
Result 1, 2013, January
Result 2, 2013, February
Result 3, 2013, March
Result 4, 2013, April
(....)
I have tried several ways to make it ordered by year and month but had no good results. Do you have any idea? Thanks!
 
	 
 
		 
 
		 
 
		 
 
		