Database Views not working

John Prouty
Kilo Guru

I can't get Database Views to return any data.  I even built a view that consisted of 1 table with no Where Clause.  When I press "Try It", I get the correct number of rows, but the rows have not data.  Also the list includes all the columns in the table, not the ones listed in the view.  When I tried to use the view in a report, it shows the correct number of rows, but no data.  For example, Active is true for all the rows, but the view and report show Active as false.  What am I doing wrong?

1 ACCEPTED SOLUTION

John Prouty
Kilo Guru

I changed the  alias to "a", but it doesn't improve anything.  The table name was made by the Application creator, and may be an aspect of the developer instance.

View solution in original post

10 REPLIES 10

SanjivMeher
Kilo Patron
Kilo Patron

Did you try adding the correct fields using the list layout in the database view?

I dont think there should be any issue unless you have access issue to that table.


Please mark this response as correct or helpful if it assisted you with your question.

John Prouty
Kilo Guru

I had already added fields to the view.  List Layout isn't used in Orlando for adding fields, it uses "New".  My application is scoped.  Does that impact Database views and Reports?

I was talking about this one. Are you using List V3?

find_real_file.png

 

Also scoped application shouldn't be a problem. Database view works for all applications. I never had a problem configuring the database view.

Would you mind sharing screenshots of the database view and the List View of the Database view


Please mark this response as correct or helpful if it assisted you with your question.

John Prouty
Kilo Guru

find_real_file.png

find_real_file.png

Here is my data:

find_real_file.png

When I click "Try It", this is what I get:

find_real_file.png

I wrote a report using the database view and it gives me this:

find_real_file.png