Hello!
I'm new to Alteryx Designer and I'd like to know if there is a way to set a minimum amount of letters in a V_WString so that I can filter those below the minimum. Thanks in advance for any help!
Hey @Stanislaw001
If you want to filter on strings less than x characters you can use Length([field1]) < x in the filter tool
Hi @Stanislaw001
You can use formula tool and a filter tool.
Look this
LordNeilLord, carlosteixeira2005
It worked! Thank you all very much!