Skip to main content

I have 4 dropdown lists that need to cascade off each other - Division/Site/Department/Unit - is there any way to make this work? The first two dropdowns Division/Site work fine but once Department is clicked it resets and the values are not filtered. 

 

Thanks.

I need to filter the Department value depending on the Division and Site values but K2 will only accept one filter. Is there any other alternative?


You are probably using the smartobject settings to filter the list which only has one value. But each drop down control has a rule in the View intitialize rule that is usally Populate the list control with data. If you click configure you can specify as many inputs or filters you need depending on what your smartobject supports.

 

What you may want to do is disable or hide that control until the other two are filled in and use a change rule on "site" to enable or show it and populate the list control with the filtered data.

 

Does this help?


Reply