Use our Google Custom Search for best site search results.
Search
-
Thank you Hilary. We are willing to go to 64-bit InfoPath if needed, but we were hoping that the 32-bit would work. I'll check out the link asap. Have a great day, WHEELS
-
We are having the same issue with 64-bit Office, 32-bit InfoPath, and SharePoint Online. As meissen alluded to, with 32-bit Office and 32-bit InfoPath, we get the gray InfoPath email notification and you click Send and it goes through Outlook. However with 64-bit Office and 32-bit InfoPath, we get a Outlook draft email which you need to click ...
-
Thank you Hilary. A lot of our InfoPath expertise has left the company, and it is a great comfort to know that you are on the other end of the computer for guidance. Have a great day.
-
Please disregard. I have it working now with this:
FormDate is greater than or equal to substring-before(Level_x0020_Start, "T")
FormDate is less than or equal to substring-before(Level_x0020_End, "T")
-
Good morning Hilary.
I am having a similar issue and found this old thread. I have a start date and end date in SharePoint. Although they are set to Date only, it appears the dates come in with the time portion also. What I am trying to do is take a date picker date (default to today()), and compare to see if the InfoPath date is between ...
-
Thanks again. I hope I will have the opportunity to help you sometime and repay the favor. WHEELS
-
Hi Hilary. I tried your simple, but brilliant expression and it worked as expected. You saved the day once again. Thank you very much. WHEELS.
-
Hi Hilary.
I will give that a try. I did find the following, and although it looked promising, I am getting an error:
Unexpected character.
substring(eval(eval(my:group/pc:Person, -->‘<--concat(pc:my:group/pc:Person/pc:AccountId, “;”)’), “..”), 1, string-length(eval(eval(my:group/pc:Person, ...
-
I tried the following, but it only resolves the 1st name when emailing:
concat(substring-after(AccountId, "UP\"), ";")
WHEELS
-
Good morning.
I have been successfully using the Person/Group Picker control for a while now with the following:
eval(eval(DisplayName, 'concat(., ";")'), "..")
I ran into an issue where this would fail if 2 individuals have the same name. So I am try to go with the AccountId. I created the following to user the ...