Need a special offer?Find out if your project fits.
+

Technical specifications

Feature JSON CSV FDS (databases, JSON, and CSV) MongoDB MS Analysis Services Custom data source API Elasticsearch
- Grid
Virtual grid that supports rendering and scrolling thousands of rows
Sort rows/columns
Sort values
Drill-through view
Expand/collapse values
Drill up & down
Drag & drop fields on the grid
Columns/rows resize on the grid
Grand totals and subtotals
Compact pivot table
Classic pivot table
Flat table
Flat table multi-column sorting
Editing cells
Add several fields to columns
Add several fields to rows
Add several fields to measures
Add the same field with different aggregations to measures
Select string field as a value (count, distinct count)
Select cells
Copy selected cells
Keyboard shortcuts to navigate on the grid
Highlight rows/columns
- Filter
Filter by members’ names using checkbox
Filter by members’ names using search input box
Value filter
Conditional filter for number fields
Conditional filter for string fields
Conditional filter for date fields
Conditional filter for time fields
Report filter
- Fields
UI for adding and editing calculated values
Drag n drop dimensions in the Field List
Displaying dimension folders in the Field List
Displaying hierarchy levels in the Field List
Search in the Field List
Expand All in the Field List
The Field List in the drill-through view *
- Aggregation functions
"sum"
"count"
"distinctcount"
"average"
"median"
"product"
"min"
"max"
"stdevp" (Population Standard Deviation)
"stdevs" (Sample Standard Deviation)
"percent"
"percentofcolumn"
"percentofrow"
"percentofparentcolumntotal"
"percentofparentrowtotal"
"index"
"differenceofcolumn"
"differenceofrow"
"%differenceofcolumn"
"%differenceofrow"
"runningtotalsofcolumn"
"runningtotalsofrow"
- Charts
Column
Bar
Line
Scatter
Pie
Stacked column
Column line
Drillable/expandable axis and legend
Drill-through view for charts
Interactive filtration for charts
Tooltips on charts
Split view (showing grid and charts simultaneously)
- Toolbar
Save the report
Open the report
Conditional formatting
Number formatting
Connect to data source
Switch between grid and charts
Fullscreen mode
- Export
Export to Excel
Export to PDF
Export to CSV
Export to HTML
Export to PNG
Export a grid view: compact, classic, or flat
Export a chart view: see available chart types
Export the drill-through view
Report printing
Add custom headers/footers (Export and Print)
- Options
Use formatting defined in the cube
Type of view: "grid", "charts" or both
Attribute Hierarchies
Changing CSS themes
Accessibility support
Multilingual localization
Date and time patterns
- Connection
via XMLA
via The Accelerator
- Security and Authentication
withCredentials
Request headers
Windows authentication
Using roles
HTTPS configuration
Custom authorization
- Integration with charting libraries
Highcharts
amCharts
FusionCharts
Google Charts
Any charting library
- Integration
Angular
Vue 3
Vue 2
React
Django
Jupyter Notebook
React Native
Blazor
TypeScript
R Shiny
Ionic
Electron.js
Flutter
jQuery
Webpack
RequireJS

* Available when connecting to SSAS via Flexmonster Accelerator

Options available for integrators:

Feature JSON CSV FDS (databases, JSON, and CSV) MongoDB MS Analysis Services Custom data source API Elasticsearch
- General options
Show/hide toolbar
Set type of view: "grid", "charts" or both
Show/hide the Field List
Open/close the Field List
Show/hide the aggregation selection control
Show/hide “Add calculated value” option in UI
Enable/disable editing cells
Show grand totals on the top or on the bottom for flat view
Enable/disable the drill-through feature
Configure the slice in the drill-through view *
Show/hide the Field List in the drill-through view *
Show/hide member properties for OLAP
Show/hide the sorting controls
Set date and time patterns
Enable a default slice for the component
Sorting type for hierarchies’ members: "asc", "desc" or "unsorted"
Apply the format defined in the cube
Selecting sublevels from multilevel hierarchy
KPIs
Multidimensional mode support
Tabular mode support
Build multilevel hierarchy based on simple data
Create multiple fields from one field
Define available aggregations for all fields of a certain type
Subqueries for server-side filtering
Different field separators for CSV
Global options for all reports
Share reports
Customizing toolbar
Customizing context menu
Define custom sort for members
Define custom sorting for Field List items
Expand/collapse all nodes from API
Show an alert pop-up window with a custom message
- Grid options
Set grid type: "compact" or "classic"
Set grid type: "flat"
Set grid title
Show/hide filters
Show/hide spreadsheet headers
Show/hide totals
Show/hide grand totals in rows/columns/both
Show/hide hierarchy captions
Show/hide reports filtering cells on the grid
- Chart options
Set chart type
Set chart title
Show/hide filters
Show/hide multiple measures on charts
Select the range of values on the charts automatically
Show/hide chart legend
Show/hide all the labels in сharts
Show/hide dropdowns with measures
Show the warning if data is too big for charts

* Available when connecting to SSAS via Flexmonster Accelerator

API available for integrators:

API call Description
addCalculatedMeasure Adds calculated measure.
addCondition Adds a conditional formatting rule.
alert Shows an alert pop-up window with a custom message.
clear Clears the component’s data and view.
clearFilter Clears the filter applied previously to the specified hierarchy.
clearXMLACache Requests Microsoft Analysis Services to clear the cache.
closeFieldsList Closes the Field List.
collapseAllData Collapses all nodes and drills up all levels of all hierarchies.
collapseCell Collapses a specific node on the grid and charts.
collapseData Collapses all nodes of the specified hierarchy.
connectTo Connects to the data source and clears the current report.
customizeAPIRequest Allows customizing the request before it is sent to a server.
customizeCell Allows customizing of separate cells.
customizeChartElement Allows customizing separate chart elements in Flexmonster Charts.
customizeContextMenu Allows customizing context menu.
dispose Prepares the pivot table instance to be deleted with the browser’s garbage collection.
drillDownCell Drills down a specific hierarchy level on the grid and charts.
drillUpCell Drills up a specific hierarchy level on the grid and charts.
expandAllData Expands all nodes and drills down all levels of all hierarchies.
expandCell Expands a specific node on the grid and charts.
expandData Expands all nodes of the specified hierarchy.
exportTo Exports the current view to Excel, PDF, CSV, HTML, or image format.
getAllConditions Returns a list of conditional formatting rules of the report.
getAllHierarchies Returns a list of all available hierarchies.
getAllHierarchiesAsync The async equivalent of getAllHierarchies.
getAllMeasures Returns a list of all available measures.
getAllMeasuresAsync The async equivalent of getAllMeasures.
getCell Returns information about cell by row and column indexes.
getColumns Returns a list of hierarchies selected in the report slice for columns.
getColumnsAsync The async equivalent of getColumns.
getCondition Returns a conditional formatting rule by id.
getFilter Returns the filtered members for the specified hierarchy.
getFlatSort Returns an array of objects defining the sorting on the flat grid.
getFormat Returns the FormatObject of a default number format or the number format for the specified measure.
getMeasures Returns a list of the selected measures in the report.
getMeasuresAsync The async equivalent of getMeasures.
getMembers Returns a list of members for the specified hierarchy.
getMembersAsync The async equivalent of getMembers.
getOptions Returns the OptionsObject with component’s options.
getReportFilters Returns a list of hierarchies selected in the report slice for Report Filters.
getReportFiltersAsync The async equivalent of getReportFilters.
getReport Returns the ReportObject which describes the current report.
getRows Returns a list of hierarchies selected in the report slice for rows.
getRowsAsync The async equivalent of getRows.
getSelectedCell Returns information about selected cell.
getSort Returns the sort type which is applied to the hierarchy.
getTableSizes Returns table sizes that are set for the component.
getXMLACatalogs Obtains a list of all available catalogs on a given data source.
getXMLACatalogsAsync The async equivalent of getXMLACatalogs.
getXMLACubes Obtains a list of all available cubes on a given data source.
getXMLACubesAsync The async equivalent of getXMLACubes.
getXMLADataSources Obtains a list of all data sources by given URL for XMLA connect.
getXMLADataSourcesAsync The async equivalent of getXMLADataSources.
getXMLAProviderName Returns dataSourceType for given proxyUrl.
getXMLAProviderNameAsync The async equivalent of getXMLAProviderName.
load Loads report JSON file from the specified URL.
off Removes JS handlers for specified event.
on Sets a JS function for the specified event.
open Opens local report file.
openCalculatedValueEditor Opens the calculated value pop-up window editor.
openFieldsList Opens the Field List.
openFilter Opens the filter pop-up window for the specified hierarchy.
print Prints the current view via the OS print manager.
refresh Redraws the component.
removeAllCalculatedMeasures Removes all calculated measures.
removeAllConditions Removes all conditional formatting rules.
removeCalculatedMeasure Removes the calculated measure by measure unique name.
removeCondition Removes the conditional formatting rule by id.
removeSelection Removes a selection from cells on the grid.
runQuery Runs a query with specified rows, columns, measures and report filters from the SliceObject and displays the result data.
save Saves your current report to a specified location.
scrollToColumn Scrolls the grid to the specified column.
scrollToRow Scrolls the grid to the specified row.
setFilter Sets the filter for the specified hierarchy.
setFlatSort Sets the flat table multi-column sorting.
setFormat Sets a default number format or the number format for the specified measure.
setOptions Sets the component’s options.
setReport Sets a report to be displayed in the component.
setSort Sets the sort type to the specified hierarchy.
setTableSizes Sets table sizes for the component.
shareReport Saves the current report to Flexmonster Data Server and provides a link to the saved report.
showCharts Switches to the charts view and shows the chart of the specified type.
showGrid Switches to the grid view.
showGridAndCharts Switches to the grid and charts view and shows the chart of the specified type.
sortFieldsList Sets custom sorting for Field List items.
sortingMethod Sets custom sorting for hierarchy members.
sortValues Sorts values in a specific row or column in the pivot table.
updateData Updates data for the report without cleaning the report.