- O menu Grade de fatias inclui agora a opção de criação de grupo condicional.
- Adicionamos a opção de um novo menu que permite definir todos os totais em linhas e colunas na mesma posição. Não é necessário clicar em cada um deles individualmente.
- Adicionamos a capacidade de desativar a lista suspensa na zona de grade.
- Na Grade de cubo, ativamos a propriedade adicional Gerenciador de Filtros, que permite exibir apenas valores filtrados do cubo.
- Começando com esta versão, há a capacidade de criar pintores de grade nativos.
- Também aprimoramos a API para trabalhar com destaques, colunas de Grade de cubo e eventos de fatia.
+ Added TfcxCustomGrid.OnCreatePainter event which allows to create an own grid painter
+ Added group creation by condition in code and and in TfxSliceGrid menu
+ Groupping and filtering through the axes context menu now handles selection
+ Added TfcxCubeGrid.FilterManager property. If the property is set then grid shows filtered set of data.
+ Added class TfcxFilteredOrderedRecordSetProvider
+ Added TfcxZoneRestriction.zrDontShowDropDown to disable showing of drop down window and a corresponding icon
+ Added method TfcxContinuousHighlight.ImageReverseOrder to set reverse order or icon highlight
+ Added methods TfcxSlice.SetTotalPosition(const Value: TfcxTotalPosition) and TfcxAxisContainer.SetTotalPosition(const Value: TfcxTotalPosition)
+ Added property TDimensions.DetailValue: Variant - current detail value for total calculation by formula based on subtotals.
+ Added property TfcxCubeDataColumns.VisibleIndex[ACubeFieldName: String]: integer
+ Added automatic changing of Y-axis fields header height in report
+ Adding/removing measure runs events OnBeforeAddSliceFieldToRegion, OnAfterAddSliceFieldToRegion and OnBeforeRemoveSliceFieldFromRegion
+ Added chs_Created in TfcxChangeInSlice (creating base empty slice)
+ Added schema loading/saving in AppendData
- Fixed error in TfcxSourceFieldProperties.AssignTo
- Fixed error in cells size calculation
- Fixed error: Integer Overoverflow in CompareSQLTimeStamp
- Fixed error: value does not load from database when field size greater 8192 byte
- Fixed error in TfcxRange.Match
- Fixed error of export to XLSX for collapsed dimensions
- Fixed errors in German translations (thanks to Ralf Stegemann)
- Fixed declaration of TfcxChartsManagerOnNeedChart event