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.
No comments:
Post a Comment