Scheduler
- Query and Publisher save to CSV file format now supports fixed width CSV file formats. The widths are controlled by suffixing the Query Output names with _FIX## where ## is the length of the column. If the suffix is not set then the widths are auto calculated based on the data types. For example, Account_FIX75 or Amount_FIX24
- MS Message Queue Support – New Trigger, JavaScript libraries and Query Builder Expressions to support creating, sending, receiving and purging message queues
Web Channel
- RESTful service save to CSV file now support fixed width CSV file formats when using URL parameter &csvDelimiter=fixed. The widths are controlled by suffixing the Query Output names with _FIX## where ## is the length of the column. If the suffix is not set then the widths are auto calculated based on the data types. For example, Account_FIX75 or Amount_FIX24
- Tree Map Chart type changed to use Kendo library. The previous Google Tree Map was based on flash is still present but is now Tree Map 2
- Custom Token DLL interface now supports the passing of the Instance Code as well as the Cookie token.
Query Builder Expressions
- New Expressions for MS Message Queues
Site Setup
- New User Group Options for applying quotas on queries. This can be used with multi-tenant Cloud hosting where limits can restrict the amount of resources a user account can access.