tm.properties 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2015
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. #
  6. # V5 Summary - Header, footer and within detail/aggregate.
  7. #
  8. v5.summary.remote=true
  9. v5.summary.local=true
  10. # remote - process remotely
  11. # local - process locally
  12. # balance - In balanced mode the order expression will attempt to use local processing
  13. # for simple case only.
  14. v5.summary.location=balance
  15. #
  16. # V5 Sort
  17. #
  18. v5.sort.remote=false
  19. v5.sort.local=true
  20. # remote - process remotely
  21. # local - process locally
  22. # balance - In balanced mode the order expression will attempt to use local processing
  23. # for simple case only.
  24. v5.sort.location=local
  25. #
  26. # This property tells whether the MDX should be generated in a way this is better handled for non empty on the edge
  27. # or non empty crossjoins.
  28. # It may take one of this values:
  29. # - always: always try to generate NON EMPTY friendly MDX
  30. # - never: never try to generate NON EMPTY friendly MDX
  31. # - forNonEmpty: only in the presence of MDX edge NON EMPTY
  32. #
  33. mdx.generateNonEmptyFriendlyMDX=always
  34. #
  35. # Specify the default null expression behaviour for providers using the MDQuerySpec.
  36. #
  37. mdx.mdqs.NullExpressionBehavior=MDXBehavior
  38. #
  39. # Specify whether or not the provider will be sub-queried for levels.
  40. #
  41. queryProviderForLevels=false
  42. #
  43. # Specify whether or not the provider will be sub-queried for MUNs.
  44. #
  45. queryProviderForMUNs=true
  46. #
  47. # MDX Function Support
  48. #
  49. mdx.support.setalias=false
  50. # This property tells the MDDS provider whether to use MDX or metadata calls to retrieve members
  51. useMDXToFetchMembers=false
  52. #
  53. # This property controls how to handle the projection of nested levels of the same hierarchy.
  54. # Specifically the use of the technique involving nested level decoration rules.
  55. # In that case the planner queries only the lowest level members, later the post-processing queries the outer levels if required.
  56. # - always: always use this technique
  57. # - never: never use this technique
  58. # - automatic: allow the planner to decide whether to use or not this technique.
  59. #
  60. applyNestedLevelDecorationRules=automatic
  61. #
  62. # This property tells whether the provider may filter the data before applying the MDX.
  63. # It may take one of this values:
  64. # - always: the provider always filter the data before applying the MDX,
  65. # - never: the provider never filter the data before applying the MDX,
  66. # - forNonEmpty: Only in the presence of MDX edge NON EMPTY the provider filters the data before applying the MDX.
  67. #
  68. datasource.appliesFilterBeforeMDX=always
  69. #
  70. # This boolean property tells whether or not to validate MUNs at execution.
  71. # If the validation fails so will the execution.
  72. #forceMUNvalidationAtExecution=true