hi Bubblers
currently have a text field displaying the larger of two numbers if a flag is set - is it possible to cap the larger of the two numbers…?
(if i understand correctly, <-max-> only works with 2 nrs and :max only works with a list of nrs)
so in this concrete example, an amount displayed is the larger of (amount"1.25) and (amount+3) but ideally the equation would look something like
(amount*1.25<100)<-max->(amount+3)
is that somehow possible…?
many thanks