Hello:
I have an XML file that contains records with a Date attribute. I
would like to group all the records together with a particular date,
so that I can later iterate over the different dates to calculate
information based on the contained records.
So, for instance, I have sales records for every day in the year, I
would like to calculate the total sales for each week in the year. So
I need to be able to group by weeks. Is there a tool for XML that will
allow me to group like this?
Thanks,
Travis
I have an XML file that contains records with a Date attribute. I
would like to group all the records together with a particular date,
so that I can later iterate over the different dates to calculate
information based on the contained records.
So, for instance, I have sales records for every day in the year, I
would like to calculate the total sales for each week in the year. So
I need to be able to group by weeks. Is there a tool for XML that will
allow me to group like this?
Thanks,
Travis
Comment