February 2nd, 2018
The following types of filter functionalities are introduced in the recent version of the Business Story:
Product | Description |
---|---|
Business Story | The R script needs to be written inside a valid R function. I.e., the entire code body should be inside the curly braces of the function |
The R script should have at least one main function. Multiple functions are acceptable, and one function can call another function, but it should be written above the calling function body (if called function is an outer function) or above the calling statement (if called function is an inner function) | |
To use R integration with business story, ‘BizVizPredictiveAnalysisLight_0.1.0’ package must be present | |
Any extra packages that are required to run your R script must be installed on the BDB server, and it should be loaded using library('library_name') statement, before calling the associated function in your script. | |
The R script only returns visualization. The visualization code should be written inside the script. | |
The main function should only have a single argument. | |
To save a global filter configuration, users need to save the entire story. | |
Users should use the same dimension for creating views and join conditions to perform datastore merge at tile level. |
Product | Description |
---|---|
Business Story | |
|
|
|
|
The custom filter will not work if view filter is already applied to the view and the same dimension is selected in the custom filter. | |
|
|
‘Limit’ option cannot be applied to Semi-Gauge chart, KPI Tiles, KPI Comparative Tile, KPI Column Tile, and KPI Sparkline. | |
|
|
Data labels cannot be applied to Bubble Chart, Area Chart, TreeMap, Semi Gauge, Data Grid, KPI Tiles, KPI Comparative Tile, KPI Column Tile, and KPI Sparkline. | |
The given display names will not reflect in the ‘Sort’ at view mode. | |
The given display names will not reflect in the exported file. | |
The same aggregation for the measure cannot work in the merged data stores. | |
An error message will be displayed if the provided script executes for more than one minute. | |
iOS App | Users are only allowed to create new stories from the ‘Shared Views’. |
Users cannot copy-paste the stories from My documents to a public folder, shared folder. | |
Users cannot add stories to the Favorites. |