There is already build framework is in my office. In that there is a date dimension and created short cut for date dimension(accounting Period) in the physical layer
And in the business layer when I edit the accounting period definition I saw like
below
here not "Account_Period_DATE_DIM"."FINANCIAL_445_YEAR" is null and "DATE_DIM"."FINANCIAL_445_YEAR"="Account_Period_DAT E_DIM"."FINANCIAL_445_YEAR" and "DATE_DIM"."FINANCIAL_445_MONTH_NUMBER"="Account_Pe riod_DATE_DIM"."FINANCIAL_445_MONTH_NUMBER" and to_char("Account_Period_DATE_DIM"."CALENDAR_DATE" - 2, 'DD/MM/YYYY')=to_char(sysdate)
I saw only one expression in filter like [Business Layer].[Accounting Period].[FINANCIAL_445_YEAR] is not null did not see other conditions .i think there is a hidden implicit join which I am not able to see
My question where can I find that join in the framework manager?
Please help me
Thanks,