NetCharts Server 5.0.x Release Notes

NetCharts Server 5.0.x Release Notes

These are the release notes for NetCharts Server 5.0.x. They describe software and documentation changes of particular interest for users, developers and Administrators updating from earlier versions of NetCharts Server.

Release 5.0

Title Description
Enhancement Date Formats from Calendar Controls The new Date Picker object will generate a date to use in the format yyyy-mm-dd (e.g. 2006-12-25). This date format can be passed to an NDX and utilized in most database queries without issue. If issues arise using this date format, consider having the date as a string literal, use {ts ‘2006-12-25’} or {ts ‘VARIABLE_NAME’}. For Oracle, you can also use to_date(‘2006-12-25’, ‘yyyy-mm-dd’) or to_date(‘2006-12-25’, ‘VARIABLE_NAME’).
Backporting projects from 5.0 to 4.6 Projects backported from version 5.0 to version 4.6 may encounter an error related to the LegendItemBorder CDL parameter. This parameter is new in 5.0 and must be manually removed from any chart template that is backported to version 4.6.