I am very new to PHP, MySQL and PhpRunner but am learning a lot but can not seam to figure out how to do something that seams like it should be pretty simple - filter the ListPage results after the users clicks a button.
As a simple example - a list of Sales Records for All Departments is displayed on the list page when it first loads, I want to provide the user the option to narrow down the list to a single department by clicking one of the buttons that I've added to the top of the page. When the users clicks the button I want to then build the proper sql statement, re-query the database for newly selected data and redisplay the list.
I know I can redirect the user to another page where I already know the URL of using
location.href "myuerl.com";
but I want to build some more sophisticated choices using sql statements and can not figure it out - if it is even possible.
I hope I have explained this well enough
Using PHPRUnner 8 Build 23092 x64
Thanks