hello all,
i would like to know how can i get a column subtotal in a page(individual page total) and as well as grand total till that page from first page.
thanks in advance.
hello all,
i would like to know how can i get a column subtotal in a page(individual page total) and as well as grand total till that page from first page.
thanks in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kcironnPosted Mar 5, 2009, 11:07 PM
hello,
i don't have any exact scenario.Just i would like to know how can i get subtotal and grand total.It would be great if you can tell me with any example.
Thanks.
Niradhip ChakrabortyPosted Mar 5, 2009, 2:22 PM
For grand total you need to add your entire sub total from different page. So you need to hold your subtotal values in session and add it to get the grand total. For subtotal you can use JavaScript. You can tell us about the exact scenario so that we can give you exact solution.