- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2016 07:09 PM
Hello.
I've created the following database view which I run various RITM-TASK reports with:
The view is working well for me since I'm only showing one variable and the variables in rows in the report aren't an issue. I want to add associated work notes/activity entries in my report so I need to add the sys_journal_field table. The problem is that I'm confused on the "Where clause" as well as the view fields needed in sys_journal_field table which needs to be added. I know I want to see the "value" but there's "element", "element ID" and more in sys_journal_field table.
Any help would be appreciated.
Ty Steels II --
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2016 06:40 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2016 06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016 10:38 AM
Thank you very much. This helped immensely.