- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 01:56 AM
I need to create a report to find all RITMs (parent) that contain no active TASKs (child).
I know how to get information about a parent from a child by using things like "Parent.Updated", but not the other way.
Is there something like that I can use like "Child.Active" and then check for True/False?
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 06:56 PM
This should be straight forward with a Related List Condition. I don't see what you would need a view for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2019 08:14 AM
Which options are you talking about? Related List Conditions are available in the Report Designer (but not the legacy Report Builder).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2019 06:37 AM
Was using the legacy report builder, now used the report designer, works, thanks!