Convert the property values - SmartPlant Foundation - IM Update 46 - 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)
  1. In the Table Properties pane, select a column name and click Apply Converter.

  2. In the Apply Converter dialog box, select a converter name from the list.

    The Converter Name list consists of the following options:

    • SubString - Select this option to extract one or more characters from a string. You must fill in the position of the first character you want to extract and the number of characters thereafter.

    • ToUpper - Select this option to change the case of any text value to uppercase.

    • ToLower - Select this option to change the case of any text value to lowercase.

    • Replace - Select this option to search for a string and replace it with a specific value. You must fill in the character to find and the character to replace. For example, if you type a space as the find character and do not enter a replace character, all spaces are removed from the property.

  3. Click OK.

SHARED Tip You can extend the list of available converters by overriding the method def ConvertValue on the ISPFNConverter interface.