Thursday, April 07, 2016

No Data found or End of Report Printing in Report


It is similar to IF condition.
Say the requirement is to display “No Data Found  if the Report does not fetch any values” else it should display “End of Report”.
<?if:CF_COUNT= 0?>
*****No Data Found*****
<?end if?>
<?if:CF_COUNT != 0?>
   *****End of Report*****
<?end if?>
CF_COUNT is a formula column in the rdf returning the count of records returned.
Image

No comments:

Post a Comment

Clear BNE Cache for WebADI Changes

It Sometime happens that WebAdi Changes doesn't reflect once migrated in controlled instances. Here are the quick steps(Generally perfor...