搜索

Help

第211页,共223页。 显示 2,222 条结果 (1.523 秒)

  1. 电子表格屏蔽导出按钮中的选项.xml

    this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } }]]></script><metaInfo/></module></modules><guides/></macro><charts … this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } spreadsheetReport.old_doExport = spreadsheetReport.doExport
  2. 电子表格屏蔽导出按钮中的选项.xml

    this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } }]]></script><metaInfo/></module></modules><guides/></macro><charts … this.exportMenu.removeItem("WORD"); //屏蔽WORD //this.exportMenu.removeItem("EXCEL2007"); //屏蔽EXCEL } spreadsheetReport.old_doExport = spreadsheetReport.doExport
  3. Kettle培训.ppt

    ),transformation 完成针对数据的基础转换,job 则完成整个工作流的控制。 所有功能支持控件化,使用简单 支持多样化数据源类型: 基本的文本文件 Access、Excel、XML、Property文件格式 MDX查询语言、 Cube文件、Streaming XML数据流 自动产生空记录或者行
    技术参考 / … / kettle培训PTT二月 27, 2014
  4. Kettle培训.ppt

    ),transformation 完成针对数据的基础转换,job 则完成整个工作流的控制。 所有功能支持控件化,使用简单 支持多样化数据源类型: 基本的文本文件 Access、Excel、XML、Property文件格式 MDX查询语言、 Cube文件、Streaming XML数据流 自动产生空记录或者行
    技术参考 / … / SSAS 2008 推荐实施方案二月 27, 2014
  5. 将筛选器的值传递给参数.xml

    <?xml version="1.0" encoding="UTF-8"?><migrates version="1.0" tag="Hotfix_SmartbiV11_20250407" buildTime="20250409133617" exportTime="1744730350477"><SMARTBIX_PAGE path="PUBLIC_ANALYSIS/宏示例/仪表盘/" path2="分析报表/宏示例【不允许修改、删除】/仪表盘/" type="SMARTBIX_PAGE" id="2dc020eabe45d6c42d98524ad75eda05" name="将筛选器的值传递给参数" alias="将筛选器的值传
  6. migrate (69).xml

    "); this.exportMenu.insertItem("PDF", "PDF"); this.exportMenu.insertItem("WORD", "WORD"); //this.exportMenu.insertItem("EXCEL2007", "EXCEL"); } this.exportMenu.onCloseUp.subscribe(this.doExportMenuCloseUp, this); }; insight.old_doExport = function
  7. 导出excle时将所有公式替换为值.xml

    main(spreadsheetReport) { var type = spreadsheetReport.outputType; //导出类型 if (type == "EXCEL2007" || type == "LIST_EXCEL
  8. 导出excle时将所有公式替换为值.xml

    main(spreadsheetReport) { var type = spreadsheetReport.outputType; //导出类型 if (type == "EXCEL2007" || type == "LIST_EXCEL
  9. migrate (69).xml

    "); this.exportMenu.insertItem("PDF", "PDF"); this.exportMenu.insertItem("WORD", "WORD"); //this.exportMenu.insertItem("EXCEL2007", "EXCEL"); } this.exportMenu.onCloseUp.subscribe(this.doExportMenuCloseUp, this); }; insight.old_doExport = function
  10. migrate_电子表格参数后添加按钮.xml

    "; exportBtn.style.height = "20px"; exportBtn.style.marginLeft = "3px"; exportBtn.style.background = "url(img/querygrid/edit_excel … () { spreadsheetReport.doExportMenuCloseUp("EXCEL2007"); //spreadsheetReport.doExportMenuCloseUp("LIST_EXCEL"); //如果是清单报表,请使用这个设置