Hi,
I am trying display the results of two queries in BI 4.1 Webi as below, but having a problem with the sum of total backlog at break footer for Family. It is putting a sum of backlog for all parts in query 2 instead of query 1. (I have merged Family & Part Number dimension objects and also used unmerged dimensions from query 1, expecting it to work like left outer join).
One way is to restrict the query 2 also to fetch same Part numbers, but I am having some difficulties in doing that due to DB limitations on number of list of values passed in a query filter. So tried using the Sum (Total backlog In (query1.Family;query1.Part Number)), but it is not helping. Please suggest if there are any other alternate options.
Thanks,
CK