Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi everyone, I have an infopath form with a cascading multi-select table that will not show up in the SharePoint Library. I found some ideas that 99% work but im stuck at one part. I have created a new text box control and used the below formula in the text box and as a rule in the multi-select box....
-
Hi - I know this particular message is very old, but my attention was caught by "I also did some touchups to prevent extraneous semicolons at the beginning and end of the list." My rule is working fine, but I have the annoying commas before and after the items. I do want them separated by commas...
-
I am building a dictionary from infopath fields. The final structure should like this : {"key1":Ravi , "key2":"hill"} I am not able to concat " " as the same are being used in concat function. The only work around i could think of is making " as default value...
-
I need concatenate the two string only one: concat("("; concat(substring("000"; 1; 3 - string-length(requestID)); requestID)) concat("v", concat(substring("00", 1, 2 - string-length(../my:requestVersion)), ../my:requestVersion), ")") The result should...
-
I am working on an InfoPath form (For the first time) with this form I am able to do the following I am able to do validation to against a SQL database to see if an address is in the database (if it is) I display a message " Already Exist" If it does not exist - I do a rest call - Now here...
-
I am capturing the data from 3 multi select list boxes using this fantastic post here: http://www.infopathdev.com/forums/t/14658.aspx?PageIndex=1 These are countries and they have associated regions. I would like to use the same sort of function to capture the regions that are associated with the countries...
-
Hi, I have a field where he user enters a UK Vehicle Registration number in the format AANN(space)AAA where A is a letter and N is a number. It will strictly remain in this format. Some users will enter the data without the space and this will cause lookup rules to fail. Using concat and substring, I...
-
Hi, Sorry if this has already been asked. I tried seraching the forum but couldnt find a similar post. I have an InfoPath Form with a Repeating Table which contains a Date control and a Check Box. I need to perform a Concat on all of the Date fields where the Check Box is false / unchecked. This is a...
-
Currently working on an time calculation form and need to calculate the difference between start time and end time. HH:MM in 24hr format.
When the minute values in the in the Start Time field are a lower value then the minutes in the End Time field the calculations work fine.
Example:
Start...
-
Hello I tried following the instructions that I found in one of the other posts for creating a dynamic xpath statement to retrieve the value from another field. What I am trying to do is set the violation number field = the value of /my:FSInspection/my:FineCounts/V[dynamic number based on value of that...