Hi,
I am trying to pull the data from the report the data is getting fine but, I am running into some problems as it is getting the data in all the columns same except the one where I have the length as different. I want to display the two records as one and the length as the total of the two records.Example of the data I am getting.
363405 21 19247 MP2O 2 420 M0011 MD I
363405 21 19247 MP2O 2 2695 M0011 MD I
This is what I want.
363405 21 19247 MP2O 2 3115 M0011 MD I
Also I want to subtotal the length value everytime this value changes "M0011" for this account value 363405.
363405 21 19247 MP2O 2 420 M0011 MD I 1000
363405 21 19248 MP2O 2 420 M0011 MD I 1000
------------------------------------
subtotal by M0011 2000
Any help is apprecaited.
Thanks.
I am trying to pull the data from the report the data is getting fine but, I am running into some problems as it is getting the data in all the columns same except the one where I have the length as different. I want to display the two records as one and the length as the total of the two records.Example of the data I am getting.
363405 21 19247 MP2O 2 420 M0011 MD I
363405 21 19247 MP2O 2 2695 M0011 MD I
This is what I want.
363405 21 19247 MP2O 2 3115 M0011 MD I
Also I want to subtotal the length value everytime this value changes "M0011" for this account value 363405.
363405 21 19247 MP2O 2 420 M0011 MD I 1000
363405 21 19248 MP2O 2 420 M0011 MD I 1000
------------------------------------
subtotal by M0011 2000
Any help is apprecaited.
Thanks.