<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Formula for Date/Time Field in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2884#M1639</link>
    <description>&lt;P&gt;I'm looking to build a formula for a date/time field where the date varies but the time is consistent. When I try to do this, I encounter errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt;&lt;BR /&gt;Have the date be for "today" (whatever date that is) but the time be 14:00 EST.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attempted Formula:&lt;/STRONG&gt;&lt;BR /&gt;DATETIMEVALUE(TEXT(TODAY()) + ' 18:00:00')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;BR /&gt;&lt;/STRONG&gt;&lt;EM&gt;There seems to be a problem with the formula syntax, please check it over and try again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I build a formula that will reach my goal?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 15:18:52 GMT</pubDate>
    <dc:creator>bbrouard</dc:creator>
    <dc:date>2025-09-17T15:18:52Z</dc:date>
    <item>
      <title>Formula for Date/Time Field</title>
      <link>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2884#M1639</link>
      <description>&lt;P&gt;I'm looking to build a formula for a date/time field where the date varies but the time is consistent. When I try to do this, I encounter errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt;&lt;BR /&gt;Have the date be for "today" (whatever date that is) but the time be 14:00 EST.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attempted Formula:&lt;/STRONG&gt;&lt;BR /&gt;DATETIMEVALUE(TEXT(TODAY()) + ' 18:00:00')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;BR /&gt;&lt;/STRONG&gt;&lt;EM&gt;There seems to be a problem with the formula syntax, please check it over and try again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I build a formula that will reach my goal?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 15:18:52 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2884#M1639</guid>
      <dc:creator>bbrouard</dc:creator>
      <dc:date>2025-09-17T15:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for Date/Time Field</title>
      <link>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2889#M1640</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/2576"&gt;@bbrouard&lt;/a&gt;&amp;nbsp;- This one stumped me but thanks to a collective effort, mainly&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/143"&gt;@JonG_Validity&lt;/a&gt;, we have a solution! I learned something myself in this effort so appreciate the question! DATETIMEVALUE does not translate into a DemandTools Modify formula as it would in Salesforce, so you need to make a slight adjustment depending on your time zone settings: &lt;SPAN&gt;TEXT(TODAY(),"yyyy-mm-dd") &amp;amp; "T18:00:00Z"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_2-1758304441114.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/778iFD80507749C7D201/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_2-1758304441114.png" alt="Pugs_Validity_2-1758304441114.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_0-1758304403543.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/777i06CC7006B52D6237/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_0-1758304403543.png" alt="Pugs_Validity_0-1758304403543.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 17:55:46 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2889#M1640</guid>
      <dc:creator>Pugs_Validity</dc:creator>
      <dc:date>2025-09-19T17:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for Date/Time Field</title>
      <link>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2890#M1641</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/1010"&gt;@Pugs_Validity&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/143"&gt;@JonG_Validity&lt;/a&gt;&amp;nbsp;, thank you both so much!! I just tested the formula and it worked&amp;nbsp;&lt;EM&gt;beautifully&lt;/EM&gt;. I'm so excited to use this in the live data!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 18:39:07 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/formula-for-date-time-field/m-p/2890#M1641</guid>
      <dc:creator>bbrouard</dc:creator>
      <dc:date>2025-09-19T18:39:07Z</dc:date>
    </item>
  </channel>
</rss>

