Developing Apama Applications > Dashboard Function Reference > Scalar Functions > Replace Value
Replace Value
Returns the replacement string that Replacement Values associates with Value.
For example, if Value is Windows NT and Replacement Values is 'Windows NT':winnt Windows2000:win2k, the text string returned is winnt.
Arguments
This function has the following arguments:
*Value: Text string whose associated replacement string is to be returned.
*Replacement Values: Text string specifying value/replacement-string pairs. This is a space-separated list of pairs of the form value:replacement-string. Use a colon to separate the value from its associated replacement string. Use a space to separate one pair from another in the list. If a value or replacement string contains a space or colon, enclose that value or replacement string in single quotes.
*Return Value if No Match: Numerical value that controls what is returned if none of the pairs in Replacement Values has a value that matches Value. If Return Value if No Match is set to 1, Value is returned when no match is found. If Return Value if No Match is set to 0, the empty string is returned when no match is found.
The function returns a text string.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.