Group parts and single parts LIST : incorrect parts quantity

Hi,

I am trying to create a report showing the assembly member/number with the respective parts/fittings. When I select a construction group list, run the report, the assembly shows the quantity correct but the parts listed only lists for only one assembly/group. Please refer to the screenshot below, GR17, we have 2 of this, but the fittings/parts listed is only for one assembly/group. How do we make those parts'quantity be listed as a total for the total number of assembly/groups.

Parents Reply
  • Hi Johannes/Sandip,

    Sorry, my bad, for the moment I thought we got it. But after several tests, noticed the list is giving out total number of parts within the entire model instead of just a total for the respective assemblies/groups. 

    Creating a SumVariable with properties Partlist.Count does not work.

    Using the TOTALNUM variable does not work.

    Before, Str$(COUNT*GROUP.MUL,4) worked.

    Question. If the GROUP.MUL no longer works, what would be the replacement for this variable?

Children