Skip to Content
0
Former Member
Feb 17, 2011 at 10:37 PM

want to display "no data Return" message for empty report

1162 Views

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?