Hi,
I have a requirement where Item (i=1..n) need to get mutplied with Quantity(i=1..n) against it and find the summary of it.
Sum[i]=Item[i]*Quantity[i] we want the output to be like this.
Sum will get repeated.
Please help.