<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Workflow</title><link>https://www.infopathdev.com:443/forums/50.aspx</link><description> </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Trying to split a string with a delimiter using SQL within a workflow</title><link>https://www.infopathdev.com:443/forums/thread/116518.aspx</link><pubDate>Mon, 19 Jun 2017 14:51:49 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:116518</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/116518.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=50&amp;PostID=116518</wfw:commentRss><description>I may not be understanding. Is this a SharePoint List form? When you say &amp;quot;list view&amp;quot; do you mean the default view of the list in SharePoint? If so, I&amp;#39;d just add another column, default it to the value of the selected date / time, and format it to show only the date value. Modify the default view to show those columns (formatted as date display) instead of the columns the user fills out in the form (formatted as date / time).</description></item><item><title>Re: Trying to split a string with a delimiter using SQL within a workflow</title><link>https://www.infopathdev.com:443/forums/thread/116517.aspx</link><pubDate>Mon, 19 Jun 2017 14:08:27 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:116517</guid><dc:creator>cingram7</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/116517.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=50&amp;PostID=116517</wfw:commentRss><description>thanks for the reply - my assumption is that a workflow is required since the fields will not be populated until the form is opened and the dates are selected by the user. I&amp;#39;ve not had much luck populating additional fields within the same form in the time between it is opened and submitted, but if that&amp;#39;s possible I would be happy to give it a shot.</description></item><item><title>Re: Trying to split a string with a delimiter using SQL within a workflow</title><link>https://www.infopathdev.com:443/forums/thread/116498.aspx</link><pubDate>Thu, 15 Jun 2017 22:49:37 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:116498</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/116498.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=50&amp;PostID=116498</wfw:commentRss><description>I&amp;#39;m struggling a bit to understand what you are asking... Do you need to use a workflow for this, or will just a calculated column work? That is - is this new field also in the same library as the promoted data?</description></item><item><title>Trying to split a string with a delimiter using SQL within a workflow</title><link>https://www.infopathdev.com:443/forums/thread/116496.aspx</link><pubDate>Thu, 15 Jun 2017 18:52:24 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:116496</guid><dc:creator>cingram7</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/116496.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=50&amp;PostID=116496</wfw:commentRss><description>I&amp;#39;ve got a SP list with a standard &amp;quot;Date and Time Picker&amp;quot; from infopath, resulting in a field which typically will appear as, e.g. &amp;quot;6/15/17 2:25:43 PM&amp;quot;. My boss wants to keep this output as-is for our records, but does not want this field in the list view. Instead she wants a field that only shows the date (everything in the string before the first space &amp;quot; &amp;quot;). I am able to retrieve this in a report I&amp;#39;ve built by using the following SQL code

DATEVALUE(LEFT(DateField,FIND(&amp;quot; &amp;quot;,DateField)))

But when it comes to creating a workflow to populate a new field with this substring, I am at a loss. I&amp;#39;ve run several searches and the only SQL options for workflows appear to be the &amp;#39;Utility Actions&amp;#39; (Extract Substring from End of String, Extract Substring from Index of String, Extract Substring from Start of String, Extract Substring of String from Index with Length) - none of which will allow the same SQL syntax I&amp;#39;m attempting since they only seem to want to accept integers or fields, not functions or even a &amp;quot; &amp;quot;.

Is there a way to execute more complex SQL scripts within workflows outside of the Utility Action options OR a way to split a string based on a delimiter/accomplish what my boss is asking for (short of going back to infopath)?</description></item></channel></rss>