rajiabraham
Programmer
i am writing formula to calculate Sum based on condition. For
example
if {table.field} = 8 then
formula = sum({table.field})
end if
but it is calculating Sum for all values of the field irrespective of
condition.(With Basic syntax)
example
if {table.field} = 8 then
formula = sum({table.field})
end if
but it is calculating Sum for all values of the field irrespective of
condition.(With Basic syntax)