![]() |
Sergey Kornilov admin 11/20/2019 |
Default search page values are not supposed to run the search. They are used to prepopulate search fields and nothing else. |
F
|
franzrueh author 11/20/2019 |
Sorry, but the default values I enter do not even prepopulate the two search fields - tey stay blank. |
S
|
Steve Seymour 11/20/2019 |
I think this is what is trying to be done.... |
F
|
franzrueh author 11/20/2019 |
Thanks halcyondaze, I have managed to do the search/filter having this URL: http://localhost:8087/v9_list.php?q=(Spielklasse_ID~equals~5)(saisonID~equals~1)&f=all - But the problem ist that the dasboard is called: http://localhost:8087/tabelle_dashboard.php - how can I "use it as list page URL in the dashboard" as Sergey writes in his answer? |
S
|
Steve Seymour 11/21/2019 |
Thanks halcyondaze, I have managed to do the search/filter having this URL: http://localhost:8087/v9_list.php?q=(Spielklasse_ID~equals~5)(saisonID~equals~1)&f=all - But the problem ist that the dasboard is called: http://localhost:8087/tabelle_dashboard.php - how can I "use it as list page URL in the dashboard" as Sergey writes in his answer? franzrueh
|
F
|
franzrueh author 11/21/2019 |
Sergey, I managed to run the search manually and copy it and use it as a list page Url - and it works! But it doesn't work, if the list page is an element of a dashboard. Can you or somebady else explain to me how it works if the list page is an element of a dashboard? |