123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- *****************************************************************
- ** Licensed Materials - Property of IBM
- **
- ** BI and PM: qs
- **
- ** (C) Copyright IBM Corp. 2001, 2017
- **
- ** US Government Users Restricted Rights - Use, duplication or
- ** disclosure restricted by GSA ADP Schedule Contract with
- ** IBM Corp.
- *****************************************************************
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <rsvp_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rsvpProperty.xsd">
- <structure>
- <!-- Default template for reports. -->
- <!-- <property>defaultSystemTemplate</property>
- <value>/content/configuration/reportTemplate[@name='QSdefault']</value> -->
- </structure>
- <structure>
- <!-- Size of the cache for the QueryStudio templates. Default = 50. -->
- <!-- <property>QSTemplateCacheSize</property>
- <value type="long">100</value> -->
- </structure>
- <structure>
- <!-- Control caching of XSL style sheets. Turning caching off will affect performance.
- 1=on (default); 0=off -->
- <!--<property>cacheXslStyleSheets</property>
- <value type="long">1</value>-->
- </structure>
- <structure>
- <!-- When WriteSpecsToFiles is set to 1, the query studio mini-query and v5 spec will be written to
- generatedMiniQuery.xml and generatedRequest.xml in the ../temp/qrsvp directory.
- Valid values are:
- 0=OFF (default)
- 1-ON ; -->
- <!--<property>WriteSpecsToFiles</property>
- <value type="long">1</value>-->
- </structure>
- <structure>
- <!-- Directory for all skins. -->
- <!-- <property>WebSkinsRoot</property>
- <value>../skins</value> -->
- </structure>
- <structure>
- <!-- When WriteMARequestsToFile is set to 1, the MA requests/responses sent to the query studio plugin will
- be written to the ../temp/qrsvp directory. These files are regenerated on every request.-->
- <!--<property>WriteMARequestsToFile</property>
- <value type="long">1</value>-->
- </structure>
- <structure>
- <!-- When UseWithinSet is set to 1, the syntax for crosstab footers will be generated as WITHIN SET rather
- than WITHIN DETAIL -->
- <!--<property>UseWithinSet</property>
- <value type="long">1</value>-->
- </structure>
- <structure>
- <!-- When solveOrderForCrosstabSummaries is set to 0 the solve order will not appear on the crosstabNodeMembers
- that represent the summary values for the crosstabs. By default Query Studio will generate a solve order for
- these crosstabNodeMembers which is the equivalent of setting solveOrderForCrosstabSummaries to '1'. -->
- <!--<property>solveOrderForCrosstabSummaries</property>
- <value type="long">0</value>-->
- </structure>
- </rsvp_property>
|