Link to home
Start Free TrialLog in
Avatar of TimFred
TimFred

asked on

The ) is missing error on a Crystal 11 formula

Here's the formula:

IF {pr_hvt_fundraising_status.sort_option_2} = 3 THEN
    {pr_hvt_fundraising_status.sort_person_name_2} + (SELECT {pr_hvt_fundraising_status.sort_person_string_2}
                                                    CASE "L" : " - Lead" CASE "S2" : " - HIPEP V Backup" default : " - Backup" END)
ELSE
    {@Sort2_Group1}


It says that I am missing a )  ?

help?
ASKER CERTIFIED SOLUTION
Avatar of badstink
badstink

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