Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a InfoPath 2013 Form that has a repeating table. The repeating table pulls information from a secondary data source.
The customer access the form and selects a category - which filters the repeating tables nomenclature to items in that category.
If the nomenclature selected in the form matches...
-
Hello, I've been thrown into the fire with very little experience in InfoPath. I want to display the total cost from a user's multiple-selection list box selections. Google let me to this post http://www.infopathdev.com/forums/p/13888/49351.aspx which has the solution I need. I believe I duplicated...
-
Hi, I'm working on a Expense Report form in InfoPath, and I need to sum a field in a repeating table meeting a criteria -Déjà vu- I need to sum the 'Amount' only when the 'Payment' = "Personal Funds" Last time I had that problem, I used the Sum and Eval functions. So far...
-
Hi I have a series of repeating fields which allow end users to select products and services showing the total price of each selection. Is there a way of showing the total of each of the repeating fields as a grand total? Thanks in advance Mark
-
I have a form which is going to be a financial statement summary of items from other lists. I have a sum field that looks at another list, and if the items are in the BPD division, the request if for equipment, and the fiscal year is 14, it sums up the actual amount. Works great. The current formula...
-
Hi, On my form I have sections where users enter the amount of time it took them to complete a task, i.e, section A, user enters 2:00, section B, user enters 3:00. I would like to put a total field on the form that adds up of these times as they go. I know it won't allow me to sum time fields but...
-
Hi there, I've never submitted a post before, but have gotten excellent information from others' threads - thanks for any assistance you can provide! I'm working on an InfoPath / SharePoint List solution for my team that enables "portfolio management" of our projects. I did not...
-
Hi, I have two sharepoint lists 1. Automation - this list has a whole bunch of fields, but the main ones involved in my issue now are: ID, Title, totalScore 2. Automation-Score - this list has a bunch of fields, but the main ones involved in my issue are: ID, AutomationID (number field), user, score...
-
Hi ErnestoM, I have a similar requirement issue but a little different. Hoping you can help with the formula. My repeating table has a drop-down (field1) with about 80 items to choose from; used for inventory. Do you know a formula I could use that will show the items chosen and how many times? Rather...
-
Just going back to this example, the original post mentioned that the amounts are stored in a NESTED repeating table: /my:RepeaterTable1/my:NestedRepeaterTable/my:MilestoneAmt ( shown as the column amt) I've been able to replicate this solution, but is there a way to do this summary of the MilestoneAmt...