![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, In SSAS2000 I used the folowing formula in a SSDS2000 view: LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) Now in SSAS2005 I would like to have the same working in both Data Source View and OLAP Cube / Dimension I tried to have the following formulas in Data Source View: 1. Getdate() 2. CONVERT (CHAR; GETDATE(); 105) 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) 1. Getdate() shows the correct date but press ok on Data Source View ends in an error and it can't ber saved. 2. CONVERT (CHAR; GETDATE(); 105) shows the correct date in Data Source View but it is not accepted in the OLAP Cube 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) shows the correct date in Data Source View but it is not accepted in the OLAP Cube I only want to show the date + time of data processed in the OLAP Cube in an OLAP Report. Any ideas / comments to have this working. What is the email address or message board of Microsoft to report any errors, questions, etc regarding the new SQL Server 2005 components: SSDS, SSAS, SSIS, SSMS, etc ? Regards, Marco |
#3
| |||
| |||
|
|
I had to use Now(). "Marco" wrote: Hi, In SSAS2000 I used the folowing formula in a SSDS2000 view: LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) Now in SSAS2005 I would like to have the same working in both Data Source View and OLAP Cube / Dimension I tried to have the following formulas in Data Source View: 1. Getdate() 2. CONVERT (CHAR; GETDATE(); 105) 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) 1. Getdate() shows the correct date but press ok on Data Source View ends in an error and it can't ber saved. 2. CONVERT (CHAR; GETDATE(); 105) shows the correct date in Data Source View but it is not accepted in the OLAP Cube 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) shows the correct date in Data Source View but it is not accepted in the OLAP Cube I only want to show the date + time of data processed in the OLAP Cube in an OLAP Report. Any ideas / comments to have this working. What is the email address or message board of Microsoft to report any errors, questions, etc regarding the new SQL Server 2005 components: SSDS, SSAS, SSIS, SSMS, etc ? Regards, Marco |
#4
| |||
| |||
|
|
Is now() working within SSAS 2005 instead of getdate() ? I will check also with our BI/OLAP database. If I remember well now() is showing the local date? Regards, Marco SAM schreef: I had to use Now(). "Marco" wrote: Hi, In SSAS2000 I used the folowing formula in a SSDS2000 view: LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) Now in SSAS2005 I would like to have the same working in both Data Source View and OLAP Cube / Dimension I tried to have the following formulas in Data Source View: 1. Getdate() 2. CONVERT (CHAR; GETDATE(); 105) 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) 1. Getdate() shows the correct date but press ok on Data Source View ends in an error and it can't ber saved. 2. CONVERT (CHAR; GETDATE(); 105) shows the correct date in Data Source View but it is not accepted in the OLAP Cube 3. LEFT (CONVERT (CHAR; GETDATE(); 105); 11) + CONVERT (CHAR; GETDATE(); 108) shows the correct date in Data Source View but it is not accepted in the OLAP Cube I only want to show the date + time of data processed in the OLAP Cube in an OLAP Report. Any ideas / comments to have this working. What is the email address or message board of Microsoft to report any errors, questions, etc regarding the new SQL Server 2005 components: SSDS, SSAS, SSIS, SSMS, etc ? Regards, Marco |
![]() |
| Thread Tools | |
| Display Modes | |
| |