DB: SQL
CR: 8.5
I have a report that is trying to find open files which do not have a current diary date. I work in the insurance biz and case managers have files that are open. All open files should have a diary entry established to keep the case managers on track and that a file doesn't get "Lost". Each diary entry has a status (Not Started, Completed). Of course if the file has a "Not Started" entry then it would not appear. The problem I'm having is claim John Doe has an entry in the diary table with a status of completed but now he has no future diary entry. I need this claimant to appear on an exception report so the case manager can establish a new diary entry.
I've tried null, "", a count of entries which = 0, but I can't get this case to appear.
The best I can describe it is "Finding something that isn't there".
Any help is appreciated.
-LLL
CR: 8.5
I have a report that is trying to find open files which do not have a current diary date. I work in the insurance biz and case managers have files that are open. All open files should have a diary entry established to keep the case managers on track and that a file doesn't get "Lost". Each diary entry has a status (Not Started, Completed). Of course if the file has a "Not Started" entry then it would not appear. The problem I'm having is claim John Doe has an entry in the diary table with a status of completed but now he has no future diary entry. I need this claimant to appear on an exception report so the case manager can establish a new diary entry.
I've tried null, "", a count of entries which = 0, but I can't get this case to appear.
The best I can describe it is "Finding something that isn't there".
Any help is appreciated.
-LLL