7.23.1127

Navigation:  7.23 (QDV 2023) >

7.23.1127

Previous pageReturn to chapter overviewNext page

Released on January 30, 2024

Bug fix: The database of the estimate was always fully exported to a child estimate

The DB of estimate was fully exported into the child estimate in transparency mode, even if the "Export entire content of the database of estimate" option was OFF. Now, only the really used articles/sets in the child are exported.

Bug fix: Issues with locking of child estimates

1.The lock or unlock child estimate operation invoked from the status bar was not working. The changed lock status was not persisted. The problem was introduced in QDV 7.23.1073.

2.The "Protected" settings of the owners were not transferred to child estimates. This also affects the default locked status of the child file.

Bug fix: Possibility to insert a planner task/group in a not owned group

It was possible to insert a new task/group anywhere in the planner in a child estimate. A new task or group can only be inserted under an owned group now. And the dialog for new task/group only displays allowed parent groups in the "Assign to existing group" list.

Bug fix: Error when building analytics report in some rare cases

The error occurred when there was a Gantt group in the Planner which contained another empty group. Trying to build an analytic report produced the error.

New: add ‘unit’ column to WBS to BoQ relations

A new unit column WBS is added in this window.
We can make a distribution even if total value is null. Alert message remains.

Bug Fix: Listing cells in errors in Fix_Migration_Error_Missing_Operand_In_Formulas.txt

The function listing all possible cells in errors into the file Fix_Migration_Error_Missing_Operand_In_Formulas.txt to allow conversion from XLS to XLSX didn’t allow conversion of files when a formula having an error was written in a protected cell.

The problem is that XLS format allowed error in cells. E.g.: If(A<>,C,D) which is wrong. The XLSX is more restrictive and requires the operand and the value like If(A<>0,C,D). By listing the references of these cells in the TXT file, we force QDV to check all listed cells at conversion time.