Setting parameters caching for reports
For an IBM Cognos Business Intelligence report, you can override the server setting for parameters caching. In the report specification, add the XML attribute paramsCacheDisabled and set the value to true or false.
About this task
If the value for the advanced property RSVP.PARAMSCACHEDISABLED is true at the server level, to enable parameters caching for a report, in the report specification, add the following attribute:
<XMLAttribute name="paramsCacheDisabled" value="false"/>
If the value for the advanced property RSVP.PARAMSCACHEDISABLED is false at the server level, to disable parameters caching for a report, in the report specification, add the following attribute:
<XMLAttribute name="paramsCacheDisabled" value="true"/>