Hello All,
I am having difficulties where I did a formula in the details section which is calculating the cost Price for each deal which contains @Cost Price:
if {@Groups}<>"DEPOSITS" then
{MMDEALS.CAPITAL_Amount}
else
100
{@Groups} is a group which having a list of names and I kept it as a group
Now for my concern is that I need to get the total for each group the sum of {@Cost Price} and in the report footer the total sum of {@Cost Price} for the total groups. So, I did the answer which lbass advised me and it worked:
Now, the total which is in the report footer, the user requested to be in the page header and a new formula will be created to Add this total with other fields.
So, how can I manage this?
Thanks
I am having difficulties where I did a formula in the details section which is calculating the cost Price for each deal which contains @Cost Price:
if {@Groups}<>"DEPOSITS" then
{MMDEALS.CAPITAL_Amount}
else
100
{@Groups} is a group which having a list of names and I kept it as a group
Now for my concern is that I need to get the total for each group the sum of {@Cost Price} and in the report footer the total sum of {@Cost Price} for the total groups. So, I did the answer which lbass advised me and it worked:
Now, the total which is in the report footer, the user requested to be in the page header and a new formula will be created to Add this total with other fields.
So, how can I manage this?
Thanks