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”)
Wiring Intelligence, Driving Innovation
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”)