Hi Guys,
i have a strange problem. We use the .Net Webservice Sdk to retrieve the data directly from the universe. So we create report with one dimension in the rows (year/month) and 2 keyfigures.
When we get the XML generated, the data is not aggregated. so we receive values
200801 kyf1 2 kyf2 3
200801 kyf1 3 kyf2 5
I would expect something like:
200801 kyf1 5 kyf2 8
For other universes like efashion it works perfectly that way?
We use RetrieveXMLView.
Any Ideas?
Best regards
KAi