开发者

Cross tab summarized fields showing fix values

开发者 https://www.devze.com 2023-02-23 06:53 出处:网络
I am facing a very strange problem in Crystal Reports. I am passing a value of dataset column(Stock) to cross tab summarize field but it 开发者_StackOverflow中文版is showing constant value 1. I have p

I am facing a very strange problem in Crystal Reports. I am passing a value of dataset column(Stock) to cross tab summarize field but it 开发者_StackOverflow中文版is showing constant value 1. I have placed that field(Stock) in text object and it is giving right figure there. I can not figure out what is problem. Will somebody help me. I have been working on this for 16 hours.


Maybe you're accidentally using Count() aggregate function instead of Sum()?

0

精彩评论

暂无评论...
验证码 换一张
取 消