In CR10, is it possible to extract particular parts from a string?
I am trying to build a report that shows CIs that have changed location on our CMDB using the history line that is created when the field is updated which reads like:
Room No. from "4" to "6".
or
Room No. from "56" to "Store".
I was hoping to extract, into two seperate fields the bits between the double-quotes (ie the 4 and 6). To complicat ematters for me, the quoted data can be anything (text or numeric)up to 40 characters in length.
Any ideas? I've looked at various things like Split, but I get confused (easily!) by trying to include the quotes.
Thanks.
I am trying to build a report that shows CIs that have changed location on our CMDB using the history line that is created when the field is updated which reads like:
Room No. from "4" to "6".
or
Room No. from "56" to "Store".
I was hoping to extract, into two seperate fields the bits between the double-quotes (ie the 4 and 6). To complicat ematters for me, the quoted data can be anything (text or numeric)up to 40 characters in length.
Any ideas? I've looked at various things like Split, but I get confused (easily!) by trying to include the quotes.
Thanks.