Forum Discussion
deldridgdeldrid
7 years agoQrew Trainee
Because [Number of Activities] is a text field, your formula compares the values like it compares text... i.e., in alphabetical order, not numerical order. Consequently, "1" < "10" < "2" < "3", etc. You might try creating a new formula-numeric field [Number of Activities - numeric] with the formula
ToNumber([Number of Activities])
and set your dynamic formula rules to use it instead of the [Number of Activities] (text) field.
- RajHelaiya7 years agoQrew CaptainHello, I tried using a fIt still shows activity 1 and activity 10 when number of activities is 10. Doesn't display activity 2 to 9.
- deldridgdeldrid7 years agoQrew TraineeAre you certain you adjusted all of the dynamic form rules to use the new field? Please show me the formula you used for the new field.
- RajHelaiya7 years agoQrew CaptainNo of activities is a formula numeric field
- RajHelaiya7 years agoQrew Captain
- deldridgdeldrid7 years agoQrew TraineePlease show me the formula you used for [No of Activities], and also a screenshot of one of the form rules that isn't working... like the one for [Course - No of Activities] >= 3.
- RajHelaiya7 years agoQrew CaptainThis is the formula I used to convert. It is a formula numeric type.
- RajHelaiya7 years agoQrew Captain
- RajHelaiya7 years agoQrew Captainalso the dynamic formula mentioned above is the one which is not working
- deldridgdeldrid7 years agoQrew TraineeDo your other rules work? Do they look like these?
Set up this way, when I have a Course where [Course - Number of Activities] = 4, I see this: - deldridgdeldrid7 years agoQrew TraineeNotice that each field appears in only one rule. If a field is affected by more than one rule, then the latter rule will "overrule" the earlier one(s).