• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

How to pupolate a 'cascading dropdown' with 2 dropdowns filters

linque

Member
I've a list with 4 fields.
upload_2022-5-19_20-43-44.png

The First (champid) is a databasejoin.
The Second (champ_ed) is a cascadingdropdown depending on the First.
The Third (champ_edcat) is a cascadingdropdown depending on the First and the Second.

upload_2022-5-19_20-47-9.png

How to do ?
 
You mean filter options dynamically appearing depending on another filter's option? Sorry, that's not available in Fabrik out of the box.
 
You mean filter options dynamically appearing depending on another filter's option? Sorry, that's not available in Fabrik out of the box.
The second Dropdown is dynamic when I choose the first.
I can have the Third dynamic when i choose the first.

upload_2022-5-19_21-27-50.png

If I choose the second one in the 'Watch tab',the Third Dropdown is empty.

If it's not posible like it, can I use the 2nd choice to put it in 'Advance tab' in the 'Where query' clause ?
like it for example :
upload_2022-5-19_21-30-49.png
 
The second Dropdown is dynamic when I choose the first.
I can have the Third dynamic when i choose the first.

View attachment 20196

If I choose the second one in the 'Watch tab',the Third Dropdown is empty.

If it's not posible like it, can I use the 2nd choice to put it in 'Advance tab' in the 'Where query' clause ?
like it for example :
View attachment 20197
Or how Can I do if I have not only 'Country' and 'Region' but 'Continent', 'Country', 'Region' and 'City' ?
 
Back
Top