Hi,
I have a field 'Note' which is string and it has records like
'Market for to 02/02/2010 03/21/2010'
'Statistics in 01/04/2010 to 05/21/2010'
'Rules imposed from 01/01/2010 to 01/21/2010'
'Assessment for 02/05/2010 to 03/25/2010'
'Look up 01/07/2010 to 03/21/2010'
.....
i want to get the date range in this field like
'02/02/2010 03/21/2010'
'01/04/2010 to 05/21/2010'
'01/01/2010 to 01/21/2010'
...
i tried with 'Left' function like..
Left({Table.Note},Instr({?SelectionCriteria},'/')-2, ????)
I dont know what to write in it..
Any other approach would be greatly appreciated..
Thanks
I have a field 'Note' which is string and it has records like
'Market for to 02/02/2010 03/21/2010'
'Statistics in 01/04/2010 to 05/21/2010'
'Rules imposed from 01/01/2010 to 01/21/2010'
'Assessment for 02/05/2010 to 03/25/2010'
'Look up 01/07/2010 to 03/21/2010'
.....
i want to get the date range in this field like
'02/02/2010 03/21/2010'
'01/04/2010 to 05/21/2010'
'01/01/2010 to 01/21/2010'
...
i tried with 'Left' function like..
Left({Table.Note},Instr({?SelectionCriteria},'/')-2, ????)
I dont know what to write in it..
Any other approach would be greatly appreciated..
Thanks