Crystal Reports 2008
Oracle 11g
Notes field contains, e.g.:
"Person Name:John
Company Name: CompanyABC
Call back number: 999 999 9999
Site ID: XYZ1234
Begin Time:
Description: This is what happened
Open Hours: 5:00am-12:00am
3:54 PM 3/30/1930
took this action
4:02 PM 3/30/1930
took another action
and did this also
4:11 PM 3/30/1930
finished up and provided
the sign off"
There appears to be consistency in the field items, although this is not confirmed. So, every Notes field should have
Person Name: xxxx
Company Name: xxxx
and so on
So, I want to retrieve results between items, let's say I want to retrieve
John
this result comes between
Person Name: (result of "John") hard return to next line
Company Name:
Next, I might want to retrieve the result between
Description: (seem to be two hard returns here)
Open Hours:
And so on.
How do I do this, please?
Thank you,
hmax
Oracle 11g
Notes field contains, e.g.:
"Person Name:John
Company Name: CompanyABC
Call back number: 999 999 9999
Site ID: XYZ1234
Begin Time:
Description: This is what happened
Open Hours: 5:00am-12:00am
3:54 PM 3/30/1930
took this action
4:02 PM 3/30/1930
took another action
and did this also
4:11 PM 3/30/1930
finished up and provided
the sign off"
There appears to be consistency in the field items, although this is not confirmed. So, every Notes field should have
Person Name: xxxx
Company Name: xxxx
and so on
So, I want to retrieve results between items, let's say I want to retrieve
John
this result comes between
Person Name: (result of "John") hard return to next line
Company Name:
Next, I might want to retrieve the result between
Description: (seem to be two hard returns here)
Open Hours:
And so on.
How do I do this, please?
Thank you,
hmax