Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You could use 20 formula checkbox fields.
The formula for [Show Assessment method 1]
would be
IF([# of activities]=3, true)
The formula for [Show Assessment method 1]
would be
IF([# of activities]=3, true)
QuickBaseCoachD
6 years agoQrew Captain
Here is a formula which will be true of the # of Activities is between 1 and 10.
[# of Activities] >=1 and [# of Activities] <=10
Use that in the rule to control if Assessment method 1 is shown.
You will need a separate formula to control if you show Assessment Method 2.
If the rules are as simple as this, then you do not need to have a formula though, just a form rule specifically and only dealing with Assessment Method 1.
[# of Activities] >=1 and [# of Activities] <=10
Use that in the rule to control if Assessment method 1 is shown.
You will need a separate formula to control if you show Assessment Method 2.
If the rules are as simple as this, then you do not need to have a formula though, just a form rule specifically and only dealing with Assessment Method 1.