Criteria Definition dialog box - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

Allows you to specify the criteria to use to filter the contents of the selected report column.

Clear criteria for this property - Allows any value for the property in the report.

Define criteria for this property - Allows you to specify criteria for the property in the report.

Currently defined criteria for [property name] - Lists the criteria defined for the property. You can define multiple criteria statements for a single column.

Operator - Allows you to specify search operators to refine your search to a specific set of objects. There are two sets of operators you can use, equals and like, depending on the property type selected.

If the property is a value in a list available by default or if you use the words Null or Blank as the value, only the equals operator is available. The operator automatically changes to equals when you type Null or Blank.

You can use wildcards to define search criteria for a string property that matches one or more characters using the like or equals operator.

The following table shows the operators for strings, doubles, integers, small integers, and select lists:

Parameter

Function

equals

Includes items where this property value matches what you typed in the VALUE box, including wildcards.

not equal to

Includes items where the value of this property does not match what you typed in the VALUE box.

less than

Includes items where this property value is less than what you typed in the VALUE box.

greater than

Includes items where this property value is greater than what you typed in the VALUE box.

less than or equal to

Includes items where this property value is equal to or less than what you typed in the VALUE box.

greater than or equal to

Includes items where this property value is equal to or greater than what you typed in the VALUE box.

like

Includes items where this property value matches what you typed in the VALUE box, including wildcards.

SHARED Tip The behavior of the equals and like operators is identical. You can use either of these when you are defining the search criteria using wildcards.

  • An asterisk (*) matches zero or more characters in your search. For example, if you specify pa*, the software returns objects where that property value contains words that start with the characters pa, such as pan, park, part, and so on.

  • You can use an underscore (_) or a question mark (?) to match a single character. For example, if you specify pi_ or pi?, the software returns pid, pit, and pip, but not pipe.

  • To search for objects where the property value includes an underscore, question mark, or asterisk character, enclose them in square brackets. For example, use 100[*] to return 100*, but not 100abc.

  • You can search for objects with a property that contains a single character in a specific range of characters by enclosing them in square brackets. For example, using [a-f] returns only objects where this property's value includes a to f in a set of characters. So, if you specify pi[a-p], the software returns objects where the property value is pid and pip, but not pit, as 't' is outside the range.

  • You can use a caret (^) character to search for objects where a property value does not include a character in a range or set. For example, if you specify pi[^a-p], the software returns objects where the property value is pit, but not pid or pip, as 'd' and 'p' are in the range a-p.

Value - Allows you to type a value for the property upon which you are basing your query criteria. 

Join criterion - Specifies whether to join multiple criteria using AND or OR for this single report column. You cannot mix AND and OR when defining multiple criteria for a single column.

  • Use AND if you want all the criteria to match before including the item in the report. This option is more restrictive than OR.

  • Use OR if you want only a single criterion to match before including the item in the report.

Add Criterion - Adds the specified operator and value to the list of defined criteria.

Update Criterion - Updates a selected criterion when you change the operator, the value, or both.

Delete All Criteria - Deletes all criteria from the list.

Delete Selected Criterion - Deletes the selected criterion from the list.

Set Date and Time dialog box

Allows you to specify additional filter criteria on properties that store a date and time.

Calendar - Allows you to select a specific date.

Today - Selects today's date. If you want to set a date that is a specific period from today, select Today plus (+) or minus (-) number of Days, Weeks, or Months.

Ignore non-working days - Allows you to ignore non-working days in the default calendar for the site when calculating the duration. The default calendar is selected using the system options. For more information on the system options, see Configure the system options.