Cannot run the query: missing required parameters: #

I created a question with two parameters: start_date and end_date. The question runs correctly once the parameters are entered, however, when users click on the question from the home page, they get the error in the description before they have a chance to enter the parameters. Is there a way to prevent this from happening?

Use optional parameters, check the docs about that