chiplarsen
IS-IT--Management
Hi, I have a string that looks like this.
Patient Transferred to:CSCU
I want to split out the data from the right side of the :. I tried this, but it did not works.
This returns Patient Transferred to. I want to get CSCU. Can anyone help with this function. Thank you
Patient Transferred to:CSCU
I want to split out the data from the right side of the :. I tried this, but it did not works.
Code:
split(description,":")[1]