I have a list Cars, with 'helper' lists Car Sizes, Car Fuel and Car Transmission.
I know the list lookup control can be used to cascade with ONE filter, so I can populate a Car Sizes drop down, then based on that choice, filter the 'Cars' drop down to show only diesel or petrol.
But what I want is to filter by Flle, Transmission and Size.
So what I thought was to have a field on the cars list containing 'attributes'e.g. "small:petrol:manual"
I added a calulated control to my form as I wanted to concatenate the choices from the size, fuel and transmission drop downs. to give something I could match.
(It would then be easy to filter the cars using this caclulated value.)
Good Plan
BUT
The drop down controls, despite being named, do not appear in the caclcuated field Builder.
I am using 1.1, is this something that is fixed in 1.2?