c# - Can we eliminate negative value in crystal report -



c# - Can we eliminate negative value in crystal report -

i wrote programme in c#. in info there negative values. there problem showing negative value on graph. graph not updating according value. please help me regarding this.

you can:

fix data modify query, or utilize crystal function utilize abs() modify query negative values not included in result set. post in appropriate location.

c# crystal-reports

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -