Discussion related to "Everything" 1.5 Alpha.
-
anmac1789
- Posts: 667
- Joined: Mon Aug 24, 2020 1:16 pm
Post
by anmac1789 »
Can we use something like this ?
column1:=len($name:) column1:>17
but this doesn't work
-
void
- Developer
- Posts: 16665
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
column1 is treated as text.
Please try:
atoi:column1:>17
-or-
len($name:)>17
atoi