永洪社区

标题: 表格绑定列脚本中,列名称不能是计算列吗? [打印本页]

作者: 小鱼儿    时间: 2023-7-24 11:20
标题: 表格绑定列脚本中,列名称不能是计算列吗?
表1.binding.source = "mysql.sqry";
var bcol1 = new BCol("sale_type", STRING, true);
var bcol2 = new BCol("cogs", INTEGER, false);
var meaCol = new MeasureCol(SUM, bcol2, null);
var dimCol = new DimCol(bcol1);
var arr = [dimCol, meaCol];
表1.binding.setCols(arr);


作者: yhdata_yzm    时间: 2023-7-24 11:20
支持,测试没有问题呢
图表1.binding.source = "咖啡中国市场销售数据.sqry";
var bcol = new BCol("计算列2", STRING, true);
var dimCol = new DimCol(bcol);
图表1.binding.addCol(0, dimCol);




欢迎光临 永洪社区 (https://club.yonghongtech.com/) Powered by Discuz! X3.4