I have a simple formula that will find the difference between 2 fields. if the information is correct the value will be 0 (zero). If the iformation is not correct there will be a non zero number. I am using the following formula:
if {#ReceiptTotal}-{@JM-HorizontalSum} = 0 then
//i want this to be null
else
{#ReceiptTotal}-{@JM-HorizontalSum}
it says i have to have a value where my comment is and that it cannot be null. is there a way to do this? I am using Crystal 8.5 for BlackBaud
The reason for this is to make it easier for the user to find the differences. Jason Meckley
Database Analyst
WITF
if {#ReceiptTotal}-{@JM-HorizontalSum} = 0 then
//i want this to be null
else
{#ReceiptTotal}-{@JM-HorizontalSum}
it says i have to have a value where my comment is and that it cannot be null. is there a way to do this? I am using Crystal 8.5 for BlackBaud
The reason for this is to make it easier for the user to find the differences. Jason Meckley
Database Analyst
WITF