Hello all,
I have a table designed whose rows depends on one dropdown. I have predefined 10 rows. Lets say if u select 2 on the dropdown two rows will be displayed. The structure is as follows:
A B Total
x y x*y
m n m*n
----------------
Grandtoal
It is working fine, but the problem is at sometimes the grand total takes the full count of all the rows which are not even displayed.
May i know why this is happening.
Deepak