【问题标题】:how to insert xaction in CDE dashboard如何在 CDE 仪表板中插入 xaction
【发布时间】:2012-10-31 13:07:46
【问题描述】:

我在 pentaho 中使用 CDE 插件 我正在创建一个仪表板,其中包含 CDE 仪表板中 xaction 的结果 谁能告诉我如何在 CDE 仪表板中结束 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>

【问题讨论】:

    标签: pentaho cdf xaction


    【解决方案1】:

    我认为我得到了正确的解决方案 我试图为浏览器创建 URl 所以我设置 解决方案=钢轮& 路径=仪表板& action=nov12xaction.xaction // 或任何动作名称

    而且很简单

    【讨论】:

      【解决方案2】:

      将您的 xaction 放入 CDE 仪表板文件夹并使用执行 xaction 组件

      【讨论】:

        猜你喜欢
        • 2013-12-25
        • 2015-08-12
        • 2013-10-03
        • 2019-11-13
        • 2013-04-21
        • 1970-01-01
        • 2017-11-20
        • 1970-01-01
        • 2017-03-28
        相关资源
        最近更新 更多