FastCube v2.11.x

Released: Jun 16, 2020

Updates in v2.11.x

v2.11.6

Updated Jul 8, 2021

Fixes

  • Fixed stack overflow error on long list popup.

v2.11.5

Updated May 31, 2021

Features

  • Changed font of several forms from "MS Sans Serif" to "Tahoma".

v2.11.4

Updated May 25, 2021

Features

  • Added "Copy" menu item to the axis menu, which copies dimension values to the clipboard.
  • Axis position now changes on double click in the axis field popup.
  • Updated Greek locale resources.

v2.11.3

Updated May 12, 2021

Features

  • Added PreviewOptions, ReportOptions and PrintOptions properties to the TfcxpSliceGridReport class.
  • Added the ability to search in the popup list for unique values by pasting from the clipboard.

v2.11.2

Updated Sep 10, 2020

Features

  • Updated Czech locale resources.

Fixes

  • Fixed header drawing (D10.4 bug).
  • Access violation with double click on the script edit in the dimension editor.

v2.11

Updated Jun 16, 2020

Features

  • Added support for Embarcadero RAD Studio 10.4.
  • Added cell highlight option compared with average value (TfcxAverageHighlight).
  • Added most/least N cell highlight option (TfcxTopHighlight).
  • Added repeatable/unique cell highlight option (TfcxUniqueHighlight).
  • Added cell highlight based on expressions (TfcxExpressionHighlight).
  • Added negative value settings for ContinuousHighlight with Kind = ContinuousHighlightKind.BarChart.
  • Added event TfcxCustomToolbar.BeforeDialogExecute.
  • Major refactoring of the TfcxContinousHighlight with breaking change:
    • Before: TfcxContinuousHighlightValueType enum had BoundByRow, BoundByCol, PercentByRow, PercentByCol, PercentileByRow, PercentileByCol elements.
    • Now: Those elements replaced by Bound, Percent and Percentile elements. Added new enum TfcxHighlightScanDirection and the appropriate property ScanDirection common for all Highlight types with the Auto, Rows and Columns elements. New saves wont correctly work in the old version.
    • Effect: Highlight setup simplification due to reduced combobox lists. Auto element suit for most cases and does not break highlight (as before) after "Measures" field move from the rows to the columns and vice versa.

Fixes

  • Fixed TDate, TTime, TDateTime fields parse for Lazarus/FPC.
  • Fixed array out of bounds error in TfcxSliceGrid.