7.22.0958

Navigation:  7.22 (QDV 2022) >

7.22.0958

Previous pageReturn to chapter overviewNext page

Released on April 1, 2022

New: Save, load, and reset column layout for WBS fields

The new menu entries were added in the context menu in Expanded WBS view.

clip0816

As in minutes, the user can now save and load the layout of WBS fields in a *.clb file. The “Reset layout” operation removes all custom formatting and positioning of WBS columns for all users except for Admin. Their layout will be reset to Admin’s layout.

New: Methods for adding and deleting rows in overhead sheets in the user API

The following methods were added to IOverhead interface:

InsertRowsInOverheadSheet

DeleteRowsInOverheadSheet

Inserting or deleting rows in an overhead sheet may be a complex operation. These methods take care of all related tasks. For example, they duplicate the rows from Core area to Optional and Overhead areas in native sheets, recalculate dependent values, etc.

Bug Fix: Date picker in merged cells

The recently implemented date-picker control didn’t work well with merged cells. It now also opens with the selected date being in the target cell instead of today’s date.

Bug Fix: Quantity_X_QWbs column displayed #Error

The column Quantity_X_QWbs displayed #Error in linked tasks when WBS_ByTotal column was not displayed in the minute layout.

Bug Fix: Cash flow curves in overhead report displayed #REF

The native cash flow curves of the overhead displayed #REF for several names when used in the report generator (in an overhead-type report). This happened only with default values because the curves refer to a sheet named QDV_NAMES which is in the overhead workbook but not in the reports. Now, at the time you create a default report, the formulas referring to QDV_NAMES are changed into their values in the curve.

New: Progress bar for export of WBS

When you export the WBS to Excel and wants to remove blank rows it can take long because it has to remove alternate rows (every row requires a delete operation). QDV now displays a progress bar for such operations on large WBSs.