Totalling

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
TIM
Posts: 53
Joined: Tue Oct 10, 2017 12:44 pm

Totalling

Post by TIM » Wed Dec 06, 2006 7:09 am

Hi all____can someone point me in the right direction please.____Master table is customer which has grouping on sales_per + sales_type____There is a a relationship to a second table Cust_prod and third table Product ____In product there is the product code and discription and a logical flag that defines if the item is a capital item or not____on the record line there is a field from cust_prod which i need to total based on the logical flag held in product. In other words if the flag in product is .t. then the Corresponding items in cust_prod are part of the total, if it^s .f. then there not____Any ideas gratefully received :-)____Regards____Tim

TIM
Posts: 53
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Totalling

Post by TIM » Wed Dec 06, 2006 7:53 am

Forgot to say the total needs to sit on the sales_per group footer

TIM
Posts: 53
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Totalling

Post by TIM » Fri Dec 08, 2006 5:21 am

Help!!!! :-)

Lisa_(Guest)
Posts: 22
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Totalling

Post by Lisa_(Guest) » Fri Dec 08, 2006 5:11 pm

Maybe try:__create a field counter using the Total funciont for product code. Play with the conditional statement on that counter tally. Reset the code according to the group footer.____Depending on what you want displayed on the report output, use the band line condition to show/supress printing.____

Post Reply