Hi,
Using a dat select op, i would like to select rows of a linked table by evaluating values in column 3
What would be the correct syntax for eval integers such as
Cell content > 7
Or
0 < cell content < 7
Int(me.inputCell.val) > 7 ???
I have also tried re.match expression but I guess that works only with strings.
Many thanks