In my survey form, I have a Test.csv table stored on media that contains the following columns (Objectid_key, fromGroup, fromType, toGroup, viaFeature, viaGroup, viaType).
I would like a form where I will select the values for (fromGroup, fromType) and (toGroup, toType) then return the values of the interception between the two previous columns (viaFeature, viaGroup, viaType).
I have attached file. How could I pulldata?