


I am using LiveCycle to create a form using merge fields from an XML schema that is from our primary operating system and I need to find a way to add two separate number fields together from the XML schema to get a total of the two to show on my form. Is this even possible?
Views
Replies
Sign in to like this content
Total Likes
You can use a XSLT stylesheet within you data connection setting to modify you imported XML data in the way you need.
Here's a sample to demonstrate the sum() method in XSLT 1.0.
https://msdn.microsoft.com/en-US/en_us/library/ms256160(v=vs.120).aspx
Views
Replies
Sign in to like this content
Total Likes