This release is for Oracle and SQL Server only.
Improvements |
---|
Resizing Dashboards
|
There is a new menu item under Admin button - 'Manage Email Accounts'.
An existing email configuration (inbound and outbound) is not migrated into new version (see Upgrade Notes for details). |
Internal variables are now available also from normal File Collectors:
See the help for their descriptions. |
It is now possible to change the stream index scheme while the stream contains data. Changing the index scheme optimises the stream for reading from individual steam sets or from all stream sets. |
Indexes and primary keys on core tables have been reviewed and deleted / added where appropriate. |
Selection Views now use the selected attribute instead of first attribute of the view. There is a new 'Show Attributes' option in the Stream Views list context menu which shows Attributes of the selected Stream View. |
curValue() and nextValue() takes expressions, not just literals. |
Instance name is now accessible for expressions as the "_system.instance". |
Privileges list is now sorted alphabetically. |
The "Grid" Stream View definition form now shows all properties of the view attribute (not just its name). The Stream View Attribute definition form now shows a box indicating the size of the field on a form i.e. there is now a visual indicator of the meaning of a width of (say) 100 pixels. |
The 'Repair Configuration' admin function has been renamed to 'Cleanup Configuration'. |
Dashboards can now be set to open in a maximized state by default. The option is available through the Dashboard editor. |
A new button is available under the User menu (top right corner). It allows switching between a Design and App mode. Design mode allows the user to see design functions of PhixFlow, the toolbar on the left in particular. App mode hides configuration features of PhixFlow. The default mode of the user can be set through the user editor. Users need to have a permission in order to use the design mode. If the user has no permission to use the design mode, the app mode is launched. The selected mode can be specified also through the URL, by adding a "design=true/false" attribute. A list of attributes should be prefixed with a '?' character. For example:
|
The user can now set up multiple applications. Every application can have its own set of menus which can be displayed at the top of the screen. Menu can be set as a default for desktop devices and for mobile devices. The appropriate menu will be displayed according to the user's device. If only one menu is specified, it will be the default for desktop and mobile. Users can also choose any other menu from the new list of Applications and Menus available through the new icon at the top left corner of the screen. The list allows launching Applications using the same window, new window or new tab (available through the context menu - right-click). Another way of launching selected Application and Menu is typing its name at the end of the URL and prefixing them with the '#' character. The Menu name should be separated by the '/' character. An example URL would look like:
|
Upgraded selected external packages. |
The restrictions on changing the properties and/or attributes of existing streams are now based on whether the stream actually contains data records rather than whether the stream has any stream sets. This means that it is now possible to roll back a stream without deleting stream sets, then change any stream property or attribute property. |
DATE and DATETIME columns are being exported to Excel in the same format as they appear on the Stream View. |
It is now possible to configure a 'pivot table' stream view in which values in a nominated value attribute are broken out into one of many view columns based on the value in a nominated pivot attribute. The pivot view columns can be
The latter method allows more control over the order of columns and the ability to present columns even if no data values are present. Pivot column headers can be derived automatically from data values using date/time and number formats on the view attributes, or from label attributes. |
Bug Fixes |
---|
Publishing always checks for existing data before applying changes. |
Publishing no longer incorrectly identifies all integer stream attributes as changed and if the stream is marked as having no data. |
Correction to 5.5 to 5.6 migration script for Oracle based instances. Default Dashboard filters are now being restored during the upgrade. |
Fixed bug with CSV and Excel file collectors failing if there were more columns in a file than expected. |
Fixed bug with possible GUI locking while having some configuration windows opened. |
Fixed a floating digit issue during the update action. |
Fixed bug with failing model import. |
Fixed bug with ifNull function not returning list properly. |
concatenateList casts single values to lists. |
Fixed bug with the not populated filter list on the view configuration screen. |
Fixed bug with exporting floating numbers to Excel. |
Fixed bug with the user updating error while the user has some passwords archived more than a year ago. |
Fixed bug with the alphabetic lists sorting on the Oracle database. |
Whether a stream action caused its invoking view to refresh on completion or not was changed at release 5.6.0. In earlier releases it was implicit, and from 5.6.0 onwards a refresh had to be explicitly requested by adding the action to the list of view refresh actions. The migration scripts from 5.5.1 to 5.6.0 attempted to create the necessary view refresh actions, but failed in the case where a view referenced the same action more than once. This problem is fixed in the 5.6.0 migration scripts in this release. |
Fixed bug with a stream filter with an 'is in' condition generating invalid sql if the list of values on the right-hand side of the condition is zero-length. |
The System Logging Configuration window shows the 'Log Exporter Statements' tick box correctly. |
Corrected possible issue with the handling of failed streamsets generated by a different instance of PhixFlow. |
Fixed bug with the visible password length of other users |
Dashboard object background filters now set driving-driven links correctly. |
Fixed bug with rollback on self-updating stream selecting all streamsets. |
Upgrade Notes | |
---|---|
Email configuration migration instructions | Email sender:
Email fetcher:
|
URL format changes | As there are new functionalities which can be accessed by manipulating the application URL it is important to remember about the sequence of using new URL attributes: Assume that the default PhixFlow URL is www.phixflowexample.com
|