I've gotten one field in a form to filter values based on the input of another field in the same form. However, I can't seem to get one field to be filtered based on the inputs of two or more fields. Below is an example of what I would like to do.
Form Example:
Category (dropdown)
- Plate
- Pipe
- Bolt
- Nut
Code Standard (dropdown)
- ASTM
- ANSI
- ASME
- ISO
- GB/T
Material Specification (dropdown)
- A307
- A325
- 898-1
- A36
- Q235B
- A106B
Selection of Plate and ASTM gives A36 as the only option in the material specification dropdown since Q235B is a GB/T standard.
Selection of Bolt and ISO gives 898-1 as the only option. If ASTM were selected, A307 and A325 would be the only options.
I added 'filter2' to the 'Filter Value' ItemType so 'Filter2' no appears alongside 'Filter' when creating a list (see screenshot).
I also added 'Pattern2' to the 'Properties' ItemType. However, 'Pattern' has a dropdown of values that can be selected. 'Patter2' does not have a dropdown of values, thus, I don't think it's linking up.
If this is possible, I may have more than two filters in the future to allow the user to drill down easily into a lot of options.