How to hide complete row having zero values?
Different amount fields in the rtf template.If all amount fields has zeros in a single row then it should skip this row.(that menas it should not display that complete row in the output.).
Different amount fields in the rtf template.If all amount fields has zeros in a single row then it should skip this row.(that menas it should not display that complete row in the output.).
Use the following.
<?for-each:/ROOT/POItem[./YOUR_ELEMENT_2 !='' or ./YOUR_ELEMENT_2 !=0 ]?>
<?YOUR_ELEMENT_1?>
<?end for-each?