Total Pageviews

October 1, 2018

10/01/2018 10:47:00 PM
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.).

Use the following.
<?for-each:/ROOT/POItem[./YOUR_ELEMENT_2 !='' or  ./YOUR_ELEMENT_2 !=0 ]?>
 <?YOUR_ELEMENT_1?>
<?end for-each?
 
Related Posts Plugin for WordPress, Blogger...