Search found 1 match

by kskinne
Tue Feb 08, 2005 5:21 pm
Forum: General XML Questions
Topic: I need help with this XML script
Replies: 1
Views: 10653

I need help with this XML script

I am trying to modify the following conditional statement from an XML report file: <FOR each = "ReportTender"> <IF> <CONDITION> Report.Tender.TenderType = 1</CONDITION> <THEN> <ROW> Report.Tender.Description "|" Report.Tender.ShiftTotal "|(bank deposit)" </ROW> </THEN> ...