huessso
June 10th, 2009, 07:53 PM
I'm have a Formula Field in a .rpt, the formula field is called varTotal
Ok
I'm using Basic Syntax in the report and I have this code
if not isnull({ESCALA_DCTO.PORC_DCTO}) then
{@varTotal} = 1
end if
When I try to set a value to my formula field ( {@varTotal} = 1 )
I get an error "A statement is expected here"
How can I set a value to that formula field...?
Thanks
Ok
I'm using Basic Syntax in the report and I have this code
if not isnull({ESCALA_DCTO.PORC_DCTO}) then
{@varTotal} = 1
end if
When I try to set a value to my formula field ( {@varTotal} = 1 )
I get an error "A statement is expected here"
How can I set a value to that formula field...?
Thanks