7.21.0865

Navigation:  7.21 (QDV 2021) >

7.21.0865

Previous pageReturn to chapter overviewNext page

Released on May 1, 2021

Bug Fix: Error when inputting formulas in cash-data sheets in ‘Propagate formula’ mode

When ‘Propagate formula’ mode was selected in a line of a cash-data sheet, inputting a formula there caused QDV to crash. This was because such changes required a full repaint to the sheet, invalidating the undo stack. For this reason, now such inputs in this mode cannot be undone.

New: Collapsing of sets coming from database of the estimate also in the reports generator

In the reports generator, in Minutes mode when you select ‘Expand All Sets’ from the ‘Hide / Show’ menu you see all lines from all set regardless their collapsed status in the minutes. When you don't check this option, you see now exactly what you see in the minutes meaning that it also takes into account the collapsed level of the sets coming from the database of the estimate.

We remind you that you must implement the column COLLAPSE_LEVEL_SETS_FROM_BASE to benefit from this new feature.

New: +/- signs to expand or collapse sets coming from the database of the estimate

In the area coming from the database of the estimate (the light blue rows), you can collapse or expand the virtual sets as you would do for physical sets: by simply clicking on +/- signs in the left border. You must implement COLLAPSE_LEVEL_SETS_FROM_BASE to benefit from this new feature.

Clicking these signs changes the value in the hosting row in the COLLAPSE_LEVEL_SETS_FROM_BASE column. So all sets having considered level in the clicked instance get collapsed or expanded.