zoukankan      html  css  js  c++  java
  • Create Maximo Report

    步驟 Detail 注意事項 Remark
    1.Open eReport      
    2.Create a data source query a. View-->Library Brower-->mroComponents.rol    
    b. Ctrl + "SQLQuerySource999" -->DataSource 用mouse拖動的同時要按住Ctrl鍵.  
    3.Create a SQL statement a. View-->DataSource    
    b. UserName="Maximo"    
    c. Password="Maximo"    
    4.Choose the tables and fields which needed   a. 在寫條件時,等號"="后面應加space鍵 ;                             b. " SiteID = : mroSite" must be added to every report,for each table! If the selected table has no SiteID, then the query must have the following condition instead " [table.name].OrgID= : mroOrg."                                                                                   3. 當要刪除某個已經選擇的Field時,按"shift"+"delete".                                                                         
    5.Create a Data Source Query Join( Most often , a report will consist of data from more than one table.)      
    6.Linking to anther report      
    7.Create subReport      
    8.注冊報表.   注冊后要設置此報表的讀取權限. 此部分未能完成.
          運行報表時的參數:                       mroOrg : EAGLENA                    mroSite : BEDFORD                     schema : maximo
     

  • 相关阅读:
    BugkuCtf-pwn2-exp
    Python 基础知识(一)
    C++基本语法的部分总结
    Ububtu 14.04 安装 Hadoop 2.7.3
    leetcode-Evaluate the value of an arithmetic expression in Reverse Polish Notation
    leetcode-Given a binary tree, find its minimum depth
    Java 实现 AES 加解密
    git fork代码并修改胡提交到自己的git仓库
    git使用记录_备忘
    java awt 中文乱码 显示为 方块
  • 原文地址:https://www.cnblogs.com/Snowfun/p/1867736.html
Copyright © 2011-2022 走看看