Hello,
I am trying to add DoB field to the participant search by altering json files:
"filters" : [ {
"filters" : [ {
"expr" : "Participant.ppid",
"caption" : "PPID",
"searchType" : "contains"
}, {
"expr" : "Participant.regDate",
"caption" : "Registration Date"
}, {
"expr" : "Participant.dateOfBirth",
"caption" : "Date of Birth",
I was able to add/ remove fields using the same strategy so I am wondering what is going wrong??
I’m using the 6.3R2 Version.
Many thanks,
Andreia