Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ramuthota
Starting Member
4 Posts |
Posted - 2009-01-02 : 02:03:51
|
Hi all,In the cube i need to set a default member for the date dimension members.year,month,actualdate based on the current month=1.In sql i can write query select actualdate,year,month from date(table)where currentmonth=1.In ssas how can i set the defaultmember based on the currentmonth condition.Thanks & Regards,Ramu |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-02 : 02:28:44
|
http://www.sqljunkies.com/WebLog/mosha/archive/2005/12/31/cube_init.aspxhttp://msdn.microsoft.com/en-us/library/ms175626.aspx |
 |
|
|
|
|