Hoping this is an easy one,
I’m trying to get the Stackapps select stack (with dropdown as the input method) to only display entries from a database field based on a word in another field.
As per the image below I’ve tried the Join: Query with the sub_category = (Safety) but this doesn’t display anything.
I also tried the code sub_category = “Safety” but that came back with an error
If I leave Query: blank it displays every entry in the name field.