D
Donald Dudar
I am designing a form, and have created a value
called "Sanctioned", which has a check box.
Later in the form is a table, which calculates the cost
of a programme, and considers, in part whether the
programme is sanctioned.
I am trying to create a calculated field in the table
that refers to the check box. I found an "if"
calculation, however, I cannot get the syntax right.
Currently, I am trying {if check1 = "true" 1 0}
The value that is returning has always been 0, so I
suspect the problem is the "condition" or "expression"
that should follow the operator.
Can anyone suggest a way to resolve this?
Thanks
Don
called "Sanctioned", which has a check box.
Later in the form is a table, which calculates the cost
of a programme, and considers, in part whether the
programme is sanctioned.
I am trying to create a calculated field in the table
that refers to the check box. I found an "if"
calculation, however, I cannot get the syntax right.
Currently, I am trying {if check1 = "true" 1 0}
The value that is returning has always been 0, so I
suspect the problem is the "condition" or "expression"
that should follow the operator.
Can anyone suggest a way to resolve this?
Thanks
Don