Let’s say I have many objects with cars. One property is manufacturer, eg Audi, BMW ect.
I would like to have a dropdown. When selecting Audi, only show objects with property Audi.
Now I don’t know how many manufacturer I have stored. So how could I generate a dropdown which first groups the manufacturers, makes a list out of them which I then could have as a dropdown.
… Hope this makes sense. Sounds a little bit confusing I believe…
Thanks a lot. I am running into one problem: Now the dropdown only shows me the first item instead of running though all objects. It’s probably a syntax issue. I tried with this: