Forum Discussion
MarkShnier__You
6 months agoQrew Legend
try this
var text QUERY =
"{99.EX.'" & [my email field] & "'}
& " AND "
& "{145.OBF.'" &[Date of Interaction]) & "'}";
Size(
GetFieldValues(
GetRecords($QUERY),3))
// change the 99 to the fid of your email field.
- JenniferJuhasz6 months agoQrew Cadet
Hi Mark,
Thank you so much for this - it does contain syntax errors that I'm not sure how to resolve. It is looking for a semi-colon at the end of the first statement, but then when added it says the & in line two is "expecting a number".
145 = the fid of my email field; not quite sure how to work my way out of this one.
Thank you though for your help!