I have this formula:
IF {Uco.Uperiod}>=3 then
If ToNumber({Eag.Evalue_3}) > 0 then
{Eag.EValue_3}
ELSE
IF Ucase({Eal.Evalue}) = 'NO' AND {Uco.Uperiod}=3 Then
'ADM'
Else
IF Ucase({Eal.ERight}) = 'NO' AND {Eag.No_Right_ag} = True AND {Uco.Uperiod}=3 Then
'F/A'
Else
IF Ucase({Eal.ERight}) <> 'NO' AND {Eag.Evalue1} = True AND {Uco.Uperiod}=3 Then
'FAL'
ELSE
''
It doesnt recognize this IF secuence. plase tell me what is wrong with this.
IF {Uco.Uperiod}>=3 then
If ToNumber({Eag.Evalue_3}) > 0 then
{Eag.EValue_3}
ELSE
IF Ucase({Eal.Evalue}) = 'NO' AND {Uco.Uperiod}=3 Then
'ADM'
Else
IF Ucase({Eal.ERight}) = 'NO' AND {Eag.No_Right_ag} = True AND {Uco.Uperiod}=3 Then
'F/A'
Else
IF Ucase({Eal.ERight}) <> 'NO' AND {Eag.Evalue1} = True AND {Uco.Uperiod}=3 Then
'FAL'
ELSE
''
It doesnt recognize this IF secuence. plase tell me what is wrong with this.