When executing a query that uses (Ask at run-time) is it possible to default the value so that the user does not need to enter it?
Instead of "Ask at Run Time" option, create an Input Object dedicated for the query containing the relevant attributes with initial settings and rules
Then in your process create the Object (Enter NEW) and Display the query
with attributes of the query Object=InputObject
Object
So every time the query is run an InputObject is created for the purpose of the query
I use this method for all my date range queries and it works like a dream.