![]() |
ChatGPT 6/11/2025 |
To achieve the functionality where a user first selects a date range and then the list page populates data based on that selection in PHPRunner, you can follow these steps:
Here’s a step-by-step guide: Step 1: Add Date Fields
Step 2: Modify SQL Query
By following these steps, you should be able to create a dynamic list page in PHPRunner that populates data based on a user-selected date range. If you encounter any issues or need further assistance, feel free to ask! |
![]() |
Sergey Kornilov admin 6/11/2025 |
Prakash, you can either point users to the Advanced Search page first ( as opposed to the List page ) or you can use 'Hide data until search' option on Miscellaneous screen. |
P
|
ppradhan@live.com author 6/11/2025 |
Dear Sergey, thank you for your advice. I've already tried your suggestion but could not achieve this functionality. This results aggregate of data based on individual date and not within the Between Dates selected. Sql is: UNION ALL SELECT ORDER BY total_amt DESC; |
P
|
ppradhan@live.com author 6/12/2025 |
Dear Sergey, Please help me get correct variable name I need to use. I've used @search_sale_date1 and @search_sale_date2 but it is not working. with regards |
![]() |
Davor GeciDevClub member 6/12/2025 |
I think that you need to add this 2 virtual fields to the Fields list in the SQL view, |