LadyAmpherion
Technical User
First let me apologize for not know how to even give this a proper subject line ...
Here is the scenerio ... I'm am creating a Detailed Costs Reports that includes the Sales Price, the Estimated Budget, the Actual Money Spent, plus the remaining amount committed but not yet spent.
So here's my problem ... for Actuals ... I only get a number for the Qty and Dollars if there has been an amount received ... When I pull the data for the report, it gives me a blank field instead of a ZERO in the field ... I tried writing an IF-THEN-Else STatement such as follows:
If RCVDQTY > 0
Then RCVDQTY = RCVDQTY
Else RCVDQTY = 0
the statement "works" but not correctly ...
what it does is if it is > 0 it says TRUE, Else it remains BLANK .... not even FALSE ... but what I want it to return is the actual value if greater than Zero, or Zero if there is no value.
Any help here would be greatly appreciated... Thanks!
Louanne
Here is the scenerio ... I'm am creating a Detailed Costs Reports that includes the Sales Price, the Estimated Budget, the Actual Money Spent, plus the remaining amount committed but not yet spent.
So here's my problem ... for Actuals ... I only get a number for the Qty and Dollars if there has been an amount received ... When I pull the data for the report, it gives me a blank field instead of a ZERO in the field ... I tried writing an IF-THEN-Else STatement such as follows:
If RCVDQTY > 0
Then RCVDQTY = RCVDQTY
Else RCVDQTY = 0
the statement "works" but not correctly ...
what it does is if it is > 0 it says TRUE, Else it remains BLANK .... not even FALSE ... but what I want it to return is the actual value if greater than Zero, or Zero if there is no value.
Any help here would be greatly appreciated... Thanks!
Louanne