搜索

Help

第83页,共495页。 显示 4,942 条结果 (0.031 秒)

  1. 知识库多节点连接

    (本文仅供参考) 问题描述 客户知识库对应的数据库是多节点集群部署,想要实现我们系统知识库也可以集群部署访问 解决方案 1.smartbi支持集群连接知识库,config界面数据库连接地址处可以进行配置 image2023-9-18_14-56-27.png 2.但集群地址怎么配置,集群分发机制这些建议客户直接找对应的数据库方确认并提供详细配置方式
    FAQ中心十月 07, 2023
  2. 【仪表盘】实现点击图形弹出显示值

    ]})`) }) } image2021-9-10_17-51-59.png 示例主要使用的是IEChartsPortlet对象下的addChartsListener https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#addchartslistener方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#addchartslistener 步骤六:点击 保存。重新访问报表,可看到效果已实现
  3. 【仪表盘】自定义生成富文本内容

    效果 示例主要使用的是 IStaticTextPortlet 对象下的setContentHandler https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/istatictextportlet.html#setcontenthandler方法(点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/istatictextportlet.html#setcontenthandler),把下面宏代码复制到代码区域; function main(page: IPage, portlet
  4. 【仪表盘】移除页面菜单栏上的按钮

    (4) toolbar.removeButton(3) } 示例主要使用的是 IPageToolbar 对象下的 getPageToolbar https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#removebutton 方法,点击查看 API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#removebutton。 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现
  5. 【仪表盘】表单如何改变单元格样式

    } } return null }) } 示例用的ITablePortlet对象下的setCellStyleHandler https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setcellstylehandler方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setcellstylehandler 步骤六:点击 保存,查看效果,需重新打开报表,可看
  6. 【仪表盘】实现点击图形弹出显示值

    ]})`) }) } image2021-9-10_17-51-59.png 示例主要使用的是IEChartsPortlet对象下的addChartsListener https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#addchartslistener方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#addchartslistener 步骤六:点击 保存。重新访问报表,可看到效果已实现
  7. 【仪表盘】自定义生成富文本内容

    效果 示例主要使用的是 IStaticTextPortlet 对象下的setContentHandler https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/istatictextportlet.html#setcontenthandler方法(点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/istatictextportlet.html#setcontenthandler),把下面宏代码复制到代码区域; function main(page: IPage, portlet
  8. 【仪表盘】设置筛选器的值

     对象下的setValue https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ifilterportlet.html#setvalue方法(点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi … = portlet.getValue() alert(`筛选器通过宏设置的值:${value}`) } image2021-9-14_18-5-14.png 步骤六:点击 保存。重新访问报表,可看到效果已实现 3. 下载资源 setValue-设置筛选器的值.xml favourite
  9. 【仪表盘】移除页面菜单栏上的按钮

    (4) toolbar.removeButton(3) } 示例主要使用的是 IPageToolbar 对象下的 getPageToolbar https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#removebutton 方法,点击查看 API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#removebutton。 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现
  10. 【仪表盘】设置筛选器的值

     对象下的setValue https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ifilterportlet.html#setvalue方法(点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi … = portlet.getValue() alert(`筛选器通过宏设置的值:${value}`) } image2021-9-14_18-5-14.png 步骤六:点击 保存。重新访问报表,可看到效果已实现 3. 下载资源 setValue-设置筛选器的值.xml