<?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 Re: IF then and statement help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374128#M514792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the result before? There are recors with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned_To_QM ='Alpha' and with Area_QM='yellow' or 'green' (all lowercase)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also, what's the relathionship between &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned_To_QM and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Area_QM? It's 1 to 1?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2017 17:06:00 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-08-09T17:06:00Z</dc:date>
    <item>
      <title>IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374125#M514789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this is my set expression for my dimension in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If (Assigned_To_QM = 'Alpha', Assigned_To_QM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Bravo', Assigned_To_QM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Charlie', Assigned_To_QM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Delta', Assigned_To_QM&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to make an Alpha_1 and an Alpha_2.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want Alpha_1 to be when Area_QM -= 'yellow' or 'green'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and Alpha_2 to be when Area_QM = 'yellow' or 'green'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If (Assigned_To_QM = 'Alpha', 'Alpha_1',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If (Assigned_To_QM = 'Alpha', 'Alpha_2'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Any help?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374125#M514789</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-09T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374126#M514790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua, maybe?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If (Assigned_To_QM = 'Alpha', &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; If(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Area_QM, &lt;/SPAN&gt;'yellow', 'green'), '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Alpha_2', '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Alpha_1'),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Bravo', Assigned_To_QM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Charlie', Assigned_To_QM,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Delta', Assigned_To_QM&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;))))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374126#M514790</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-08-09T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374127#M514791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the result I get. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="help.jpg" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/172957_help.jpg" style="height: 176.516px; width: 456px;" width="456" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374127#M514791</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-09T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374128#M514792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the result before? There are recors with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned_To_QM ='Alpha' and with Area_QM='yellow' or 'green' (all lowercase)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also, what's the relathionship between &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned_To_QM and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Area_QM? It's 1 to 1?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 17:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374128#M514792</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-08-09T17:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374129#M514793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my app example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374129#M514793</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-09T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374130#M514794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If (Assigned_To_QM = 'Candace Bennett',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(Client_QM, 'HT Medical', 'SeaSpine', 'SMV Scientific'), Assigned_To_QM, 'Candy MI'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Candace Bennett',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(Client_QM, 'ConforMIS, Inc.', 'Integra', 'Mako Surgical'), Assigned_To_QM, 'Candy Non-MI'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Anwar Powell', 'Bravo',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Cody Grisanti', 'Charlie',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (Assigned_To_QM = 'Christine Lane', 'Delta')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this as well and this doesn't work either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374130#M514794</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-09T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374131#M514795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of what you want, but maybe:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If (Assigned_To_QM = 'Candace Bennett'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , If(Match(Client_QM, 'HT Medical', 'SeaSpine', 'SMV Scientific')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'Candy MI'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , If(Match(Client_QM, 'ConforMIS, Inc.', 'Integra', 'Mako Surgical')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'Candy Non-MI'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned_To_QM))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If (Assigned_To_QM = 'Anwar Powell', 'Bravo',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If (Assigned_To_QM = 'Cody Grisanti', 'Charlie',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If (Assigned_To_QM = 'Christine Lane', 'Delta'))))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If doesn't works you need to provide pore info on what you expect and why is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374131#M514795</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-08-09T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374132#M514796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to show the number of Tracking_QM (in the measure, it is a count of Tracking_QM)&lt;/P&gt;&lt;P&gt;The first column is Project Manager, but the list provided in the database exceeds the info I need. I just need the results for only select people. And some people have different clients. Ex. 'Candy MI' is HT Medical, SeaSpine and SMV Scientific. 'Candy Non-MI' is ConforMIS, Inc., Integra, and Mako Surgical.&lt;/P&gt;&lt;P&gt;This is a screenshot from my excel table derived from an excel doc. Just trying to remake here in Qlik.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172981_help.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374132#M514796</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-09T19:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: IF then and statement help</title>
      <link>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374133#M514797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't know why but Trim() isn't working to remove the last blank space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exported the Client_QM from the app to excel and the copied the text just at it was exported to excel, this way seems work, I have only did for SMV Scientific and SeaSpine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was also a need of an extra comma:&lt;/P&gt;&lt;P&gt;=If(Assigned_To_QM = 'Candace Bennett'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , If(Match(Trim(Client_QM), 'HT Medical', 'SeaSpine ', 'SMV Scientific ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'Candy MI'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , If(Match(Client_QM, 'ConforMIS, Inc.', 'Integra', 'Mako Surgical')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'Candy Non-MI'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , Client_QM))&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;// Maybe this line should be : "&lt;EM&gt;, Null()),&lt;/EM&gt;"; or "&lt;EM&gt;, &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Assigned_To_QM)),&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If (Assigned_To_QM = 'Anwar Powell', 'Bravo',&lt;/P&gt;&lt;P&gt;If (Assigned_To_QM = 'Cody Grisanti', 'Charlie',&lt;/P&gt;&lt;P&gt;If (Assigned_To_QM = 'Christine Lane', 'Delta'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-then-and-statement-help/m-p/1374133#M514797</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-08-10T18:46:48Z</dc:date>
    </item>
  </channel>
</rss>

