C
|
cgphp 10/5/2011 |
You can filter the report using the "Report page: Before SQL query" event. The param, to filter the report, could be a value submitted from the user from a custom date form. |
S
|
Stucco author 10/9/2011 |
You can filter the report using the "Report page: Before SQL query" event. The param, to filter the report, could be a value submitted from the user from a custom date form.
|
![]() |
Sergey Kornilov admin 10/9/2011 |
You may want to check 'List page: Custom Query' event: global $conn;
|
S
|
Stucco author 10/16/2011 |
I appreciate the pointer to the custom query event, however this is for a report and that option is not accessible there. How would I accomplish this functionality on a report? Can I run my custom query and completely replace the results? |
S
|
Stucco author 10/23/2011 |
I appreciate the pointer to the custom query event, however this is for a report and that option is not accessible there. How would I accomplish this functionality on a report? Can I run my custom query and completely replace the results?
|
![]() |
Sergey Kornilov admin 10/24/2011 |
Need more info on Export issue. You can post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
S
|
Stucco author 11/7/2011 |
I ended up just creating a table to store the report parameter. I do no allow them to add rows to that table. I then use the following query to run the report. This works well in the existing report structure, with exports, filters, etc.
|