How to Display No Data Found in BIP

Display : No Data Found Message in BIP

To handle no data found conditions:

  1. At the end of the RTF template, add a section break.
  2. On the last page (the new section page), add the command <?if@section:not(ELEMENT_NAME)?>No Data Found<?end if?>where ELEMENT_NAME is the same data element that you are using in the for-each@section loop.Now if no data exists for ELEMENT_NAME, a valid PDF is generated with the text “No Data Found”.
sample : <?if@section:not(INVOICE_ID)?>No Data Found<?end if?>

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: BIP