I have the grid with two columns: Target and Target Percentage. I am getting Target value from store. I need to calculate Total and Target percentage value using Jan/Total Jan*100. I want a summary for target %. Can anybody tell me how to do this?
I need to calculate the total manually
E.g
Month Target Target %
Jan 50 **50/100*100**
Mon 50 50/100*100
Total 100
Thanks