Neue Möglichkeiten |
---|
1. | Various data aggregation functions for the DateTime step in charts. |
2. | The ability to use C# scripts directly in expressions during interpretation mode has been added. |
3. | The ability to use C# scripts in report events during interpretation mode has been added. |
4. | Accesing to the report variables ( this["myvariable"]) via indexatorof a report has been added to the Text Element. |
5. | Ability to specify an image URL in the GetImageUrl event when creating a Blockly script. |
6. | Ability to display the "Total" for each argument in a stacked series chart using the "Value Type" property.
. |
7. | New functions added: AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, and AddMilliseconds. |
8. | Support for C# scripts in report calculation mode as "Interpretation" for custom functions. |
9. | The ability to change marker behavior: markers can now be clipped to the chart area boundary or extend beyond it. Marker behavior can be controlled using the option StiOptions.Engine.AllowClipChartArea. |
10. | A string variable now can be nullable. |
11. | A bool variable now can be nullable. |
Verbesserungen |
---|
1. | Correct re-initialization of the Date Picker and Number Box elements now occurs when a variable is used and its value is changed from a script. |
2. | The field 'Initial Value' was hidden for the Number Box Element when a variable specified. |
3. | The Blockly blocks "Set property" and "Get property" have been improved. Support for square brackets [] has been added to access elements of lists, arrays, and collections. |
4. | A Globalization Strings button has been added to the designer ribbon for quick access. The Globalization Editor forms are not displayed as dialog forms. |
5. | A lot of changes regarding using nullable values in the report variables have been added. |
Behobene Fehler |
---|
1. | Reverting colors in the legend of the Heatmap Chart. |
2. | Displaying the current action in tooltips when hovering over the Undo and Redo commands. |
3. | Using Business Objects in report charts. |
4. | Formatting arguments in dashboard charts. |
5. | Error when saving a copy of a resource in the report designer. |
6. | Displaying of certain commands in the color palette after saving and reopening the dashboard in the report designer. |
7. | Data transformation error when using expressions that compare DateTime values with lists of DateTime. |
8. | Applying active mode when clicking in the interaction editor for dashboard elements. |
9. | An issue with adding data sources from the API using the AddRange method has been fixed. |