Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Joins between two date dimensions

Hi all,
I have one file which contains the following:
Open order month// Open orders
Jan 2021 // 400
Feb 2024 // 100
Another one for closed orders:
Closed order month// Closed orders
Jan 2021 // 100
I am trying to get the following output:
Month // Open // Closed
Jan 2021 // 400 // 100
Feb 2024 // 100 // 0
I tried creating duplicate files, as the data was in one table only, and used full outer join - it does not work properly.
What other suggestions do you have?
Regards,
C
Answers
-
Isn't this the exact same thing as your other thread? (despite you deleting the content of the question…)
I assume your "orders" are just like the SRs you were trying to analyze in the other thread. Or how is this one different? (Because you marked the other one as answered.)
0