Hi Everybody,
I am following an old thread by (AKA IBass and SnapVampire) that have a perfect example on how to use split function to creat an array and parse out only data that you. I am hoping to catch those who have participated on that thread which have now been closed to continue with the thread and hope to provide more example that maybe beneficial for other new comers on the site.
I have a memo field that captured transactions of events that happen in an application. Treat this as a single record that track the data and kept on appending new data to this memo field. The format for the data is something like....
timestampZ submitted by XXX
content XXXXXXXXXXXXXXX
timestampZ submitted by YYY
content YYYYYYYYYYYYYYYY
timestampZ submitted by ....
content ........
I want to be able to parse out only timestamp information from each entry in the memo field. In this attempt I am using Z at the end of the timestamp(ZULU time) as the common delimiter to split the data. However, I want to get rid of everything else and display the data in the following format...
timestamp
timestamp
timestamp
I would appreciate all the guru out there that have a good solution or the formula that they can share to the community to enlight others and help.
Thank you in advance
I am following an old thread by (AKA IBass and SnapVampire) that have a perfect example on how to use split function to creat an array and parse out only data that you. I am hoping to catch those who have participated on that thread which have now been closed to continue with the thread and hope to provide more example that maybe beneficial for other new comers on the site.
I have a memo field that captured transactions of events that happen in an application. Treat this as a single record that track the data and kept on appending new data to this memo field. The format for the data is something like....
timestampZ submitted by XXX
content XXXXXXXXXXXXXXX
timestampZ submitted by YYY
content YYYYYYYYYYYYYYYY
timestampZ submitted by ....
content ........
I want to be able to parse out only timestamp information from each entry in the memo field. In this attempt I am using Z at the end of the timestamp(ZULU time) as the common delimiter to split the data. However, I want to get rid of everything else and display the data in the following format...
timestamp
timestamp
timestamp
I would appreciate all the guru out there that have a good solution or the formula that they can share to the community to enlight others and help.
Thank you in advance