Hi
I have this niggling issue that is really getting to me - as I have tried all sorts of things and nothing works.
I have created a Universe to use in conjunction with the dashboard builder and in my DimTime dimension there is a field Month and a field MonthName.
All I want to do is to tell the Designer that I want to sort the Months in the logical order and not alphabetical order....
So far I have tried to edit my MonthName object so the SQL returned is
Select MonthName from DimTime
Group By MonthName, MonthNumber
which would return the right monthnames in SQL server.
I know that if I was using Webi this wouldn't be so difficult as there is a custom sort function but dashboards only let you display what there is in the Universe etc...
Note that on dashboard analytics where I can use metrics I don't have this problem as in that case I can apply a calendar and month names are in the right order but some of the analytics require a universe query and so I definitely need a way to apply the correct sort to the month name object - I am creating dashboards as a proof of concept so having the months in the wrong order just won't cut it!
Any suggestions on the steps needed to resolve this would be fab. Otherwise I will just have to create a DisplayMonth field displaying months as 1: Jan, 2: Feb etc... but hardly that elegant for pre-sales.
Nassy
I have this niggling issue that is really getting to me - as I have tried all sorts of things and nothing works.
I have created a Universe to use in conjunction with the dashboard builder and in my DimTime dimension there is a field Month and a field MonthName.
All I want to do is to tell the Designer that I want to sort the Months in the logical order and not alphabetical order....
So far I have tried to edit my MonthName object so the SQL returned is
Select MonthName from DimTime
Group By MonthName, MonthNumber
which would return the right monthnames in SQL server.
I know that if I was using Webi this wouldn't be so difficult as there is a custom sort function but dashboards only let you display what there is in the Universe etc...
Note that on dashboard analytics where I can use metrics I don't have this problem as in that case I can apply a calendar and month names are in the right order but some of the analytics require a universe query and so I definitely need a way to apply the correct sort to the month name object - I am creating dashboards as a proof of concept so having the months in the wrong order just won't cut it!
Any suggestions on the steps needed to resolve this would be fab. Otherwise I will just have to create a DisplayMonth field displaying months as 1: Jan, 2: Feb etc... but hardly that elegant for pre-sales.
Nassy