Elements of a Pivot Grid - XamPivotGridGrouping 3 Brian E. Roach / Thu, Apr 25, 2013 XamPivotGridGrouping 3 – Elements of a Pivot Grid In my last blog, we built out a GroupingFlatDataSource which we can use to supply the data to our XamPivotGridGrouping control. Before we start to look...
Using FlatDataSourceGrouping - XamPivotGridGrouping Series - Post 2 Brian E. Roach / Thu, Apr 18, 2013 XamPivotGridGrouping 2 - Providing the Data As I mentioned in my last post, we are going to make use of the XamPivotGridGrouping control to create a new WPF Football Statistics Analysis application...
A New Twist to Pivoting Data - The XamPivotGridGrouping Control Brian E. Roach / Wed, Apr 10, 2013 Pivoting can be a very useful mechanism for summarizing data. Among other functions, pivoting data can allow you to sort, count, total or give the average of various data points. Pivoting data allows...
How to use the Calendar control as a Slicer for the XamPivotGrid – part 2 Atanas Dyulgerov / Tue, Jan 10, 2012 Last week I blogged about creating a basic slicer that looks like a calendar and upon selection of dates from it the data in the pivot grid is filtered. Here is the link to that article if you’ve missed...
How to use the Calendar control as a Slicer for the XamPivotGrid – part 1 Atanas Dyulgerov / Wed, Jan 4, 2012 Recently we had a customer that had a requirement to build an app using the Infragistics Pivot Grid and filter the data in it using a calendar. He needed to be able to select specific dates that should...
OLAP Axis: DataChart with data from cube data Atanas Dyulgerov / Mon, Oct 24, 2011 Setting up the DataChart to display cube data was a complicated job before. You had to manually create the series in the chart based on the data in the data source and update the UI every time when...
XamPivotGrid is now fitted with rocket engines Atanas Dyulgerov / Mon, Oct 24, 2011 The 2011.2 release has been a very busy one. Lots of new features and lots of improvements. The XamPivotGrid control got a lot of attention in the past few months and in addition to the new XamPivotDataSlicer...
The XamPivotGrid gets slicers. Data analysis just got a little simpler Atanas Dyulgerov / Fri, Oct 21, 2011 One of the new features of Infragistics’ XamPivotGrid is the XamPivotDataSlicer. This is a convenient tool that provides the end user with an easy way to apply additional filters to the hierarchies...
xamPivotGrid and Local (Offline) SSAS Cubes Atanas Dyulgerov / Thu, Jul 29, 2010 Local cubes or also known as offline cubes in the SQL Server Analysis Services are files that contain multidimensional data. They work in the same way as normal cubes in MS Analysis Server, but those...