We can use the below expression to check whether dataset is returning data or not :
=IIF(CountRows("YourDataset") > 0,"Data is Available"),"Data is Not Available")
No comments:
Post a Comment