I have a repeating table of 'Actions'. The user enters a text ACTION. The user then selects basically an action category via a check/option box. I then promote those properties to the infopath form services library.
Within the library the COUNT action of the property promotion is counting the number of instances of the field, not the number of times it was checked.
For example, Action 1 - Category: mtg (check box)
Action 2 - Category: Deliverable (check box)
Action 3 - Category: Deliverable (check box)
In the library it says there are three instances of the MTG category and three of the DELIVERABLE category...when I really want it to know there was one selected MTG, and two selected as Deliverables.
I've tried changing the values from True/False to 1/0...but that doesn't work either.
Again, this is in a repeating table, infopath 2007, browser enabled form.