Usecase: We will create EFT template based or fixed position based BI report:
EFT template or layout:
Implementation Steps:
Step1: Create a Data model based on a Sql query:
Navigation Menu >> Tools >> Reports and Analytics >> Browse Catalog >> Create >> Data Model >> Click New Data Set >> SQL Query >> provide the SQl query and Dataset name >> ok >> go to data tab and view the data >> save as sample data >> export the xml data to see the structure and content. >> save the data model.
Sql query used:
Select INVOICE_ID, INVOICE_NUM,INVOICE_AMOUNT,TO_CHAR(Invoice_date,'DD-MON-RRRR') Invoice_date
FROM AP_INVOICES_ALL
WHERE rownum <101
Step2: Based on the Exported xml data structure, create EFT delimiter based rtf doc and upload it to create a report >> Save >> view report
Note: Use the attached EFT template google drive link and copy and modifiy as per your need. SAVE it as .rtf file
No comments:
Post a Comment