Skip to Content
0
Former Member
Jan 12, 2008 at 07:16 PM

Trying to find a record that does not have an event created for it

20 Views

Post Author: tzinser

CA Forum: Formula

A little background on how it works....

We create a record, and everytime it is created, a number of "events" within that record are automatically created. The specific event I am trying to run a report on is "REC". I can run a report and get the information entered into the REC event no problem, but my problem is that if someone deletes the "REC" event it does not show up in my report.

So my question is, what is the best way to write a function that displays all records that have the "REC" event, and all records that the "REC" event is missing.

I'm using the generic funtion {EVENT.EventCode} = "REC" right now....any suggestions?