How to filter dynamic page with search, dropdown and selectiontags?
You do not really filter a dynamic page, or am i wrong, when i say, you are filtering your DATABASE —> from <— a dynamic page ???
A dynamic page is just one “row-data” in your DB which is connected trough a DATASET to show the DATA-VALUE of (just one selected row-data) in your DATABASE.
A good advice → please use “CODE-BLOCK” to show your code like…
my CODE here in this CODE-BLOCK (CODE-TAG)
Second advice… do just show CODE-PARTs which are related to your current issue, do NOT add CODE which is not needed and not related to your issue, that makes things easier and more speeds up the helping process.
You may also take a look onto this example here…
https://www.media-junkie.com/pflegeservice
…where you will find some implemented DATABASE-PRESETS you can play with.
You surely will recognice similarity to your own project.
With the difference, that this example is totaly “DATASET-FREE” coded.
Since this example is an “interactive” one, you can change the DATA-PRESETS by your own and change DATA. All implemented and possible to use “DATABASES” you will find in the example (click on —> “DATABASES”).
To make some “SETUPs” you have just to push …
…and go to “PRESETS”. Setup your own PRESET (from given DBs) or just work with already installed (setted up) PRESETS.
You have 4-PRESETs (slots) of your choice.
More info about that interactive example (Filter-Tool) can be found within the example itself.
Have fun!