Anita,
It is very big universe, It is hard to explain. Anyway, I explain how it works.
Could tell me how should I attach my report layout (it is in EXCEL) through this reply. If I send the report layout to you, that will be helpful for me as well as for all of you.
1.) How your tables are joined
Basket Table has
NDC_ID -HAS different id which is link with another NDC_TABLE(joins throu this id)
BASKET_NAME - GRACE
OWNER_ID-Has same id for GNN and NDC_FLAG(4724) for each BASKET_NAME
GNN(SOME DATA) which is related to NDC_FLAG
NDC_FLAG(OWNER,COMP)
2.) what SQL you’re using for the objects you have
I have created 2 object , one for OWNER and one for COMPETATOR, each has case statement
For Owner object
case when DW.DW_RX_BASKET_NDC_DM.NDC_FLAG = ‘OWNER’ then DW.DW_RX_BASKET_NDC_DM.GNN end
For Competitor object
case when DW.DW_RX_BASKET_NDC_DM.NDC_FLAG = ‘COMP’ then DW.DW_RX_BASKET_NDC_DM.GNN end
3.) show us what you are requesting in the query panel
In the query panel, OWner,Competitor,Units (is in the Fact table,already linked with BASKET TABLE throu NDC_ID and also it is in the measure class). That means , since owner and competitor have same owner_id, I want to display both which is belong to same id
4.) what your report output looks like, and
Could you tell me how to attach the layout , I could send to you all
Thanks in Advance,
Grace
Grace555 (BOB member since 2004-06-09)