NEW Java RESTful API project that illustrates how to get data from Relational DBs and use our Java Compressor.
NEW Drill-through for Mondrian is now available (using the Accelerator only).
NEW The list of available aggregations for fields of "date string"
and "datetime"
data types was extended with Count
and Distinct
Count aggregations.
NEW HTML5/Flash The simplest way to define JSON data - in embedPivotComponent()
function using data
property. Even dataSourceType
is not needed in this case:
flexmonster.embedPivotComponent(“”, “100%”, “600”, { data: [ { “Category” : “Accessories”, “Color” : “green”, “Quantity” : 22 } ] }, true);
NEW Flex The toolbar in Flex was updated with new icons and new options - 'Connect > To local JSON' and switcher between Compact, Classic and Flat grid views in 'Options'.
FIX Closing Details View after switching to Flat View.
FIX Fixed issue with wrong numbers in distinct count.
FIX 2.2 version introduces simplified naming of dimensions, hierarchies, measures and members for CSV/JSON data sources. There were backward compatibility issues with naming in reports generated by previous component's versions which are fixed:
addDataRecord()
API call.[Date].[Date].[Year]
, [Date].[Date].[Month]
, [Date].[Date].[Day]
, where 3 and more elements were used in names.FIX Connection to MSAS via XMLA: the issue when 'Invalid datasource or catalog' message was shown if there are no KPIs in cube was fixed.
FIX Issue with saving fieldSeparator
for TSV was fixed. Now it is saved in report XML the following way: <fieldSeparator><![CDATA[ ]]></fieldSeparator>
FIX Values of "datetime"
, "time"
and "date string"
fields are formatted based on date/time patterns only if Sum
, Average
, Product
, Min
or Max
aggregation is selected for them. They are formatted as numbers if one of the following aggregations is used to aggregate them: Count
, Distinct Count
, % of Grand Total
, % of Column
, % of Row or Index
.
FIX When you select "date string"
field with check box in Field List is put in rows by default.
FIX Accelerator The issue with connecting to Accelerator via JavaScript (connectTo()
, setReport()
methods) was fixed.
FIX Accelerator The issue with CORS was fixed.
FIX Accelerator The issue with freezing on "Loading KPIs..." was fixed.
FIX Accelerator Prevent terminating Accelerator app by hitting Enter key.
FIX The height of Field List was adjusted for mobile layout.
FIX The issue with truncated labels in PDF export was fixed.
FIX Image cell renderers were fixed.