Page 1 of 1

add the column [Price_tot_p]

Posted: Sun Apr 17, 2016 2:51 pm
by leorescia
I created a document with the list of reservations for a certain period, and the list is displayed with the data of each booking:
[R]
[Surname]
[Starting_date]
[Ending_Date]
[Price_tot_p]
[/ R]
My question is how do to that after showing the full list show me the total money of those reserves. Ie the total column [price_tot_p]?
I do not get all the way to add that column. Thank you

Re: add the column [Price_tot_p]

Posted: Thu May 19, 2016 8:48 pm
by bluealmondhostel
I think you have to make a loop using custom variables adding the total of each reservation.

Re: add the column [Price_tot_p]

Posted: Fri Feb 03, 2017 4:13 pm
by marco
Hello,
you can use the default variable [price_tot_repetitions_sum_p] that sums the total price of all reservarions selected for the document.

Regards,
Marco