Sort order in time view is not working if a year break is given. How can I correct this?
It is not possible to achieve the result with the current stricter of DIM_DATE. Perform the following steps to resolve the issue: 1. Take a backup of existing DIM_DATE table from warehouse DB 2. Create a new column in DIM_DATE table as "Month_Name_This_Year" and populate the data like Month_Name - Year For e.g: If Month Name is Period 1 and Year is 2011, then populate new column, for e.g. Period 1-2011 3. The new column "Month_Name_This_Year" should be added to the DIM_DATE table in the warehouse DB. 4. Then map the new column to Month level's description parameter in dbmodel.xml file i.e,