7.20.0817

Navigation:  7.20 >

7.20.0817

Previous pageReturn to chapter overviewNext page

Released on November 20, 2020

Bug Fix: Missing sums in free columns of Minutes-type reports

If was impossible to properly calculate sums at the bottom of the minutes in Minutes-type reports. This worked for native columns but didn’t for free columns.

clip0711

New: Global Variables for information about versions

6 new global variables have been added to display information about versions:

SYS_Version_Created_At (creation date of version or progress)

SYS_Version_Validated_By (user who validated the version or progress)

SYS_Version_Validated_At (validation date of version or progress)

SYS_Version_Open_Comment (opening comment of version or progress)

SYS_Version_Close_Comment (closing comment of version or progress)

The variables are created if needed when you do a Compute All operation. Their content is adapted when you deal with the versions window, whatever you do in the window. So when you have no version pushed, you may need to open the version Window to get data in these new variables.

clip0712

As shown above, you can easily display variables for previous versions an progress statements.

Change: ZIP component replaced - May need compilation of external applications

We have replaced the compression component of QDV by a new version: ChilkatDotNet4.dll becomes ChilkatDotNet45.dll.

the old component is no longer deployed.

If you wrote external applications involving the QDV API, you may need to recompile them to take this change into account if you referenced the ChilkatDotNet4.dll.