Use our Google Custom Search for best site search results.
Search
-
Hi, I am not sure about the relation of checkbox in list, and the second "multi selection listbox"
Given that List B has checkbox field, I assume the column type of the SharePoint column should be True/False. On the other hand, multi selection list box in the form allows selecting multiple options, which is a special kind of ...
-
Hi, how about setting the Properties of the Field as Text(string), or Whole Number(integer)?
Then open Check Box Properties, and set Data > Binding > Value when cleared, and Value when checked as you like.
I guess the conversion you experienced happens because of the property of the fields is True/False (Boolean).
-
Hi Mike,
For your information, I used the Qdabra qRules tool (which enables various feature without writing code, but just command) in the sample, and the command is essential... qRules has free trial version with expiration date.
'just copy the listbox values groupA to groupB' may not so simple - since multiple check box is ...
-
Hi Mike,
Multiple list boxes is also using repeating table as its data structure, a little bit special style. and qRules copy table technique seems to work with multiple list boxes. Hope attached sample would give you some idea... (it's in InfoPath 2010 browser form...)
-
Hi, that happens sometimes when I am creating forms!
I think the height of the section or row of table became fixed height in some operation (such as adjusting size of section or cell/row). Could you please check related sections and table rows' height, and make sure all are set as Auto, instead of specific size? I hope ...
-
Hi, how about having formula such as:
substring-after(eval(eval(group2, 'concat(",", my:prodDocumentMaetial)'), ".."), ",")
This formula creates ,item1,item2,item3 (comma first, and then item), and then takes substring after the first ','
-
Hi, Can you modify the setting of SharePoint List or Library as "Allow overwrite if form exists" to YES?
In general, we set that parameter as YES for the forms we need update, and NO for submission only and never allow modification/resubmit/update.
-
Hi, you might have been already checked this, but the first thing I'd invest is -- whether some rule happens to have switch view more than one time. or some rule switches view, and then modifies some value which kicks other rule including switching view....
Sample:
Rule 1: Switch to View: ARule 2: .....Rule 3: Switch to View: B
-
Hi Jason,
I'd suggest:
(1) keeping existing fields, but hide the question and answer in the view. -- you may need to set section and put question and answer fields to the area to be hidden.
(2) Add new fields for new questions.
(3) Add new field for Question Version, and set V2 or so.
Then for ...
-
The workaround fixes the issue on O365 / Browser which is client side. so, I'd advice to try this solution on computers that experience the issue.... unfortunately. Though, not all machines with O365 encounter this issue, and only a few, and we haven't figured out exact condition when it happens.