<?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 Modify Module - Nested If formula in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1034#M563</link>
    <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;Can anyone of you help with the below query, please?&lt;/P&gt;&lt;P&gt;I'm trying to create a formula to set the field value in the modify module using IF function but I get the error as "&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;There seems to be a problem with the formula syntax, please check it over and try again."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I'm trying to build a multiple if condition formula like below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = X, Y, Z then update the source field as Sales&lt;/DIV&gt;&lt;DIV class=""&gt;Or&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = A, B, C then update the source field as Operations&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Or&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = D, E, F, G then update the source field as Marketing etc.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Can anyone help?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards,&lt;/DIV&gt;&lt;DIV class=""&gt;Hari Vendra&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 06 Jul 2023 07:53:13 GMT</pubDate>
    <dc:creator>harikumarvendra</dc:creator>
    <dc:date>2023-07-06T07:53:13Z</dc:date>
    <item>
      <title>Modify Module - Nested If formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1034#M563</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;Can anyone of you help with the below query, please?&lt;/P&gt;&lt;P&gt;I'm trying to create a formula to set the field value in the modify module using IF function but I get the error as "&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;There seems to be a problem with the formula syntax, please check it over and try again."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I'm trying to build a multiple if condition formula like below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = X, Y, Z then update the source field as Sales&lt;/DIV&gt;&lt;DIV class=""&gt;Or&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = A, B, C then update the source field as Operations&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Or&lt;/DIV&gt;&lt;DIV class=""&gt;If Created by = D, E, F, G then update the source field as Marketing etc.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Can anyone help?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards,&lt;/DIV&gt;&lt;DIV class=""&gt;Hari Vendra&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:53:13 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1034#M563</guid>
      <dc:creator>harikumarvendra</dc:creator>
      <dc:date>2023-07-06T07:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Module - Nested If formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1035#M564</link>
      <description>&lt;P&gt;Hi Hari,&lt;/P&gt;
&lt;P&gt;How does this work for you?&lt;/P&gt;
&lt;P&gt;IF(OR(${CreatedByName}="x",${CreatedByName}="y",${CreatedByName}="z"),"Sales", IF(OR(${CreatedByName}="a",${CreatedByName}="b",${CreatedByName}="c"),"Operations", IF(OR(${CreatedByName}="d",${CreatedByName}="e",${CreatedByName}="f",${CreatedByName}="g"),"Marketing", "")))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 11:41:15 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1035#M564</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2023-07-06T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Module - Nested If formula</title>
      <link>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1043#M570</link>
      <description>&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;Thank you for your help, will try and get back to you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari Vendra&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 08:46:12 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/modify-module-nested-if-formula/m-p/1043#M570</guid>
      <dc:creator>harikumarvendra</dc:creator>
      <dc:date>2023-07-07T08:46:12Z</dc:date>
    </item>
  </channel>
</rss>

