Hello,
I'm trying to create a Dependent > Visible If formula.
Wherein
- field_1 has dropdown value of 1 to 15 (e.g. 1,2,3,4 … 15)
Wherein there are 15 data fields that this formula needs to apply to
- hidden_field_1 = Only visible if field_1 dropdown value is within 1-15
- hidden_field_2 = Only visible if field_1 dropdown value is within 2-15
- ...
- hidden_field_15 = Only visible if field_1 dropdown value = 15
The goal is
- If field_1 = 15, then hidden_field_1, hidden_field_2 ... hidden_field_15 must be visible.