B
Bill Benson
I have a bookmark called Gen_Exists in which the value will be either Yes or
No.
I want to use this bookmark in a calculated field as follows:
{=100* {Gen_Exists} = "Yes" }
but I get
!Syntax Error, {
What is the appropriate syntax to multiply 100 x 1 if the string value of
the bookmark Gen_Exists = "Yes" and x 0 if the string value of the bookmark
Gen_Exists <> "Yes"
?
No.
I want to use this bookmark in a calculated field as follows:
{=100* {Gen_Exists} = "Yes" }
but I get
!Syntax Error, {
What is the appropriate syntax to multiply 100 x 1 if the string value of
the bookmark Gen_Exists = "Yes" and x 0 if the string value of the bookmark
Gen_Exists <> "Yes"
?