I created the formula "@units":
local numbervar units := Sum ({Activity.UNITS}, {Activity.CATEGORY});
if Sum ({Activity.UNITS}, {Activity.CATEGORY}) > 15 then 15
else
units
And, I want use this formula to summarize on; summary location - on group# 1
When I try to insert the summary, I cannot see this formula on "Choose the field to summarize".
Did I do something wrong?
Thanks.
local numbervar units := Sum ({Activity.UNITS}, {Activity.CATEGORY});
if Sum ({Activity.UNITS}, {Activity.CATEGORY}) > 15 then 15
else
units
And, I want use this formula to summarize on; summary location - on group# 1
When I try to insert the summary, I cannot see this formula on "Choose the field to summarize".
Did I do something wrong?
Thanks.