Quantcast
Channel: Microsoft Dynamics RMS Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4469

RE: RMS Z report

$
0
0

I would delete the following rows and give it a try, mind you I have not tested it.

<SET name="HideZeroTaxes" custom="true" description="Hide Zero Taxes"

<ROW> "Tax|" Report.Tax </ROW>

===========================

Section: Tax Totals

===========================

-->

<ROW> "Tax Collected:" </ROW>

<IF>

<CONDITION> HideZeroTaxes </CONDITION>

<THEN>

<FOR each="ReportTax">

<IF>

<CONDITION> Report.Tax.Total <> 0 </CONDITION>

<THEN>

<ROW> Report.Tax.Description "|" Report.Tax.Total </ROW>

</THEN>

</IF>

</FOR>

</THEN>

<ELSE>

<FOR each="ReportTax">

<ROW> Report.Tax.Description "|" Report.Tax.Total </ROW>

</FOR>

</ELSE>

</IF>

<ROW> "" </ROW>

<!--


Viewing all articles
Browse latest Browse all 4469

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>