Non-target system computed columns - 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)

This non-target system computed column performs a similar function as the previous computed columns, but does not use SPFRevisionScheme or the target system for validation.

SplitAlphaNumericSequence

This computed column splits a value based upon a set of simple defined rules to determine the minor and major versions of documents. It can be used to split any value and is not limited to just document revisions.

SplitAlphaNumericSequence(Input String, ReturnPrimaryValue, DefaultValue)

For example,

func.SplitAlphaNumericSequence([REVISION_CODE],"True","ERROR NO VALUE")

func.SplitAlphaNumericSequence([REVISION_CODE],"False","ERROR NO VALUE")

The first example returns the first alphanumeric sequence (True) and the second returns the last alphanumeric sequence (False).