Hey there,
I’m new to developing app’s but so far I’m fine.
I set up an simple app that should show entries of a mySQL DB and these should be filtered by a value from a dropdown list.
The db ist connected an I set up queries.
One is for the dropdown list, this is working.
Another one, just for test purposes, to show the full entries of the table I want to filter, this is working as well.
And I set up another query with a Parameter for the value “Land” select * from cspeed.speed_all where Land = "$1" Limit 10
Now my goal is to get the selected value from the dropdown list into the parameter from the second query
Conf of dropdown:
Conf of repeating Group
Thanks for helping me
Best regards
Andreas