cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BO - What are the possible reasons for 'no data to retrieve' in a webi report?

former_member5
Explorer

Accepted Solutions (0)

Answers (2)

Answers (2)

Joe_Peters1
Active Contributor

It means that the query that WebI executed in the back-end database did not return any rows.  But that can happen for any number of reasons, including:

  • The conditions in the query simply don't match any records in the database.  
  • The query included a prompt, and the value entered for the prompt is not valid or does not exist in the database
  • The query contains an illogical combination of conditions (ex., "Region Equals 'East' And Region Equals 'West'"
  • Objects selected in the query (from results and/or conditions) result in tables being combined that weren't intended to be in the same query
  • Row-level security is in use, and the person executing the query does not have sufficient permissions
  • Passthrough authentication is used, and the person executing the query does not have sufficient permissions in the database
  • One or more tables in the database are empty
deshmukh
Participant
0 Likes
nicely summarized
jemstar
Explorer

The fact that you can refresh the report proves you have connectivity to the database used in the connection of the universe.

The answer here is the SQL being produced by the web intelligence query - it may contain incorrect joins or incorrect join types or may be imposing a restriction in the where clause that you are unaware of

James