Ivan,
I don't think it the date/sting format issue. I know for the expression I have to pass the date as a literal surrounded by # like #08/02/2014#.
I get the same syntax error even if I remove the LastDate form the expression and just have the RemoteFilter= "Name.EndsWith( " + [User::Filter] +" )" I also tried "Name.EndsWith( " + @[User::Filter] +" )"
the error I'm getting is:
SntaxError: Unexpected token "["; expected one of "-", <INTEGER>, <REAL>, <STRING_LITERAL>, "True", "False",
<HEX_LITERAL>, <CHAR_LITERAL>, "null", <DATETIME>, <TIMESPAN>, "(", <IDENTIFIER>, "if", or "cast"
Line: 1, Column: 21
Thanks
Maged