Is it possible to do sumif function in Infopath?

B

Ben Hamlin

You can do a sum() function and filter the input.

For example,
sum(my:myFields/my:group1/my:field1[@type="foo"])
would sum all field1 with attribute "type" being equal to foo. This is
doable through UI if you don't feel comfortable writing XPath.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top