<!--XML tags to fetch Ledger-wise Trial Balance-->
<!--Gateway of Tally @Display @Trial Balance @F5-->

<ENVELOPE>
<HEADER>
<TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER>
<BODY>
<EXPORTDATA>
<REQUESTDESC>

<!--Specify the Report Name here-->
<REPORTNAME>Trial Balance</REPORTNAME>

<STATICVARIABLES>

<!--This will display Ledger-wise Trial Balance-->
<!--Requires TDL code file tb4.txt, otherwise it won't work -->
<ISLEDGERWISE>YES</ISLEDGERWISE>

<SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
</STATICVARIABLES>
</REQUESTDESC>
</EXPORTDATA>
</BODY>
</ENVELOPE>
