Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Created Unassigned: Pivot Rowfields in wrong order [15152]

$
0
0
When adding multiple PivotFields as RowFields, the fields are not in the correct order.

Changing the code in sample12.cs from
pivotTable1.RowFields.Add(pivotTable1.Fields[4]);
to
pivotTable1.RowFields.Add(pivotTable1.Fields[4]);
pivotTable1.RowFields.Add(pivotTable1.Fields[0]);
pivotTable1.RowFields.Add(pivotTable1.Fields[3]);
reproduces this problem as the "PivotSimple" table has the fields "Name -> LastName -> Title" instead of "Name -> Title -> LastName"

Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>