Hi, I have a form with multiple fields. I want a table to show results filtered by if a summary field contains the word "TBD" and "Not now"
On a slightly separate note. Can I filter by character count ex: showing all responses that were 100+ characters
Thanks!
Can use asLength virtual function https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions
summary.asLength:>100
I know I can use fieldname:*val* but OR does not seem to work for multiple Vals
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
okay nevermind it was syntax. Still curious about character count though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.