Compare Generators
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
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
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
Description The CompareStringGen Generator returns ‘true’ or ‘false’ based on whether two string values are equal [EQ] or not equal [NE]. Parameters T...
Mon, 19 Aug, 2024 at 3:26 PM
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