简体   繁体   English

我们可以消除水晶报表中的负值吗

[英]Can we eliminate negative value in crystal report

I wrote a program in C#.我在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()修改查询,或者使用 Crystal function 来使用 ABS()
  3. Modify the query so that negative values are not included in the result set.修改查询,使负值不包含在结果集中。
  4. Post this in an appropriate location.将此张贴在适当的位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM