Use our Google Custom Search for best site search results.
Search
-
Hello Kim,
I think you'd like to control Hide/Show for each row. Then "HiddenToggle" field needs to be under each repeating table. That is the reason all rows are collapsed/expanded together.
Hope attached revised form would be of some help for you...
-
See attached XSN. Default Value is set on Count fields with filter condition
1) create Count field, and open its property
2) Click fx in Default Value.
3) Click Insert function and select Count
4) Click "insert..." and select repeating folder
5) Click Filter Data, and set condition that Check Box is equal to TRUE
6) ...
-
-
Instruction on how to install the SiteScanner App – client site install
-
This contains sample InfoPath form and documentation which outlines the steps to set up a workflow in SharePoint that will send form approvers e-mails in which they can click an Approve or Reject link to automatically approve or reject a form with FormsViewer.
It also provides a simple overview of the key features in the sample form provided with ...
-
Also attached a sample xsn. It's in InfoPath 2013, so a little bit different from 2007 version, but I hope this would be of some help....
Rules are added to all 3 fields, and also on Trigger. thanks,
-
Hi, filtering the amount with Currency would work.
1. Assuming that you can have field EuroTotal, open default value for EuroTotal
2. Select Sum from Insert Function
3. Inset field Amount. then click "Filter Data"
4. set filter as Currency = Euro
Though, in case the Expense in total is repeating table, and you really ...
-
Hi, we may not stop email or cancel email after one of 2 people Approve/Disapprove... Though, what we can do is -- add business process logic to avoid the issue.
Your form may already have 'Status' field, and we will use the status information
Logics:
1. when a person click Approve or Disapprove, change ...
-
Hi Kim, have you checked the data connection for your form submission? It's under menu - Data - Data Connections, and default data connection name is Main Submit. and see to which SharePoint library or list is the data connection is defined. thanks,
-
Hi, you can set "Value" and "Display Name" of dropdown list item separately. Please see attached image.
Usually we put Value first, and it is automatically copied to Display Name; though you can modify them separately. thanks,