- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 12:25 AM
Hi! Is there any way to join two tables in Related List Condition, instead of doing to via DatabaseViews?
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 08:00 AM
Hi,
You can specify single to query on a current table record while creating a related list.
Please mark correct/helpful if my response helps you.
Regards,
Sushant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 03:43 PM
I need to create a report of Change Requests, waiting to be approved. The report should be grouped by the approvers name. I was able to do it via database views by joining change_request and sysapproval_approver tables, but wondering if I can do the same via related list
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2020 01:16 PM
Related List Conditions don't work on views and I believe sysapproval_approver has a document id field and not a real reference. You may have to use a dynamic filter option to get this. Can you just report on the view that joins change_request and sysapproval_approver or do you need only one record per change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 08:00 AM