qrsvpproperties.xml.sample 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. *****************************************************************
  4. ** Licensed Materials - Property of IBM
  5. **
  6. ** BI and PM: qs
  7. **
  8. ** (C) Copyright IBM Corp. 2001, 2017
  9. **
  10. ** US Government Users Restricted Rights - Use, duplication or
  11. ** disclosure restricted by GSA ADP Schedule Contract with
  12. ** IBM Corp.
  13. *****************************************************************
  14. -->
  15. <!--
  16. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  17. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  18. -->
  19. <rsvp_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rsvpProperty.xsd">
  20. <structure>
  21. <!-- Default template for reports. -->
  22. <!-- <property>defaultSystemTemplate</property>
  23. <value>/content/configuration/reportTemplate[@name='QSdefault']</value> -->
  24. </structure>
  25. <structure>
  26. <!-- Size of the cache for the QueryStudio templates. Default = 50. -->
  27. <!-- <property>QSTemplateCacheSize</property>
  28. <value type="long">100</value> -->
  29. </structure>
  30. <structure>
  31. <!-- Control caching of XSL style sheets. Turning caching off will affect performance.
  32. 1=on (default); 0=off -->
  33. <!--<property>cacheXslStyleSheets</property>
  34. <value type="long">1</value>-->
  35. </structure>
  36. <structure>
  37. <!-- When WriteSpecsToFiles is set to 1, the query studio mini-query and v5 spec will be written to
  38. generatedMiniQuery.xml and generatedRequest.xml in the ../temp/qrsvp directory.
  39. Valid values are:
  40. 0=OFF (default)
  41. 1-ON ; -->
  42. <!--<property>WriteSpecsToFiles</property>
  43. <value type="long">1</value>-->
  44. </structure>
  45. <structure>
  46. <!-- Directory for all skins. -->
  47. <!-- <property>WebSkinsRoot</property>
  48. <value>../skins</value> -->
  49. </structure>
  50. <structure>
  51. <!-- When WriteMARequestsToFile is set to 1, the MA requests/responses sent to the query studio plugin will
  52. be written to the ../temp/qrsvp directory. These files are regenerated on every request.-->
  53. <!--<property>WriteMARequestsToFile</property>
  54. <value type="long">1</value>-->
  55. </structure>
  56. <structure>
  57. <!-- When UseWithinSet is set to 1, the syntax for crosstab footers will be generated as WITHIN SET rather
  58. than WITHIN DETAIL -->
  59. <!--<property>UseWithinSet</property>
  60. <value type="long">1</value>-->
  61. </structure>
  62. <structure>
  63. <!-- When solveOrderForCrosstabSummaries is set to 0 the solve order will not appear on the crosstabNodeMembers
  64. that represent the summary values for the crosstabs. By default Query Studio will generate a solve order for
  65. these crosstabNodeMembers which is the equivalent of setting solveOrderForCrosstabSummaries to '1'. -->
  66. <!--<property>solveOrderForCrosstabSummaries</property>
  67. <value type="long">0</value>-->
  68. </structure>
  69. </rsvp_property>