ITMS 7.5
Is it possible to disable the parameter caching on a single report? Simple enough question. Im looking for a way, through customizing the XML or through the report creator, to disable caching of report parameters. For instance, if you have Parameter A, and it is a string value, typing anything into the field will cause what is typed to be cached for later use of the report. So, if you leave the report, and come back at a later time, the report will have the last thing you typed in that field. How do we reset this programatically and not for all reports?
I have tried adding alwaysUseDefault="True" to the XML Style section for each parameter, but this does not seem to clear out the previous parameter. I will say, I use this for the date/time function when I want to specify the defaultValue as "today". Works great for date/time, but does not seem to work for string.
Any suggestions?