Released on September 20, 2023
Bug Fix: WBS to BoQ relation window
Under specific conditions, when entering into WBS to BoQ relation window, Apply button remained grayed out.
The columns in the overhead sheets have one of the predefined types, such as Mnemonics, Costs, Selling, Selling factor, etc. There may be multiple columns of the same type on one sheet, whether they are native non-removable columns, or the columns added by the user.
For example, the MATERIAL sheet contains native columns I and J of the type “Selling factor”. Additionally, the user could add another column M of the same type:
All these columns were controlled by the single permission “Selling factor” in the profile dialog.
So, it was impossible to define different permissions for each user-added column individually.
The new version introduces this possibility. There is an individual permission for every column that was added by the user. The old permission is still used for the native columns of the same type.
This way it is now possible to specify the individual permission for the column M from the example above:
BoQ sheets which contained columns with formulas like GetDataFromMinute or GetDataFromWBS and also contained ‘!’ in its name had missing data in these columns after export to MS Excel.
Files of type .qdvcurve were exported with the decimal separator of the system but were always expected in English at reading time (the decimal separator expected is a dot). Now files are always exported with a dot as decimal separator for compatibility with all system settings.
The entry in the Uninstall key (Add / Remove programs) contains now the full version number E.g.: 7.23.1083 instead of 7.23. So when we install multiple versions in different folders, we keep an entry in the uninstall registry for each version being in a different folder. Then we can easily remove a specific version using windows uninstall functions.
If a row coming from QDV is a branch, we must not allow inserting a free task directly under this row. Fixed.
The hidden columns (marked as ‘Hide in Tools for Excel’) were not excluded from the lists of fields. Fixed.