Search found 5 matches

Search found 5 matches Page 1 of 1
by dhascup
Fri Apr 01, 2016 8:53 am
Forum: Community Forum
Topic: Issue with IF function
Replies: 1
Views: 4182

My IF function is not working properly In the productType "CA" comes out as it should In the packagingType "PK" comes out when it should be "CT" They both refer to dataItem[7] <element name="globalAttributes"> <element name="productType" value="${dataItem[7]}" trim="both" /> <element name="globalCla...
by dhascup
Wed Dec 09, 2015 3:53 pm
Forum: Community Forum
Topic: Concatenate fields
Replies: 2
Views: 7451

Rick,

Excellent….works perfect. Thank you

David
by dhascup
Mon Dec 07, 2015 3:37 pm
Forum: Community Forum
Topic: Concatenate fields
Replies: 2
Views: 7451

${Concat(dataItem[7], dataItem[8])}

This is not working. Asking for text field only. Do I need to add a field to the as400 file and modify the program to concatenate prior to sending to goAnywhere?


Regards,
David Hascup
by dhascup
Thu Oct 01, 2015 1:47 pm
Forum: Community Forum
Topic: Do not send tag if no data
Replies: 1
Views: 5623

Sending XML invoice to customer if 1%60 net 61, we send the following: <PaymentTerm payInNumberOfDays="60"> <Discount> <DiscountPercent percent="1.000"/> </Discount> </PaymentTerm> <PaymentTerm payInNumberOfDays="61"/> if net 60, we currently send: <PaymentTerm payInNumberOfDays=""> <Discount> <Disc...
by dhascup
Wed Sep 16, 2015 3:49 pm
Forum: Community Forum
Topic: 8014 - Write XML Error
Replies: 1
Views: 5213

I have created just the shell of the XML without any data being populated from the files within the query.

What does this error mean:
[8014 - Write XML] An unexpected error occurred. (The expression syntax is invalid as it can only return a single value. )
Search found 5 matches Page 1 of 1