Define Fields with Computed Values - Intergraph Smart Instrumentation - Help

Intergraph Smart Instrumentation Help

Language
English
Product
Intergraph Smart Instrumentation
Search by Category
Help
Smart Instrumentation Version
13.1

You can enter any of the following data types, if they comply with the conventions used in InfoMaker:

Data Type

Example

Number

2210

String of characters

'AA' or "AA"

Field name

cmpnt_name

Function

upper(cmpnt_name)

Conditional if expression

(pd_fluid_phase='S','Steam','Water')

  1. Open a page in the Page Editor.

  2. Select Actions > Edit Fields and Headers Page Editor icon 16bit.

  3. With the Edit Fields and Headers toolbar displayed, do one of the following to open the Computed Field dialog:

    • On the Edit Fields and Headers toolbar, select and then select a field in the Page Editor.

    • In the Page Editor, select and double-click a field to open the Computed Field dialog showing the current computed value of that field.

  4. In the Name box, do one of the following:

    • Type a new name to add a field with this name to the current page

    • Type a field name which already exists in the current page or leave the current value if you selected this field in the current page.

  5. In the Expression box, type a value, function, or any other appropriate expression.

  6. Select Verify to verify that the expression you entered is a valid InfoMaker expression.

  7. Select OK.

  • If you make changes to a field in the currently opened page, the software displays the computed results automatically, using the settings you entered on the Computed Field.

  • See your InfoMaker User Guide for additional information about the data types you can use as valid expressions for this procedure.