hi everyone.
I would like to request a feature to allow dynamic formulas within the “Default Value” field of a Parameter configuration.
Context: I am currently using a parameter to control the “Week Number” displayed in my report. My wish is for the report to automatically default to the Current Week whenever a user opens it, while still allowing them to use the parameter dropdown to select past weeks if needed.
Example:
Problem: As shown in the attached screenshot, the “Default Value” field currently only accepts a static selection (I have to hard-select “49”).
Because of this limitation, I have to manually edit the report every single week to update the default value to the new week number. This prevents the report from being fully automated.
The Feature Request: It would be incredibly helpful if we could input a formula into the Default Value box, such as:
WEEK(TODAY())
MAX(Week_Number_Field)
This would allow reports to always initialize with the most relevant, up-to-date data, eliminating the need for manual weekly maintenance. I can also imagine that allowing functions like CASE statements in the default value field would unlock some cool advanced capabilities, such as dependent parameters and dynamic filtering logic.
If anyone knows of an existing native workaround for this, I would appreciate the help and feeckback.
Thanks!
