I am using Crystal XI. Oracle database.
I am using a formula that LBASS posted in what is now a closed thread, it returns 0 instead of Null. How would I get it to return NULL?
Copied From Previous Post:
Open and save a new formula {@null} without entering anything. Then change your formula to:
WhilePrintingRecords ;
NumberVar x5 ;
If {@ppbv} <= {@x5} Then
x5 := x5 + 1 else
x5 := tonumber({@null});
I am using a formula that LBASS posted in what is now a closed thread, it returns 0 instead of Null. How would I get it to return NULL?
Copied From Previous Post:
Open and save a new formula {@null} without entering anything. Then change your formula to:
WhilePrintingRecords ;
NumberVar x5 ;
If {@ppbv} <= {@x5} Then
x5 := x5 + 1 else
x5 := tonumber({@null});