Thursday, 23 May 2013
     
AUSQLUG Forums Home   Search   Login   Register   Member List  
SQL Server 2005 Forums  > Reporting Services  > Calendar dimension used in ReportModel  
 
Display using:  
Previous Thread :: Next Thread 
 Author Thread: Calendar dimension used in ReportModel
cerebus is not online. Last active: 4/10/2007 9:09:47 PM cerebus
Top 50 Poster
Joined: 23 Apr 2007
Total Posts: 5
 
Calendar dimension used in ReportModel
Posted: 04 Oct 2007 08:57 PM
If I have a Calendar dimension in SSAS 2005, and have a report model built on top of this, if I have a field called FiscalMonth (with its Type property set to FiscalMonths), is there any way to get the greater than filter in ReportBuilder to function as a date check rather than an alphabetical check?
What I'm seeing is if I filter greater than Jan 2007 for Fiscal Month, I get Jun 2006 in my results, but not April 2007.

Cheers.
philcart is not online. Last active: 7/01/2013 4:04:01 PM philcart
philcart.blogspot.com
Top 25 Poster
Forum Moderator
Joined: 20 Jul 2004
Total Posts: 345
 
Re: Calendar dimension used in ReportModel
Posted: 17 Oct 2007 12:55 PM
The field needs to be a datetime for that to work.

You could do a view in the report model to add the field as a datetime.


Thanks
Phill

Colt 45 - the original point and click interface ;)
http://philcart.blogspot.com/
Previous Thread :: Next Thread 
Page 1 of 1
 
AUSQLUG Forums  > SQL Server 2005 Forums  > Reporting Services  > Calendar dimension used in ReportModel