Hello, I've been searching Google for the last couple hours and can't seem to make anything work. What I'm trying to do is to split a record which contains dates in the format YYYYDDD, where YYYY is the year (2016) and the DDD is the number of the day of the year. This is followed by HHMMHHMM, but normally is 00000000 followed by the next date.
So the record that I'm trying to split ends up looking like 201414500000000201536400000000201601600000000........ you get the picture. There are 50 or more dates that are contained in this field. These dates then need to be converted into a consumable form by CR and contained in an array.
What I want to do is display any dates contained in that Memo record which occur within the next two weeks from when the report is generated.
I've been trying to use the SPLIT function in conjunction with ISNUMBER and DATETIME (or something similar, I don't have my file with me) but keep getting an error telling me to use subscripts, which I did.
I had another field that was like this which I used a Command and created 48 fields. This may not always work since the number of dates contained in the record changes.
Any thoughts or advice would be appreciated, thanl you.
So the record that I'm trying to split ends up looking like 201414500000000201536400000000201601600000000........ you get the picture. There are 50 or more dates that are contained in this field. These dates then need to be converted into a consumable form by CR and contained in an array.
What I want to do is display any dates contained in that Memo record which occur within the next two weeks from when the report is generated.
I've been trying to use the SPLIT function in conjunction with ISNUMBER and DATETIME (or something similar, I don't have my file with me) but keep getting an error telling me to use subscripts, which I did.
I had another field that was like this which I used a Command and created 48 fields. This may not always work since the number of dates contained in the record changes.
Any thoughts or advice would be appreciated, thanl you.