hi m working with the crystal reports using c# in VS 2010.
i had to add the multiple fields and then make for them a separate column like total. now the next step is what i had to do is to sum-up the total into the grand total mean to say that all the total now must also be to add or sum again for getting the bill
of the customer.
i had try to make a new formula for this grand total like
({@total})+({@total})
but it only add the top tow items nothing is done for the other items
i made google a lot almost for 3,4 hours but all in van :( m here waiting for the help.
Consistent, Positive, Hardworking are my code of life.
ali_0087
Member
20 Points
51 Posts
How to sum up the calculated field in crystal report to find the grand total?
Jan 05, 2013 04:02 PM|LINK
hi m working with the crystal reports using c# in VS 2010.
i had to add the multiple fields and then make for them a separate column like total. now the next step is what i had to do is to sum-up the total into the grand total mean to say that all the total now must also be to add or sum again for getting the bill of the customer.
i had try to make a new formula for this grand total like
({@total})+({@total})but it only add the top tow items nothing is done for the other items
i made google a lot almost for 3,4 hours but all in van :( m here waiting for the help.
itityagi
Member
546 Points
209 Posts
Re: How to sum up the calculated field in crystal report to find the grand total?
Feb 15, 2013 12:41 PM|LINK
You can use the sum formula and in that you have the options of having number of parameters which are going to be passed.
Sum({@total})