Hi all!
I am trying to filter a dataset to include only numbers that are 9 digits in length - here is my formula:
length(tostring([column1]))=9
the issue is that if the number has a leading 0, it does not see that as 9 digits. Is there a different way to write this to include the leading 0 in the count?
Thanks in advance!