Blitz Report Assignment Upload
Description
Categories: Enginatics, Upload
Repository: Github
Repository: Github
Upload to maintain Blitz Report assignments.
The upload support creating, deleting or copying assignment and can be run with the following modes:
-Create with 'Create Empty File'=Yes:
Opens an empty Excel file to enter new assignments.
-Create with 'Create Empty File'=blank:
You can query a list of reports that you want create assignments for by report name, category or repo ... more
The upload support creating, deleting or copying assignment and can be run with the following modes:
-Create with 'Create Empty File'=Yes:
Opens an empty Excel file to enter new assignments.
-Create with 'Create Empty File'=blank:
You can query a list of reports that you want create assignments for by report name, category or repo ... more
select null action_, null status_, null message_, null modified_columns_, xrv.report_name, xrv.type_dsp type, xrv.category, xxen_util.meaning(nvl(xrav.include_exclude,'I'),'INCLUDE_EXCLUDE',0) include_exclude, xrav.assignment_level_desc assignment_level, xrav.level_value assignment_value, xrav.description, xrav.block_name form_block, xrzpvv.parameter_name, xrzpvv.block_name, xrzpvv.item_name, initcap(xrzpvv.id_or_value_dsp) "Id or Value", xrzpvv.parameter_value_dsp constant_value, xxen_util.user_name(xrav.created_by) created_by, xxen_util.client_time(xrav.creation_date) creation_date, xxen_util.user_name(xrav.last_updated_by) last_updated_by, xxen_util.client_time(xrav.last_update_date) last_update_date, null delete_, null upload_row from xxen_reports_v xrv, (select xrav.* from xxen_report_assignments_v xrav where :p_upload_mode<>'C') xrav, xxen_report_zoom_param_vals_v xrzpvv where 1=1 and nvl(:p_create_empty_file,'x')<>'Y' and xrv.report_id=xrav.report_id(+) and xrav.assignment_id=xrzpvv.assignment_id(+) |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Upload Mode | LOV | ||
| Create Empty File | LOV | ||
| Report Name starts with |
| LOV | |
| Report Category |
| LOV | |
| Report Type |
| LOV | |
| Assignment Level |
| LOV | |
| Level Value |
| LOV | |
| Assignment Created By |
| LOV | |
| Assignment Creation Date From |
| Date | |
| Assignment Creation Date To |
| Date |