Hi,
I'm reading a text file directly into crystal which looks like the following:
Hr,0-4s,5-9s,10-14s,15-19s,20-24s,25-29s,30-44s,45-59s,60-89s,gt90 sec,max_ans_time
2013-06-26 04,10,0,0,0,0,0,0,0,0,0,0
2013-06-26 05,33,0,0,0,0,0,0,0,0,0,1
2013-06-26 06,58,0,0,0,0,0,0,0,0,0,3
The first column is the date and hour. Crystal picks the column up and converts the date properly, but I'm losing the hour. Anyone got any ideas how I can prevent this from happening?
Thanks
James
I'm reading a text file directly into crystal which looks like the following:
Hr,0-4s,5-9s,10-14s,15-19s,20-24s,25-29s,30-44s,45-59s,60-89s,gt90 sec,max_ans_time
2013-06-26 04,10,0,0,0,0,0,0,0,0,0,0
2013-06-26 05,33,0,0,0,0,0,0,0,0,0,1
2013-06-26 06,58,0,0,0,0,0,0,0,0,0,3
The first column is the date and hour. Crystal picks the column up and converts the date properly, but I'm losing the hour. Anyone got any ideas how I can prevent this from happening?
Thanks
James