Need Help For Sum at Looping XML

  • hi, i have web base reporting system with xml language.

    my problem is, i want to sum PurchaseOrder.Entry.quantityOrdered, base on this script;

    <FOR each = "PruchaseOrderEntry">

    <ROW>PurchaseOrder.Entry.quantityOrdered</ROW>

    </FOR>

    <EXTENDLASTROW>True</EXTENDLASTROW>

    ---------example----------

    quantityOrdered

    5

    2

    3

    =================

    (sum) 10

    --------------------------

    thank's for your help.....

    Best Regards,

    newbie

  • I don't believe that this is an SQL XML question. You need to figure out what program is processing this XML and figure out how to get a SUM using that system.

    Russel Loski, MCSE Business Intelligence, Data Platform

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply