Hi,
I'm working on a infopath (2010) form for a PhoneCompany and i have 2 issues to cover, I can't find a direct post to help me with the issues.. gonna try to explain them here
First of all, I'm wondering if the presented issues can be resolved without using programming code
Issue 1:
I have a repeating table with 4 columns and one textbox to initiate rows:
Rows: ______ (textbox)
Number | Operator | Kind | Remarks (repeating table)
now the problem I'm having, I want to initiate a number of rows, take for example 5 so when i enter a Random Number it will increase by one for 5 times and copy the operator and kind in my repeating table
The operator and kind columns are linked to SharePoint Lists
Rows: 5
Number | Operator | Kind | Remarks (repeating table)
102000 | Phoner | ADSL |
102001 | Phoner | ADSL |
102002 | Phoner | ADSL |
102003 | Phoner | ADSL |
102004 | Phoner | ADSL |
102005 | Phoner | ADSL |
the second issue is that i have 3 columns in a repeatng table
Groupname | Groupnumber | Remarks | (repeating table)
The groupnumber is linked to the groupname , they both are in a sharepoint list, when i choose a groupname the corresponding number pops up , thats no problem, the problem is, i want to count
the groupnumber when the same groupname is selected, BUT it needs to reset and start over when i choose another group
Groupname | Groupnumber | Remarks |
Sales | 100 | |
Sales | 101 | |
Sales | 102 | |
Helpdesk | 200 | |
Helpdesk | 201 | |
is this possible without using code? and refer to xpath and rules?
thanks in advance!