![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Read a thread where a Tom Chester sugested, mainly for performance reasons, using pre-populated time dim. If yo do this, is there a way to show only the times up to a specific time - such as "now"? e.g. On October 31 I don't want November and December to show in the time dim yet. Also, is there a function in MDX to retrieve the current system time. I tried Now and GetDate but ... Les McPhee |
#3
| |||
| |||
|
|
When you prepopulate a time dimension, the only way you will see a future date with a query is if your fact table has a value that links to a future date. -- Ray Higdon MCSE, MCDBA, CCNA --- "Les McPhee" <lmcphee69 (AT) hotmail (DOT) com> wrote in message news:Xns9426CE6FFDA7lesliermcpheehoneywe (AT) 207 (DOT) 46.248.16... Read a thread where a Tom Chester sugested, mainly for performance reasons, using pre-populated time dim. If yo do this, is there a way to show only the times up to a specific time - such as "now"? e.g. On October 31 I don't want November and December to show in the time dim yet. Also, is there a function in MDX to retrieve the current system time. I tried Now and GetDate but ... Les McPhee |
#4
| |||
| |||
|
|
Read a thread where a Tom Chester sugested, mainly for performance reasons, using pre-populated time dim. If yo do this, is there a way to show only the times up to a specific time - such as "now"? e.g. On October 31 I don't want November and December to show in the time dim yet. To solve this problem in an earlier project, I created a view on the |
|
Also, is there a function in MDX to retrieve the current system time. I tried Now and GetDate but ... AS supports a large number of VBA functions. To get todays date and time |
#5
| |||
| |||
|
| where date_key between |
![]() |
| Thread Tools | |
| Display Modes | |
| |