Link to home
Start Free TrialLog in
Avatar of BlakeMcKenna
BlakeMcKennaFlag for United States of America

asked on

In DIRE need of a Crystal Report 10 expert!!!!!!!!!!!

I can't even get a simple formula to work right. On the following code

if {tblConsignees.consignee} = {tblBatchDetail.destCustNumber} then
    {tblConsignees.AdventVendorLocationID} + "/" + {tblConsignees.AdventInvSiteID}
else
    "Unknown"

I get "A statement is expected here" error on {tblConsignees.AdventVendorLocationID}

I run into an error on every @#$% formula I try and create. Am I missing something here?

HELP IS NEEDED BADLY!!!!

Thanks,
Blake
Avatar of Mike McCracken
Mike McCracken

Is that the full formula?

You might need to use & instead of +

Where are you using the formulas?  Is this in the formula editor?

mlmcc
Avatar of BlakeMcKenna

ASKER

Yes, I simply right click on "Formula Fields" in the Field Explorer and select "New" and I go into the formula editor.
ASKER CERTIFIED SOLUTION
Avatar of bdreed35
bdreed35
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial