I have a bunch of datatriggers to build that would act on range of numeric values but I am unable to build the regex reflecting my needs, is there any way to act on logical values instead ?
I.E. if $Value > X and $Value < Y
thanks
I have a bunch of datatriggers to build that would act on range of numeric values but I am unable to build the regex reflecting my needs, is there any way to act on logical values instead ?
I.E. if $Value > X and $Value < Y
thanks
No, not currently. To handle a range, you’ll have to use RegEx. I agree, there probably should be another way. What I’d like to do is replace the IsRegularExpression
property with a new ComparisonOperation
property that’ll let you select exactly how the Value should be compared.