![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| To display measures between two dates |
#3
| |||
| |||
|
|
Hi Voorshwa, You can add 2 time dimensions to allow the user to select Range Start and End dates, as described in this earlier post. With AS 2005, a single time dimension can be reused in multiple roles, which need not be used in measure groups: http://groups.google.co.uk/group/mic...r.olap/msg/275 64ddc49de36a1?hl=en& To display measures between two dates From: Chris Webb Date: Thurs, Feb 6 2003 8:13 am Groups: microsoft.public.sqlserver.olap Rather than let the user enter a date manually, you might want to do the following instead: create two Time dimensions in your cube, one where the user can select the start of the time range and one where they select the end of the time range. You can then use calculated measures to return the aggregated values. Here's how you do this: In your existing cube, call your Time dimension something like 'Start Date'. Then copy this dimension, and paste it into the same database; you will get a dialog asking you for a new name for this dimension, and you should call it something like 'End Date'. .. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |