Database View not displaying records but shows Count

Mrman
Tera Guru

Hi ,

I am working on a database view joining the Assessment Metric result [asmt_metric_result] and Metric [asmt_metric] tables for creating report on survey responses submitted by users. 

The Database view list shows only one record but the count shows 37 . Please help me to find what is blocking the records to be displayed.

 

Below are screenshots of View tables added and the list view showing only 1 record but count as 37

 

 

 

 

11 REPLIES 11

Dawid K1
Tera Contributor

For fellow Debuggers out there and for my future self.

In a scenario, where you create a Database View with specific View Fields, and one of the View Fields happens to be of Document ID type, do remember to include the "Dependent on field" field in the View Fields. It fixed the exact same issue I had. For the example above, most probably, the Source table field is missing from View Fields.

keerthisamu
Tera Contributor

Is the resolved? If yes, please provide the workaround if possible. Thank You!