Hi
I downloaded the community edition and wanted to try it out on a scenario I have.
I have a Fact table of financial data items with the following fields. there are about 5000 dataitemids in the table. we run statistical analysis on these dataitems.
Datadate,CompanyId, DataItemId, DataItemValue
1/1/2000, 123, 1, 120.1
1/2/2000, 123, 2, 120.2
1/3/2000, 123, 3, 120.3
The problems is that the fact table is in a row format, and what we really want is a column format like below
DataDate, CompanyId, DateItem1,DateItem2,DateItem3,....... DateItem5000
1/1/2000, 123, 120.1, 120.2, 120.3 ..................
If I wanted to stored this table in InfoBright, I would create a table with all the columns like above, and then loaded the data? Do I pivot the data in the fact table and then loaded the data?
thanks
Paul
