New Features |
---|
1. | Support for expressions in the URL field for the "Web Content" dashboard element. |
2. | The InclusionMode property has been added to all filtering elements in the dashboards. It allows you to choose the mode in which selected items will be applied to the result filter. |
3. | Example expressions have been added to the editors of various components. |
4. | Filtering of variable items has been added when the items are sourced from a database. |
5. | The ability to specify expressions for the min and max values in the gauge element has been added. |
6. | A new function, Frac, has been added. |
7. | A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column. |
8. | A new function, Compare, has been added. |
9. | The possibility to enter an expression in the Image.File property within the image editor has been added. |
10. | The possibility of using an expression in the URL property has been added to the SubReport component. |
11. | The possibility of using an expression in the File property has been added to the SubReport component. |
12. | Support for expressions in the URL field for the "Image" dashboard element. |
13. | New Series Color and Series Index variables for interactions in dashboard charts. |
14. | A new function, Clamp, has been added. |
15. | A new function, Eval, has been added. |
Enhancements |
---|
1. | The color code displayed in controls on the properties panel is now in Hex format, instead of RGB format as it was previously. |
2. | A new static option has been added to the report engine: StiOptions.Engine.AllowOpenSubReportWithCompilation. If set to true, the report engine can render sub-reports in compilation mode; otherwise, all sub-reports will be converted to interpretation mode if the calling report is in interpretation mode. |
Fixed Bugs |
---|
1. | Displays the custom font category in the Font menu. |
2. | Preserving a link in the data source to a resource when the resource is renamed. |
3. | Filtering the list of values for a dependent variable if it depends on another variable, without user input (request from user). |
4. | Deleting a user if its username matches a previously deleted user. |
5. | Processing an expression with a ternary operator during Data Transformation. |
6. | An issue with using the GroupHeaderBand and NewPageAfter properties in certain situations has been fixed. |
7. | An issue with ignoring data filters and drill-down filters in certain situations has been fixed. |