How to create a report or a view to show problems (PRBs) that have 0 Incidents or 0 task problems assigned or attached to it using Related List ConditionsIssue How to create a report listing all Problem records without any Problem Tasks or Incident records attached. There may be a need to have access to the Problem table and the Problem Tasks table and such, and want to create a report Problem records without any problem Tasks attached. Common use cases can be the following and this can be applied to any other table as well. CauseUse Cases There may be situations where you need to find a table that has 0 records associated with it such as: Find all Incidents with 0 Incident taskFind all Problems with 0 Problem TaskFind all Problems with 0 IncidentsFind all Change with 0 Change TaskResolutionWe will be creating a report (New UI) to view these records. Navigate to Reports > Create NewProvide the following information: Report nameSource type = tableTable = Problem[problem] (Use whatever table relevant for you) In the Configure Tab: Create a condition in the related list conditions for Problem Task > Problem with the condition "Equal to 0"See the following screenshot for more details. Run the report. This should give you a list of all PRBs with no Problem Task associated with the PRB.