Compare Generators

How do I use the CompareDateGen Generator?
Description The CompareDateGen Generator compares two dates using [EQ, NE, LT, LTE, GT, or GTE] and returns a Boolean result.  Parameters The followin...
Sat, 28 Oct, 2023 at 10:31 AM
How do I use the CompareListGen Generator?
Description The CompareListGen Generator returns ‘true’ or ‘false’ depending on whether a referenced Attribute value is contained in a given list. Para...
Sat, 28 Oct, 2023 at 10:32 AM
How do I use the CompareNumberGen Generator?
Description The CompareNumberGen Generator compares two numbers using [EQ, NE, LT, LTE, GT or GTE] and returns a Boolean result. Parameters The follow...
Sat, 28 Oct, 2023 at 10:33 AM
How do I use the CompareStringGen Generator?
Description The CompareStringGen Generator returns ‘true’ or ‘false’ based on whether two string values are equal [EQ] or not equal [NE]. Parameters T...
Sat, 28 Oct, 2023 at 10:33 AM
How do I use the MatchStringGen Generator?
Description The MatchStringGen Generator checks a string for a value match using a contains, startsWith, or endsWith matching function. Parameters The...
Sat, 28 Oct, 2023 at 10:34 AM