Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Replaces any separator value in the string with a hyphen.
Syntax
client server public static str replaceSeparatorWithHyphen(str _stringValue)
Run On
Called
Parameters
- _stringValue
Type: str
The string that may contain separators.
Return Value
Type: str
The string with hyphens in place of separators.
Remarks
The parsing functions in financials concatenates accounts and dimensions together to pass between functions. A special separator value is used so that the code can determine how to parse the values back into individual values.