I'm running a report where I'd like to populate the text box prompt with data run from a local query. How do I populate that prompt with a query that gets, let's say, the latest Value that changes daily in the local query?
I'm spoiled by this being so easy to do with other software....
As silly as it sounds setting the default value and running the report with default values are actually two different things. To set the default value of the text box dynamically, you would have to use JavaScript which grabs the hidden query value and sets it on load.
To run the report with a dynamic default value you could use the following prompt macro:
where the
[MyValue]
is the defined default value.