How would I create a conditional factor to a field if I wanted for example the numbers:
1-10.
Would I say Starts with 1 & Ends in 10?
Or for the Number would I type -- 1-10?
Thank you!
Daniel
How would I create a conditional factor to a field if I wanted for example the numbers:
1-10.
Would I say Starts with 1 & Ends in 10?
Or for the Number would I type -- 1-10?
Thank you!
Daniel
I don't really understand what you mean. You mention conditional logic, which allows for greater than, less than comparisons. You mention starting and ending with numbers. Can you provide more information please so I can make sure to give you the answer you need?
Thanks for the clarification.
I mean, if I wanted to do conditional logic only when a certain field has numbers from 1-10.
Meaning, 1,2,3,4,5,6,7,8,9,10.
Instead of having myself single out each number - I was wondering if I am able to do it where it's like WHEN NUMBERS are from 1-10.
Thank you David!
Daniel
You should be able to do If number field is less than 11 show this field.
I guess I should've been more clear.
I want it to be like from 10-5 a certain way.
And than 5 to 0 to be a different way.
So it looks like if I say "less than" it wouldn't be what I want.
Thank you!
Daniel
Do you see what I'm saying?
Thank you! :)
You could set two conditions. Change it from if Any of the following are true to if ALL of the following are true.
Have one be:
Show this field if Number is greater than 5
and
Show this field if Number is less than 11
Then if the number is 6,7,8,9 or 10 the field will show.