I'm writing a report for one of our medical facilities that shows patient movements (physical- not.. well.. you know). Each time a patient is moved, there is a record created with the Date and time (two different fields, but I have concatenated them into one datetime), movement type, Patient ID, Name, and unit value (this is the hospital unit that they're assigned to).
I need to group the report by movement type, then by patient. However, I need to display the previous unit value- even if it is in another group.
Any ideas?
Thanks in advance!
I need to group the report by movement type, then by patient. However, I need to display the previous unit value- even if it is in another group.
Any ideas?
Thanks in advance!