24 Dec
2007
24 Dec
'07
1:38 p.m.
It seems the filter in EpiData Entry will not accept strings. you can easily do this in Analysis
read file.rec select datefield > dmy(31,12,2004) and datefield < dmy(1,1,2006) * export records to new .rec file savedata newfile * list some fields list f1 f2 f3 datefield etc
Jamie
Nikolai wrote:
From a datafile, how do I list/export cases with dates between 1/1-31/12
- I try to use the record filter function but get the error message
"...not a valid boolean expression". The Field type DD/MM/YYYY.