我在pentaho中使用CDE插件 我正在创建一个包含CDE仪表板中xaction结果的仪表板 任何人都可以告诉我如何在CDE仪表板中结束xaction 我将xaction作为一个组件包含在内,但在预览中没有结果,因为xaction产生了
组件要求 名称 路径 行动 溶液
我应该在这里输入什么
这是我的xaction
<?xml version="1.0" encoding="UTF-8"?>
<action-sequence>
<title>nov12xaction</title>
<version>1</version>
<logging-level>ERROR</logging-level>
<documentation>
<author>hussain</author>
<description>Empty blank action sequence document</description>
<help/>
<result-type>text</result-type>
<icon/>
</documentation>
<inputs/>
<outputs>
<query_result type="result-set"/>
</outputs>
<resources/>
<actions>
<action-definition>
<component-name>SQLLookupRule</component-name>
<action-type>Relational</action-type>
<action-outputs>
<query-result type="result-set" mapping="query_result"/>
</action-outputs>
<component-definition>
<query><![CDATA[select * from student where pointer > 30;]]></query>
<live><![CDATA[true]]></live>
<driver><![CDATA[com.jdbc.odbc.Driver]]></driver>
<connection><![CDATA[jdbc:mysql://localhost:3306/xactionstudy]]></connection>
<user-id><![CDATA[root]]></user-id>
<password><![CDATA[root]]></password>
</component-definition>
</action-definition>
</actions>
</action-sequence>
答案 0 :(得分:0)
我认为我得到了正确的解决方案 我试图为浏览器创建URl 所以我设定 溶液=钢车轮&安培; 路径=仪表板&安培; action = nov12xaction.xaction //或者任何动作名称
它只是工作
答案 1 :(得分:0)
将您的xaction放入CDE仪表板文件夹并使用execute xaction组件