I have still having problems building a cross tab report which is taking information from two different fact tables. One fact table is Revenue which has its own Date and the other is Costs which also has its own date. I built a query which independently gives me the correct information for Revenue and Costs. But I need these to be combined. The problem is how to account for the two different date fields from each fact table.
Are both dates in the same format? Are you having trouble merging the dimensions? You should only need to merge the two dates. I’m no expert but I never had a problem combining queries from separate tables using merged dimensions in XI R2.
That depends whether your dimensions are conformed over both facts, or not…:).
If they are and you have set your contexts and incompatabilities correctly BO will join the SQL for you.
You can see this by looking at the SQL produced in your chosen query editor, it should show two SQL scripts with join in the left hand pane - query panel.
If not, you have some work to do at the report level.
Still having trouble. I have attached three screen shots of my report queries and the report. Can’t figure out how to combine the two different sum measures when each one is coming from a different fact table.