Hi, I must create analysis in OBIEE 12.
I have CLOSE_DATE and NOTIFICATION_DATE as DIMENSION - I have three column: Year (YYYY), Month(YYYY-MM) and Date(YYYY-MM-DD) - for both of dimension. Next I have Facts with for example count on product_name called: # of products.
I can create analysis (table) like:
Close Month || # of products
2018-01 || 100
And second analysis (or second table in the same analysis)
like:
Notification Month || # of products
2018-01 || 64
But my main task is create analysis like:
Month || # of closed products|| # of notification products
How can I create something like that?
How can I etraxct month for two different month? Or maybe I must change model in rpd...but how to compare 'number of' two different dates?
Model looks like: FACT_TABLE --> PRODUCT_DIMENSION and PRODUCT_DIMENSION --> NOTIFICATION_DATE and PRODUCT_DIMENSION --> CLOSE_DATE