Page 1 of 1

Make a cut of total an amount per day

Posted: Thu Jul 25, 2013 5:52 pm
by Cesar
I need to do the following:
I have a DataSource with multiple columns, the column of interest is "amount".
I need to show the total amount in a day.
I have such amounts for every day 01-01-2013
before skipping the 02-01-2013
should show a line that says: Totals per day are: and the total amount in another text field just below the amount column.

How could i do that?

Re: Make a cut of total an amount per day

Posted: Fri Jul 26, 2013 8:39 am
by Alex K.
Hello,

Please try to add the grouping by day and calculate the sum by group.

Thank you.