7.25.1188

Navigation:  7.25 (QDV 2025) >

7.25.1188

Previous pageReturn to chapter overviewNext page

Released on October 8, 2025

New: Spare columns for macros in Business Intelligence tools to bring more flexibility

You can now add columns to your report (either Excel or Stimulsoft reports) that are ignored by the reporting engine. This let you spare columns to populate them with macros at the time the report is generated.

Before this change, the engine checked that all columns used in the report existed in the estimate. But now, if the column name in the report starts with MACROGENERATED_ or _MACROGENERATED it will be simply ignored and the report will be created, populating other columns.

So you can use the event On_After_Create_Data_Source to trigger your own macro and populate these columns with your logic.

Under Excel:

clip0962

Or under Stimulsoft:

clip0963

New: Excel like interface on Open and Save As operations

Open and Save As funtions in the main module of QDV have been adapted so that they’re more Ms Office-like. This has been extended to support the new QDV 365 (the server side of QDV which contains an Electronic Document Management).

clip0964

You can always go back to previous interface by simply clicking the “Browse” button.

Fix: Wrong values in overhead after Compute all in specific cases

The problem occurred if there was the "WBS sheet in overhead" feature activated and the expanded WBS was not up to date (refreshed). For example, some WBS fields from minutes pointing to minutes fields of type list could have the old list items values. Then after Compute all, the WBS overhead sheet could still contain the old values, or some values in the overhead could be wrong if they depended on the WBS overhead sheet. Multiple Compute all was required or Check and repaint was needed. The values are correct after the first Compute all now.

Fix: Possible problems with the "WBS sheet in overhead" feature after Import settings

When "Import settings" operation was performed and the "Entire Overhead Workbook" option was selected, the following issues occurred.

1.When the source estimate had the "WBS sheet in overhead" feature activated while the target estimate didn’t. The WBS overhead sheet was imported, but the feature was not activated in the target estimate. Attempting to activate it in the options produced an error. The feature is automatically activated now.

2.When the source estimate had not the "WBS sheet in overhead" feature activated while the target estimate did. The WBS overhead sheet was removed, but the feature was still activated in the target estimate. The WBS feature is deactivated now.

Fix: Incorrect drop-down lists in Minutes Fields Manager after Apply

Minutes Fields Manager did not display the correct drop-down list for Show in Totals on free fields after clicking Apply button. Now it correctly fills the drop-downs that are specific to the field context.

Fix: Incorrect drop-down list in Allowed column in database fields manager

The problem occurred in the fields manager for database of articles/sets. Wrong drop-down list was displayed in Allowed column for free fields. It displayed more options instead of just Yes and No.

Fix: An error could occur during Import Settings operation

An error occurred when the user imported settings from another estimate and only "Contents of database of estimate" or "Contents of the overhead minute" was selected.

Fix: The tree for a sub-tab of the B.o.Q. tab could be empty

For example, the tree in Overhead minute and Expanded WBS was not refreshed when the file was opened on B.o.Q. main tab.

Fix: An error when inserting a set from a database of sets into an estimate with activated DB of estimate

The error text was "Bad parameters: 1 <= Starting Row <= 9999. NumberofRows should be greater than 0". This issue was introduced in the recent beta version 7.25.1186.

Fix: Individual curves were lost in "Planner data" sheet after estimate upgrade from 7.23 or older

Individual repartition curves applied to specific tasks were lost in "Planner data" overhead sheet after the estimate was upgraded from version 7.23 or older.

Fix: Curve in the selected cell in Planner data overhead sheet could be deleted with Check and repaint

An individual distribution curve was deleted if the cell which contained the curve in the Planner data overhead sheet was active, and the user performed Check and repaint operation.

Fix: Wrong handling of "Planner data" sheet by the user API (macros)

The following methods in IWorksheetManager interface produced incorrect results for "Planner data" sheet in overhead:

GetNativeWorksheet

GetOverheadSheetInformation

GetRowPositionsInNativeSheet.

Fix: Compensation row was allowed on rows coming from the database of the estimate

It's no longer possible to set a top-level row in minutes as a compensation row (Automation - Formulas - Target Values), if the row refers to a set or an article in the database of the estimate.

Improvement: Better performance of scenarios in large estimates

Opening the scenarios manager or applying a scenario could take several minutes if the estimate was large with thousands of tasks. Now these operations take only seconds.