Blitz Report Columns
Description
Categories: Enginatics
Repository: Github
Repository: Github
Report showing all SQL columns of selected Blitz Reports by parsing their SQL on the fly.
Use the Category or Report Name parameters to scope the results. Running without filters will parse all enabled reports, which may take several minutes.
Use the Category or Report Name parameters to scope the results. Running without filters will parse all enabled reports, which may take several minutes.
select xrv.report_name, xxen_api.category(xrsc.id) category, nvl(xrv.type_dsp,'Report') type, xrsc.column_number, xxen_report.column_translation(xrsc.column_name) column_header, lower(xrsc.column_name) column_name, xrsc.data_type from xxen_report_sql_columns xrsc, xxen_reports_v xrv where 1=1 and xrsc.id=xrv.report_id order by xrv.report_name, xrsc.column_number |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Category |
| LOV | |
| Report Type |
| LOV | |
| Report Name |
| LOV | |
| Report Name like |
| LOV | |
| Column Header contains |
|