Velixo NX 2025.9 Release Notes
Release date: September 30th, 2025
Version number: 2025.9 or higher
🚀 New:
In a major milestone, Velixo NX users are now able to automate their Velixo workflows using VBA. In particular, Velixo Classic users can now easily migrate to Velixo NX and keep their scripts operational. (RD-4676)
The Slice feature is now publicly accessible to all Velixo users! We have also extended it with the following new functionalities:
When using two or more Slice parameters, you can now select the new Zip pairing mode (RD-5121) to avoid generating reports for irrelevant combinations that contain no data. To illustrate the difference, below is an example for two parameters,
Location (“US”, “Europe”)
andProduct (“120V”, “220V”)
:Default mode (All combinations): generates four slice worksheets:
(“US”, “120V”), (“US”, “220V”), (“Europe”, “110V”), (“Europe”, “220V”)
New Zip mode generates only two worksheets, pairing values from each parameter in order:
(“US”, “120V”), (“Europe”, “220V”)
.You can now set up Slice to filter out some of the resulting worksheets based on the value they contain in a certain cell or Excel range. If that range evaluates to zero or empty, the resulting worksheet will be excluded from the Slice results. This can also be useful if certain combinations of Slice parameters create worksheets without corresponding activity in your ERP system. (RD-5022)
✨ Improved:
You can now specify SharePoint paths as destinations for Distribution. (RD-394)
You can now choose the refresh mode of your SI.QUERY and SI.XQUERY formulas by setting the
RefreshMode
parameter in theSettings
argument tofull
orsmart
. This improvement lets you perform a full refresh for particular formulas to include changes in the data not updated by Smart Refresh (for example, record deletion or changes to values used in filter criteria). Also available in Query Builder. RD-5164
🔨 Fixed:
An issue preventing you from running Distribution of Selected Rows in PDF format when a single worksheet is selected twice is no longer present. (RD-4811)
🐛 Known Issues:
Because of a format issue, for now, Slice cannot be used to reliably generate reports when one of the parameters for substitution is a date. (RD-4815)