Forum Discussion
Closing Parenthesis error
Hello
I get a closing parenthesis error but I have added it. I dont see what else I am missing?
StrippedInv: iif(Iserror(StrippedChar([Invoice No]),"",StrippedChar([Invoice No])
I do believe there IS a missing closing parenthesis or two.
Count the opening ( parens and the closing ) parens. There is at least one more open than close.
StrippedInv: iif(Iserror(StrippedChar([Invoice No]),"",StrippedChar([Invoice No])
- Gyaneshwar_kumarCopper Contributor
hello sir
our option and expiation on this is that it maybe a bug. I would suggest to turn off and on again, and do what you are doing again- Tony2021Steel ContributorHi, I tried and unfortunately no change. I still get the error after closing out the database completely. Any other suggestions?
- Gyaneshwar_kumarCopper Contributorcould be network connection from the wifi you are currently using
- George_HepworthSilver Contributor
I do believe there IS a missing closing parenthesis or two.
Count the opening ( parens and the closing ) parens. There is at least one more open than close.
StrippedInv: iif(Iserror(StrippedChar([Invoice No]),"",StrippedChar([Invoice No])
- Tony2021Steel Contributor
Hi George,
Its works now:
StrippedInv: IIf(IsError(StrippedChar([Invoice No])),"",StrippedChar([Invoice No]))
thank you