Released on January 30, 2024
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.
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.
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.
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.
A new unit column WBS is added in this window.
We can make a distribution even if total value is null. Alert message remains.
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.