Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used this formula in Crystal Report
({StyleStatus.grnQty}+{StyleStatus.dReturn_Qty})-{StyleStatus.nIssQty}
But It shows no data in report. In the database most of the data of the field StyleStatus.dReturn_Qty and
StyleStatus.nIssQty are NULL
How can I convert the NULL value into numbers. Please give help me.
Posted

1 solution

Hello...try this.

https://msdn.microsoft.com/en-us/library/aa664249(v=vs.71).aspx[^]

http://scn.sap.com/thread/1211542[^]

Other wish convert another value member.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900