搜索

Help

第118页,共495页。 显示 4,944 条结果 (0.029 秒)

  1. 跨库联合数据库添加数据源失败提示存在重复垃圾数据

    logExceptions(org.hibernate.util.JDBCExceptionReporter:78) - Duplicate entry 'TAB.SmartbiUnionDB.xxxxx' for key 'PRIMARY' 08-07 12:21:08 ERROR performExecutions … ] at smartbi.repository.DAOModule.flush(DAOModule.java:827) ~[Smartbi-DAO.Implement.jar:?] at smartbi.repository.AbstractDAO.flush(AbstractDAO.java:630
    FAQ中心八月 09, 2024
  2. 手机号和邮箱自定义加解密扩展接口说明

    1、背景 用户表的手机号和邮箱,增加接口,可以让定制进行加密、解密操作 2、接口说明 2.1 gradle依赖 "smartbi:Smartbi-UserManager.Interface:${project.ext.SMARTBI_VERSION}", 2.2 接口定义说明 // smartbi.usermanager.IUserInfoCodec public interface IUserInfoCodec { /** * 解码, 入参code可为null */ default String decode(String code) { return code
  3. 即席查询宏入门

    一、即席查询宏界面 1、操作入口 即席查询宏入口:设置面板->交互->宏管理->设置 https://wiki.smartbi.com.cn/download/attachments/114997832/image2023-8-1_17-22-20.png?version=1&modificationDate … 对象 https://wiki.smartbi.com.cn/download/attachments/114997832/image2023-8-1_17-37-58.png?version=1&modificationDate=1690882677000&api=v2 二、即席查询宏演示 1、需求场景
    FAQ中心三月 21, 2025
  4. 按指定字段排序后报表异常

    : Hotfix_SmartbiV10_5_15_20241216 smartbix.augmenteddataset.util.AugmentedDataSetException: 请求列失败 -> 查询失败 -> errorMessageorg.olap4j.OlapException: mondrian gave exception while … while parsing query:Mondrian Error:No function matches signature '{<Set>}' at mondrian.xmla.SmartbiQueryServlet.lambda$doPost$0(SmartbiQueryServlet.java:601
    FAQ中心十二月 19, 2024
  5. 自助ETL-前端接口说明

    ** ```JavaScript import SmartBIExt from 'smartbi-ext-x' let { DataminingModule: { BaseDataminingExtender, DataminingEventEmum: { DATAMINING_ON_SAVE_DIALOG_INIT, DATAMINING_ON_INIT } }, Utils: { ExtensionUtil: { rmi } } } = SmartBIExt class SaveDialogExtender extends
  6. Doris数据连接

    数据库厂商 官网下载 https://enterprise-doris-releases.oss-accelerate.aliyuncs.com/jdbc_driver/doris-connector-j-for-smartbi-0.10.jar https://enterprise-doris-releases.oss-accelerate.aliyuncs.com/jdbc_driver/doris-connector-j-for-smartbi-0.10.jar 1)连接字符串主要信息说明:         <servername>:数据库地址;         <port>:数据库端口
  7. 仪表盘打开提示未知错误Required request parameter 'pageState' for method parameter type String is not present

    image2024-7-10_14-22-33.png 报错对应日志: 07-10 13:51:13 ERROR handleInvalidRequest(smartbix.spring.SmartbiXExceptionHandler:70) - Required request parameter 'pageState' for method parameter type String is not present smartbixlibs.org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter
    FAQ中心七月 10, 2024
  8. 仪表盘宏入门

    名称获取组件对象:page.getPortletsByTitle 切换指定tab页:tabPortlet.setActiveTabName 参考示例 【仪表盘】值变化时切换下方的Tab控件 https://wiki.smartbi.com.cn/pages/viewpage.action … ://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipage.html:仪表盘页面接口,所有的组件都在仪表盘页面上 IPortlet https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces
    FAQ中心三月 21, 2025
  9. 快速入门视频

    要了解 Smartbi AIChat 的产应用场景、产品价值、技术原理和优势,可以直接观看如下学习视频。如果迫不及待要开始 AIChat 之旅,请直接查看《10分钟完整体验AIChat https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=151782940》。 场景介绍 序号 课时名称 1 5分钟掌握AIChat四大智能问数场景 https://my.smartbi.com.cn/edu/course-115 功能及技术原理介绍 序号 课时名称 1  行业趋势洞察,为什么有AIChat https
    AIChat 白泽帮助中心五月 01, 2025
  10. 仪表盘系统扩展开发及学习示例

    二开接口文档:https://smartbi.feishu.cn/docx/WhyUdyHAcomRsAxTe3WcJbaDnQg?smt_poid=43 https://smartbi.feishu.cn/docx/WhyUdyHAcomRsAxTe3WcJbaDnQg?smt_poid=43 示例文档:https://smartbi.feishu.cn/docx/UNAxdxTo5ofZKdxnHP1cW0bln3e?smt_poid=43 https://smartbi.feishu.cn/docx/UNAxdxTo5ofZKdxnHP1cW0bln3e?smt_poid=43 1、仪表盘系统扩展接口文档