You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

XML Report RTF Design

edited Dec 7, 2018 12:02PM in Reporting and Analytics for ERP 1 comment

Summary

To display AP Invoice and PO details with distinct values

Content

Hi Support, 

 

I am working on a report which displays VENDOR NAME, INV_BATCH, INVOICE_NUM, PO_NUM, PO_LINE, PO_LINE_AMOUNT

 

I am using the below xml sample data:

<?xml version="1.0" encoding="UTF-8"?>
<XXAPINVPODETAILS>
<LIST_G_SUM>
<G_SUM>
<INV_VEN>ABC VENDOR NAME</INV_VEN>
<BATCH_NAME>TEST_BATCH</BATCH_NAME>
<INV_NUM>   TEST_INV_001</INV_NUM>
<PO_NUM>          1000</PO_NUM>
<PO_LNUM>2</PO_LNUM>
<PO_LAMT>50</PO_LAMT>
</G_SUM>
<G_SUM>
<INV_VEN>ABC VENDOR NAME</INV_VEN>
<BATCH_NAME>TEST_BATCH</BATCH_NAME>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!