搜索

Help

第238页,共436页。 显示 4,357 条结果 (0.158 秒)

  1. Schema相关操作

    是指数据源Schema更多操作的一些功能操作,主要包含 同步Schema http://wiki.smartbi.com.cn:18081/pages/viewpage.action?pageId=44500312#Schema%E7%9B%B8%E5%85%B3%E6%93%8D%E4%BD%9C-%E5%90 … 与原业务库实现完全匹配,以便能够在Smartbi中成功打开知识库中基于原业务库并通过拖拽字段方式创建所有资源。 操作入口 在数据源下Schema的更多操作0.jpg选择 修改Schema名称,弹出“修改Schema名称”对话框。    image2019-7-31 10:28:43.png
    Smartbi Insight V10帮助中心十一月 27, 2020
  2. 透视分析跳转-行列过滤

    找到跳转源透视分析报表,点击更多操作http://wiki.smartbi.com.cn:18081/download/attachments/44499217/image2019-11-18%2011%3A5%3A47.png?version=1&modificationDate=1574046347000&api=v2选择 编辑宏 ,进入“编辑宏”界面。 image2019-11-21 14:23:38.png 4、在报表宏编辑界面,在“跳转规则向导”点击更多操作http://wiki.smartbi.com.cn:18081/download/attachments/44499217/image2019-11-18%2011
  3. 【仪表盘】截取y轴名称

    ://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces
  4. 【仪表盘】地图实现提示显示多个指标

    ` return str } portlet.setChartOptions(options) //设置指标 } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需
  5. 【仪表盘】地图实现循环高亮效果

    ) } }, 1500) }示例主要使用的是IEChartsPortlet对象下的getChartInstance https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#getchartinstance方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#getchartinstance 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 GIF
  6. 【仪表盘】表单如何禁止选中内容

    ' } }) } 示例使用的是ITablePortlet对象下的setRowStyleHandler https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setrowstylehandler方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setrowstylehandler 2020-10-16 10-45-19.png 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现
  7. 【仪表盘】图形组件改变X轴位置

    } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 3.资源下载 代码资源:migrate.xml
  8. 【仪表盘】改变图形组件的图形类型

    options.series[i].stack = "total"; } } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces
  9. 【仪表盘】页面菜单栏添加自定义功能按钮

    () { toolbar.fold() } }) // 没序号,默认加在末尾 } 示例主要使用的是 ITablePortlet 对象下的getPageToolbar https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#addButton方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#addButton 2020-10-16 14-24-52.png 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现
  10. 【仪表盘】根据区间设置柱图中柱子的颜色

    " } } } } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces