1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<action-sequence>
<name>query1.xaction</name>
<title>My Simple JPivot</title>
<version>1</version>
<logging-level>debug</logging-level>
<documentation>
<author>William Seyler</author>
<help>just testing...</help>
<result-type>report</result-type>
<description>Creates a simple Cross Tab</description>
<icon>slicedice.png</icon>
</documentation>
<inputs>
<mdx type="string">
<default-value/>
<sources>
<request>MDX</request>
</sources>
</mdx>
<mode type="string">
<default-value/>
<sources>
<request>mode</request>
</sources>
</mode>
</inputs>
<outputs>
<model type="string"/>
<connection type="string"/>
<mdx type="string"/>
<options type="list"/>
<title type="string"/>
<url type="string">
<destinations>
<response>redirect</response>
</destinations>
</url>
<charttype type="string"/>
<chartlocation type="string"/>
<chartheight type="string"/>
<chartwidth type="string"/>
</outputs>
<resources/>
<actions>
<action-definition>
<component-name>PivotViewComponent</component-name>
<action-inputs>
<mode type="string"/>
</action-inputs>
<action-outputs>
<model type="string"/>
<connection type="string"/>
<mdx type="string"/>
<options type="list"/>
<title type="string"/>
<url type="string"/>
<charttype type="string"/>
<chartlocation type="string"/>
<chartheight type="string"/>
<chartwidth type="string"/>
</action-outputs>
<component-definition>
<title>Drill Down to Pivot Table</title>
<viewer>Pivot</viewer>
<model>samples/analysis/SampleData.mondrian.xml</model>
<jndi>SampleData</jndi>
<query><![CDATA[default]]></query>
<charttype>default</charttype>
<chartlocation>default</chartlocation>
<chartwidth>default</chartwidth>
<chartheight>default</chartheight>
<options>
<save-as/>
<cube-nav/>
<mdx-edit/>
<sort-conf/>
<spacer/>
<level-style/>
<hide-spans/>
<properties/>
<non-empty/>
<swap-axes/>
<spacer/>
<drill-member/>
<drill-position/>
<drill-replace/>
<drill-thru/>
<spacer/>
<chart/>
<chart-conf/>
<spacer/>
<print-conf/>
<print-pdf/>
<spacer/>
<excel/>
</options>
</component-definition>
<action-name>Pivot View</action-name>
<logging-level>DEBUG</logging-level>
</action-definition>
</actions>
</action-sequence>