Foxtable(狐表)用户栏目专家坐堂 → 统计问题


  共有4395人关注过本帖平板打印复制链接

主题:统计问题

帅哥哟,离线,有人找我吗?
cglsg5076
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1011 积分:6507 威望:0 精华:0 注册:2015/2/25 23:14:00
统计问题  发帖心情 Post By:2017/3/3 20:51:00 [只看该作者]

老师好,我用下面的代码做合计统计,可是只有下面绿色的给出了合计的结果,其他各列均没有合计结果,请问为什么?谢谢!(我这个表有双层表头,不知是否影响合计统计?)

     Tables("ProductionListing").Cols("T2D_PrimeProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T2D_SailLineProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T2D_ReshootProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T2D_UndershootProduction").GrandTotal = True

      Tables("ProductionListing").Cols("T3D_PrimeProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T3D_SailLineProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T3D_InfillProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T3D_ReshootProduction").GrandTotal = True
      Tables("ProductionListing").Cols("T3D_UndershootProduction").GrandTotal = True

      Tables("ProductionListing").GrandTotal = True

 回到顶部
总数 66 1 2 3 4 5 6 7 下一页