If it helps in the answer I am using MONDRIAN as my OLAP to mysql interface, although this problem may just be OLAP.
I have a fact table that has multiple date columns.
I can make a time dimension but it has to be joined to a particular date column. But I want to produce output such that there is a navigable time dimension and there are multiple measures on more than one date column.
The only way I can see to do this is to take all the date columns and put them into another table that has a single date column and a key back to the fact table.
Or is there another way?
I have a fact table that has multiple date columns.
I can make a time dimension but it has to be joined to a particular date column. But I want to produce output such that there is a navigable time dimension and there are multiple measures on more than one date column.
The only way I can see to do this is to take all the date columns and put them into another table that has a single date column and a key back to the fact table.
Or is there another way?