Display 0 vs Blank for the total fields in BIP output
We have BIP output report with totals display some of them if 0 it will display as 0.00 from the xml output but some of them without xml outut field and display as Blank
I am using these, but none of them work:
<?xdofx:if(mnBIPEmergencyCharge_AEXP_ID281, null, '0.00', mnBIPEmergencyCharge_AEXP_ID281)?><?if@column :mnBIPEmergencyCharge_AEXP_ID281>0?><<mnBIPEmergencyCharge_AEXP_ID281>><?end if?>
How to fix it to display all 0.00 if it is blank?