Can we eliminate negative value in crystal report
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:
- Fix your data
- Modify the query, or use a Crystal function to use ABS()
- Modify the query so that negative values are not included in the result set.
- Post this in an appropriate location.
精彩评论