Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Hull and Outfitting

Rule Expressions

  • Last UpdatedOct 05, 2022
  • 1 minute read

In setting classification and tag rules, you will be using expressions to extract design model elements.

It is perfectly legitimate to use the syntax:

ALL WITH (PURP EQ ‘ABC’)

However, although it produces the required result, it is time consuming since all the databases in the whole MDB are scanned if opened in read mode.

It is better to include a qualifier in the command:

ALL EQUI WITH (PURP EQ ‘ABC’)

Related Links
TitleResults for “How to create a CRG?”Also Available in