Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <report xmlns="http://developer.cognos.com/schemas/report/11.0/" useStyleVersion="10" expressionLocale="en-au">
  2. <modelPath>/content/folder[@name='Samples']/folder[@name='Models']/package[@name='GO Sales (analysis)']/model[@name='model']</modelPath>
  3. <drillBehavior modelBasedDrillThru="true"/>
  4. <layouts>
  5. <layout>
  6. <reportPages>
  7. <page name="Page1">
  8. <style>
  9. <defaultStyles>
  10. <defaultStyle refStyle="pg"/>
  11. </defaultStyles>
  12. </style>
  13. <pageBody>
  14. <style>
  15. <defaultStyles>
  16. <defaultStyle refStyle="pb"/>
  17. </defaultStyles>
  18. </style>
  19. <contents><HTMLItem description="TreeName">
  20. <dataSource>
  21. <staticValue>&lt;span id="TreeName"&gt;</staticValue>
  22. </dataSource>
  23. </HTMLItem><selectWithTree refQuery="Products" parameter="pProduct" hideAdornments="true"><selectWithTreeItem refDataItem="Products"/></selectWithTree><HTMLItem description="/TreeName">
  24. <dataSource>
  25. <staticValue>&lt;/span&gt;</staticValue>
  26. </dataSource>
  27. </HTMLItem><HTMLItem description="TreeName">
  28. <dataSource>
  29. <staticValue>&lt;script type="text/javascript"&gt;
  30.  
  31. setTimeout (function() {document.getElementById('TreeName').getElementsByTagName('img')[0].click()}, 1000);
  32.  
  33. &lt;/script&gt;</staticValue>
  34. </dataSource>
  35. </HTMLItem></contents>
  36. </pageBody>
  37. </page>
  38. </reportPages>
  39. </layout>
  40. </layouts>
  41. <XMLAttributes><XMLAttribute name="RS_CreateExtendedDataItems" value="true" output="no"/><XMLAttribute name="listSeparator" value="," output="no"/><XMLAttribute name="RS_modelModificationTime" value="2013-01-08T15:29:50.333Z" output="no"/></XMLAttributes><queries><query name="Products">
  42. <source>
  43. <model/>
  44. </source>
  45. <selection><dataItemLevelSet name="Products"><dmLevel><LUN>[Product forecast (analysis)].[Products].[Products].[Products]</LUN><itemCaption>Products</itemCaption></dmLevel><dmDimension><DUN>[Product forecast (analysis)].[Products]</DUN><itemCaption>Products</itemCaption></dmDimension><dmHierarchy><HUN>[Product forecast (analysis)].[Products].[Products]</HUN><itemCaption>Products</itemCaption></dmHierarchy></dataItemLevelSet></selection>
  46. </query></queries><reportName>Expand Tree</reportName></report>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement