Hi All!
I have following flat source tables:
FactTable(Customer,Total)
Customers(Id,Name,Country,City)
Cities(Id,Name)
Countries(Id,Name).
So, the problem is: I have two dimensions Country and City, and i want to see the totals by country or by city through Customer field in FactTable.
I have setup City and Customer data to import by means of Palo ETL, and make the FieldTransform for FactTable to add "Lookup" fields for City and Country.
When i import the whole data, i see that Country's or City's first element contans aggregated Total, although when i have import only single Country or City it works well (I mean i see distributed data by country(city)). I suppose that it isn't possible through one facttable field has two or more "Lookup"s!?
I have solution to add calculated fields for each "Lookup" like:
FactTable(Customer,Total,City,Country).
Can i do mentioned-above problem by means of PALO ETL?
Thank you very much!
Best regards from Xeonix