Set-up Screen Reports
Set-up Screen Reports
Screen Reports are created by writing and storing a SQL query in the table. The table has location fields that control which screen the report will be available on.
You can also use xlsx, docx and pdf outputs for your screen report.
Go to the Set-up Screen Report Templates page for the steps required to create these outputs, after you have created the screen report you want.
Creating Queries
Below are links to pages that provide details to help write queries you can use in screen reports
User Defined Queries
Encrypted Fields
Office(xls) Format
Office(xlsx) Format
Derived Fields - Below are the libraries that are available for use in screen reports:
payroll_advice
quote
Default Reports
The records below are stored in as standard entries.
Sample table population
You can set up screen reports on each of the screens listed below. This also shows the required configuration you need;
printformat
Useful Queries
# Show current Screen Reports select rq.report_query_id,rq.module,rq.page,rq.sub_page,rq.name,rq.print_format AS print_format_xls,rq.status_flagfrom gb_report_queries AS rq ORDER BY module DESC, page DESC, sub_page DESC, name DESC