OpenURL query

OpenURL query

I want to be able to display transactions between two dates using the following script, but doesn't work:

openUrl("#View:Expenses_View?Date_field=" + input.Start_Date;input.End_Date, "new window");

Any ideas?

Martyn