Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameCalculations

You can now transform, aggregate, and perform calculation on your requirement's data with this new feature.

...

Estimate the cost of a requirement

1.2 * (@Man\ days * 150 + ext@Manufacturing\ Cost)

...

Estimate the total cost of a parent requirement

SUM(ext@Cost, from@Refines)

...

Detect when a parent requirement is over budget

SUM(ext@Cost, from@Uses) > @Budget

...

Detect when parts composing an assembly are too heavy

SUM(@Weight, child@Refineschild@Uses) > @Max\ weight

...

How to perform calculations?

To perform calculations, simply open a traceability matrix and add a calculation column.

...

...

Featured calculations

...

Percentage of completion

...

Sum of estimates

...

...

Build your own calculations

Visual editor

...

Advanced mode

...