最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reportbuilder3.0 - Paginated Report - Matrix Difference column - Stack Overflow

programmeradmin11浏览0评论

Issue: Difference column repeats after every month.

I have a matrix in my report where

  • Column group = month
  • Row = service
  • Values = cost

I've inserted a column (inside group - right) in my column group "month". I have the expression working for the difference between the current month cost - previous cost using the below expression.

sum(Fields!Cost.Value) - Previous(sum(Fields!Cost.Value), "month_group")

The problem is that this difference column repeats after every after month column like:

January | Difference | February | Difference | Total

How to avoid this setup?

发布评论

评论列表(0)

  1. 暂无评论