HI all
I have a requirement where i should show a message saying "No data Returned" under the empty table in the webI report.
I know that we should use function
=If(NumberOfRows([Data Provider Name])=0;"NO Data Available")
I will create a empty cell and include this formula for that cell, but any one please tell me what exactly is the Data Provider Name? Is it the name of the univerese or something else? where can i get the Data provider name?