OLAP Question: Date problem!!

FlavioT

New Member
Joined
Feb 11, 2003
Messages
40
Hi!!

I've made an OLAP Cube to get data from my Access database.

I use that function infopivotfields (I don't know the name in English... in portuguese is INFODADOSTABELADINÂMICA)

Well... I'd like my Dates not to have those levels the Cube Suggests... I'd like them to be displayed as TEXT...

Do I need to change my database to Text istead of Time???

Please HELP ME!!!


Here is the OLAP (Working but with the LEVELS)

QueryType=OLEDB
Version=1
CommandType=Cube
Connection=Provider=MSOLAP; Initial Catalog=[OCWCube]; CreateCube=CREATE CUBE [OCWCube] ( DIMENSION [Data] TYPE TIME, LEVEL [Tudo] TYPE ALL, LEVEL [Ano] TYPE YEAR, LEVEL [Mês] TYPE MONTH, LEVEL [Dia] TYPE DAY, DIMENSION [Loja], LEVEL [Tudo] TYPE ALL, LEVEL [Loja], MEASURE [Soma de Valor] FUNCTION SUM ); InsertInto=INSERT INTO OCWCube([Data], [Soma de Valor], [Loja].[Loja]) OPTIONS ATTEMPT_DEFER, ATTEMPT_ANALYSIS SELECT Consulta1.Data, Consulta1.Valor, Consulta1.Loja FROM `F:\Funcionarios\Flavio BACKUP\Caixa\Caixa`.Consulta1 Consulta1; Source_DSN="DSN=Banco de dados MS Access;DBQ=F:\Funcionarios\Flavio BACKUP\Caixa\Caixa.mdb;DefaultDir=F:\Funcionarios\Flavio BACKUP\Caixa;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;";
CommandText=OCWCube
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,215,398
Messages
6,124,694
Members
449,179
Latest member
kfhw720

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top