7.25.1206

Navigation:  7.25 (QDV 2025) >

7.25.1206

Previous pageReturn to chapter overviewNext page

Released on March 28, 2026

Internal Release

Fix: Currency issue fixed

Missing Currency values are auto-filled for existing records, while new rows remain unchanged.

Fix: Quantity and related fields were not generated from Converter in some cases

It could happen that minutes Quantity values or values of quantity-related fields were not correctly copied from the source XLSX to the final estimate. For example, if SetDepth field was specified in the source, it could trigger auto-calculation of Quantity and ignoring the Quantity value from XLSX.

Fix: Cannot edit LOCAL_THROUGHPUT when FORMULA_FOR_QUANTITY field is not implemented

This happened when LOCAL_THROUGHPUT field was implemented in the estimate, but FORMULA_FOR_QUANTITY was not. When the user tried editing LOCAL_THROUGHPUT value, an error was displayed and the value was not changed.

New: IOverhead.SetCellValueInOverheadSheet method in the API (macros)

A new IOverhead.SetCellValueInOverheadSheet method was added in the API. It allows writing a value in a cell of an overhead sheet, simulating a manual change in the cell to be able to reuse all the existing logic and checks in QDV.

New: Can collapse expand splitter in Minutes/WBS and nomenclatures

You can now double click the vertical splitter to collapse the tree view and double click it again to expand it an restore the location. This information is stored into the estimate file so it is restored when you reopen the estimate.

Fix: Display values immediately when a new column is added to QDV overhead sheet

Triggered an automatic UI refresh/repaint after a new column is appended. Values inside the newly added column are now instantly visible without requiring any manual "Check & Repaint" action from the user.

Fix: Wrong translation from VB to C#

There were some bad translation issues when we brought VB code to C# and major libraries.