Hi all,
I wonder if anyone managed to create a pivot table when exporting data to excel in Nav 2013. We did it before by adding some custom functions in table Excel Buffer using automations. Now it is a bit different with dotnet, especially because nav does not use classic dotnet components like "Microsoft.Office.Interop.Excel.Workbook" but addins like "Microsoft.Dynamics.Nav.OpenXml.Spreadsheet.WorkbookWriter". Any sample code would be very helpfull, much thanks in advance.
0
Comments
A reasonable alternative is to use Power Pivot in combination with OData-Webservices - you can find some Information on the Basics on msnd http://msdn.microsoft.com/en-us/library/hh166960(v=nav.71).aspx and a more advanced example here: http://www.navida.eu/report-on-navs-account-schedules-in-excel-by-using-odata/
I hope this helps!