Hello
As you all know, to make a simple summary in your report is by right clicking/Insert/Summary..
In my report I have 2 group fields...so in the summary windows i change the summary location to where i want to set it up.
The calculation I want to do is a sum of one of my formulas, but i cannot see any of my formulas in the "Choose the field to summarize"
The formulas are empty but when i run my program i fill them up according to what the user needs..
Is there a way to set this up programatically? or just by making them appear in the summary windows?
***Creating a new formula where I do: Sum({@myfieldIwantToSum} works..but it acutally gives me the total of all the fields...I want to make that sum to where the group is placed.