Forum Discussion

aboliverABC's avatar
aboliverABC
Frequent Visitor
3 years ago
Solved

Flagging an Auto Generated Record based on Date/Time

I have a set of data with multiple patients, where each patient has a set of records.  I am trying to flag when a specific record is generated at the same time of another specific record for that patient.  I only need to know when a "Triage" case was created at the same time as the "PAP" case.  That patient may have multiple PAP caes, and may have multiple Triage cases.  But I need to flag when the Triage Case was created at the same time as the PAP Case. 

 

 

 

  • You can do that without code - have a table visual grouped by patient ID and datetime.  Filter the events by Triage and PAP and filter your visual by rowcounts > 1

1 Reply

  • You can do that without code - have a table visual grouped by patient ID and datetime.  Filter the events by Triage and PAP and filter your visual by rowcounts > 1