Section - how to handle blank
How to handle blank page, if no data in the xml..
Put a section break and add the code like following
<?if@section:count(/DATA/LIST_INVOICES/INVOICES) = 0?>No invoices for this criteria<?end if?>
You can handle the no data found like this.
Comments