Lone Wolfe SharePoint Blog
Lessons learned from a seasoned SharePoint Administrator
Monday, November 25, 2013
InfoPath 2010: Count repeating table rows based on a certain value
For InfoPath 2010 forms, use the following formula to count the number of rows in a repeating table that contain a certain value.
count(RepeatingField[. = "Value"])
For example,
count(TaskStatus[. = "In Progress"])
That's it.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment