Reputation: 63
I have two data providers. One is a universe, one is an excel file. Excel file has column ID. I want to find ID, JOB_ID, Cost.
I have created a merged dimension:- ID. When I create report with ID and Cost, I'm getting an outer joined result which is what I want. But when I add another attribute from universe it is being inner joined result.
Where can I control this feature?
Upvotes: 1
Views: 5566
Reputation: 3363
You are ever so close. Here are the basics when working with a zero or one to many relationships. Credit for this goes to this blog post. I am copying it here if perchance that link goes dead.
As a rule of thumb , when trying to merge DP’s with a 1xN relationship :
- Merge the common fields
- Use the dimension coming from the N side query
- Create detail variables from the 1 side query for each dimension needed with associated dimension equal the merged dimension
- Check "Show rows with empty dimension values" on Table formatting for each table using dimensions coming from both queries.
Here is a screen shot to highlight where to find the setting in step #4.
Upvotes: 1