Hi, I am using CR 8.5 and I want to be able to count data from one table that may not be in another. I have two tables linked, one named 'table.WarList'(primary table) and the other named 'table.ActionList' and they are linked by it's common field the case number. I have chosen the option to 'left outer join' to retrieve everything that I need regardless of the activity on the case.
Here is my setup:
Notice that case number 987 DocID is missing, however, the DocID is found on the table.ActionList. I want my report to say if DocID is missing from the table.WarList then count from the table.ActionList.
Please advise.
Here is my setup:
Code:
CaseNumber DocID (field from the table.WarList)122 W2
894 W1
987
471 W1
Number of W1 = 2
Number of W2 = 1
Notice that case number 987 DocID is missing, however, the DocID is found on the table.ActionList. I want my report to say if DocID is missing from the table.WarList then count from the table.ActionList.
Please advise.