
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2019 12:11 PM
It is showing the right amount of records it should from checking the sys_journal_field table with the same conditions, but they aren't showing up?
Here's the question where I got it working, but it's not displaying the data correctly. I am an admin.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2019 11:55 AM
I made a new view and used left join on incident instead of sys_journal and it worked. Also, I didn't pick out any of the fields inside of the tables. Hope this helps someone 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2019 01:55 PM
Are there any javascript errors coming up in the browser console? Do you have the ITIL role also, by any chance? Not sure if this may be of any use:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2019 06:35 AM
It's so weird because it shows 1 record and if I go to anymore of them then it doesn't show any.
If I keep going, then it won't show any more records, but if i filter out the record. It will show new ones.
Or if I filter all of the records it will show me a new one on top

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2019 11:55 AM
I made a new view and used left join on incident instead of sys_journal and it worked. Also, I didn't pick out any of the fields inside of the tables. Hope this helps someone 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 04:44 PM
I've just encountered this same issue but with different tables in the join. Things started working correctly when I removed all the 'View Fields' from all the tables.