C1 OLAP supports multiple value fields

Released: Mar 17, 2011

Updates in this release

Updates in 2011 v1

  • Added Support for Multiple Value Fields
    You may add as many value fields to a view as you want. This enables users to aggregate totals for multiple measures from the data set. For example, create a view that compares both total revenue and cost side-by-side.
  • New ChartTotals Property
    This property allows you to create charts that show only totals, as opposed to creating one separate series for each column in the OlapTable. Setting ChartTotals on the C1OlapChart or C1OlapPage controls can be useful in situations where the views contain too many series to visualize in a single chart.
  • Added Defer Updates Option to C1OlapPanel
    This checkbox has the same functionality as the one in Microsoft Excel pivot tables. It suspends the automatic updates that occur while the user modifies the view definition so the user can make extensive changes more efficiently.
  • Added C1OlapField Style property
    This property allows you to assign style properties (such as cell background and foreground) to a specific field, customizing the way the field value appears in a C1OlapGrid. This feature can be useful in views that contain multiple value fields.
  • Added Conditional Formatting Properties
    These properties allow you to apply conditional formatting to a field, making certain values stand out when displayed on a C1OlapGrid.