group single part list by weight ranges


  
 Applies To 
  
 Product(s):ProSteel 3D Professional
 Version(s):08.11.11.55
 Environment: Windows 7 64 bit
 Area: General
 Subarea: 
 Original Author:Steffen Knoll, Bentley Technical Support Group
  

 

Background

How to group a single part list by weight ranges.
The list must already be sorted by the weight.

Steps to Accomplish

  1. Create a new Groupheader with an empty line definition



  2. First the group condition is requested.
    We will use:
    if(Partlist.WEIGHT <= 30,1)
    for the first range.



  3. Now insert a new line and give it a title





  4. As the line has an independent appearance condition use following formula for it:
    Partlist.WEIGHT <= 30




  5. For the next range copy and insert the Line Definition 1



  6. Change the formula for the group condition for the next range:
    if(Partlist.WEIGHT > 30 and Partlist.WEIGHT <= 60,1)
    as well as the title and the appearance condition
    Partlist.WEIGHT > 30 and Partlist.WEIGHT <=60




  7. Adjust the width for the group headers



  8. Now the list should be grouped by the set up weight ranges
    More weight ranges can be added by repeating step 5 and 6

 

See Also

Product TechNotes and FAQs

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!