开发者

Can we eliminate negative value in crystal report

开发者 https://www.devze.com 2023-03-19 02:05 出处:网络
I wrote a program开发者_运维知识库 in C#. But in my data there are some negative values. There is problem showing negative value on graph. Also my graph is not updating according to value. Please help

I wrote a program开发者_运维知识库 in C#. But in my data there are some negative values. There is problem showing negative value on graph. Also my graph is not updating according to value. Please help me regarding this.


You can:

  1. Fix your data
  2. Modify the query, or use a Crystal function to use ABS()
  3. Modify the query so that negative values are not included in the result set.
  4. Post this in an appropriate location.
0

精彩评论

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