Hi there,
i would like to give to a static parameter a default value from a function.
Specifically, i need to create a parameter, which by default contains the current date, so the user can *edit* the datetime, to for example, remove the time (leaving the date).
Is that possible?
I would like to express the default parameter value in a formula, like {!current_date}?
I've tried an alternative solution by creating a dynamic parameter from the query "select toString(datetime()) from table limit 1", which returns the current date as i want, but when launching the report, is not possible edit it...
some ideas?
thanks!
i would like to give to a static parameter a default value from a function.
Specifically, i need to create a parameter, which by default contains the current date, so the user can *edit* the datetime, to for example, remove the time (leaving the date).
Is that possible?
I would like to express the default parameter value in a formula, like {!current_date}?
I've tried an alternative solution by creating a dynamic parameter from the query "select toString(datetime()) from table limit 1", which returns the current date as i want, but when launching the report, is not possible edit it...
some ideas?
thanks!