Non-target system computed columns - HxGN SDx - Update 63 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

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).