Data is not populating in database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 09:41 AM
Hi Everyone,
I'm facing issue with database view
I have 2 tables let say Table A and Table B
In Table A, I have a field reference field let say - tableA.field1 which is having number field so we navigated like in database view is tableA_field1
In Table B, I have reference field let say field2 which is also a reference field in field2 we have one more reference field let say field1. So in database view where clause we added tableB_field2_field1
To match field1 in both the table
But it is showing the count correctly but not data
Please let me know where I'm doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 06:04 AM
Did you find any solution for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 07:58 AM
post a screen shot of the database view. Then folks here can assist.
See: 10-tips-for-writing-a-quality-community-question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2024 07:29 AM
Thank you for your quick response. I got the solution for my issue.
issue was after the upgrade on reports some of field's data was not visible (where we have used databased view reports )So by enabling this system property glide.script.partial_record_materializer.enabled = true
Resolved the issue