cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed to handle IES 10061

former_member318041
Participant
0 Kudos

Hi all,

I am working with "SAP BusinessObjects Business Intelligence 4.2" and have the following Problem.

When writing a formula, I receive the following error:

The function 'If' has missing arguments or closing parenthesis at position 166. (IES 10061)


This is the formula I am working on:

=If ([INM AGR EffDurationOla1]<=[INM AGR ResolTime]) And Not ([INM AGR Service]InList("Termin_Kunde";"kein Service")) And Max([INM AGR EffDurationOla1])In([INM TTId])) Then 1 Else 0

Any ideas?

TIA,

Henning

former_member318041
Participant
0 Kudos

Thank you for correcting my tag!

Accepted Solutions (0)

Answers (1)

Answers (1)

ayman_salem
Active Contributor
0 Kudos

missing one more ( at the begin after if

former_member318041
Participant
0 Kudos

Thank you for your answer, but this does not help ... there must be something else ...

ayman_salem
Active Contributor
0 Kudos

it should look like: =If (([INM AGR EffDurationOla1]..........

do you receive another "error message" after adding the "(" ?