Hello o/
I’m looking to create a condition if a value is found twice (or more) in the database.
I manage to find if the value is present in the database once (see image below) but not if it is present at least twice.
Thanks in advance
Hello o/
I’m looking to create a condition if a value is found twice (or more) in the database.
I manage to find if the value is present in the database once (see image below) but not if it is present at least twice.
Thanks in advance
use: search for thing: count ≥ 2
Ow, I didn’t know you could just put the number like that ^^". Thank you!