I am working on a query using the data (simplified) below. Reporting this using Excel from Odata feed.
Resource Type Amount
General Yellow 100
General Blue 150
Other Yellow 50
Other Blue 75
I want the resulting data to be
Resource Yellow_Amount Blue_Amount
General 100 150
Other 50 75
Is this possible in the Query Object?
0
Comments
However it would be possible to use a Page object that is published as a web Service instead of a query. Using a page allows all sort of calculations in NAV - take a look at the new page Acc. Sched. KPI Web Service in NAV 2013 R2. It does some calculations in NAV in order to export the Information as an OData-Feed.
I would need to see the data structure you use but I would imagine if you are OK with the data as:
General
Yellow
Blue
Other
Yellow
Blue
you could do it in the Query.
Otherwise, with Pivottable, are you using Power Pivot? That should be able to handle that many rows with no problem.