Paul_s
02/24/2020, 12:26 PMfilters[1] = new nlobjSearchFilter("trandate", null, "notbefore", '20/2/2020');
the above works fine, however if I use the following
filters[1] = new nlobjSearchFilter('trandate', null, 'on', 'today');
I get the following error
Search error: Parentheses are unbalanced.
this is the same regardless of if I manually code in todays date