Hi There,
How do I delete a row in a stat collector once it's finished? I only want the stat collector table to reflect patients who are currently in a location. Therefore once they leave I would like to delete the row from the table.
I tried the following in a custom code (below) for the "On Row Finished" trigger but I am getting an error saying it cannot delete the row.
collector.as(Table).deleteRow(rowNum)
How do I do this correctly?
Thanks!