0
votes
2answers
326 views

XPath - is a date null

Using XPath, how do I figure out if a date or datetime field is null or blank? I am using the concat method as a stand-in for the XPath if statement concat( ...
0
votes
0answers
161 views

Get datepart and construct a count from Infopath

I need to figure out how to get the datepart and presumably do a max(count)+1 from a date. We have an infopath form that has a field "Report submitted date" We promoted that field to SharePoint, and ...