I have a issue in cognos framework, here is the below explaination for the same. I have a two tables. 1. SMRDLRD 2. F_SVC_HSTRY
DEALER table contains a dim column for dealer code keys. SERVICE HISTORY table contains 2 dim columns for delaer code keys. (1st dim for service dealer codes and 2nd dim is for repair dealer code.. here,one service dealer code have many repair dealer code)
And now I have a requirement where I have to perform below join SMRDLRD.I_DLR_DIM = F_SVC_HSTRY.I_CURR_FLET_DIM AND SMRDLRD.I_DLR_DIM = F_SVC_HSTRY.I_CURR_REP_DIM
But here I m not able to join one dim column on both the dim columns of other table. However I had tried creating alias of a SMRDLRD table ,but the catch is SMRDLRD has so many other reference /lookup tables(say LKUP_CNTRY, LKUP_DOM etc ). And that is where I m not able to bring all this tables into the picture.
Any help would highly appreciate. Please let me know in the comment section if you need more information on this. Thank you.