I am merging two queries over a common dimension.
One: Name, ID
Other: Cost,ID
Now final report is
Name, Cost , ID
Cost is a measure and all other are objects.
But when i am trying to get sum of cost in Name. then it is displaying same number in all rows which total of cost in all names.
I am trying
– Sum([Cost]) In ([Name])
– tried Sum([Cost] In ([Name]))
– tried to set the “Extend Merged Dimension Values” as a default
– tried Sum([Cost] ForAll ([ID])) In ([Name])
Nothing is working…
Can anyone please help me out in finding out the problem?
I came to know that we can only group by(aggregate) object from 1st query in 2nd query on the basis of merge or common dimension and this rule does not apply to measure from any query, is it true?
If yes, why i am not able to get the cost with respect to each name rather than geting total cost for all names?
One mistake, I thought by row aggregation you are referring to extend merge dimension value property…
I am not able to find the row aggregation? i found in forum that it is edit report --> properties-> display
I am not able to find the option of row aggregation…
I am using Webi XIR2.
We started experiencing the same issue a week ago when we installed Fix Pack 3.7 for BO XIR2.
Our issue only occurs when we merge 2 queries on an ID. We resolved the issue by changing the dimension in the Universe to a “detail”, instead of in the report.
I will open a ticket with Business Objects/SAp today.