Pass dates to OpenURL

Pass dates to OpenURL

I am trying to create a stateless form that has two fields a Start Date and an End Date.  The idea is to pass these dates to the OpenURL and generate a report based that includes all the dates between Start Date and End date.  but when I follow the example on the functionality based URL's, my report does not filter the unwanted records out.

openUrl(" https://app.zohocreator.com/notjustanothername/order-management#Report:ALLORDERS?Order_Date=input.Start_Date;input.End_Date&Order_Date_op=58","same window");

Above this the code I came up with based on the example that was provided.  any help will be appreciated.