<?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 statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54275#M770928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need or between the two conditions?&lt;/P&gt;&lt;P&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;STRONG&gt;=if(Size='40 &amp;lt;44' &lt;SPAN style="color: #ff0000;"&gt;or&lt;/SPAN&gt; Size='40 &amp;lt; 44', Size)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2018 19:22:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-04T19:22:00Z</dc:date>
    <item>
      <title>If statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54274#M770927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My if statement is returning 0 in the size field for the '40 &amp;lt;44' amount instead of '40 &amp;lt; 44'. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Size='40 &amp;lt;44', Size='40 &amp;lt; 44',Size)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement/m-p/54274#M770927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54275#M770928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need or between the two conditions?&lt;/P&gt;&lt;P&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;STRONG&gt;=if(Size='40 &amp;lt;44' &lt;SPAN style="color: #ff0000;"&gt;or&lt;/SPAN&gt; Size='40 &amp;lt; 44', Size)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement/m-p/54275#M770928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-04T19:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54276#M770929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's only one condition. I've got some Excel sheets with 40 &amp;lt;44 and others with 40 &amp;lt; 44. So if Size is equal to '40 &amp;lt;44', then I want it to equal '40 &amp;lt; 44', otherwise keep Size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement/m-p/54276#M770929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T19:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54277#M770930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh okay... try this&lt;/P&gt;&lt;P&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;STRONG&gt;=if(Size = '40 &amp;lt;44', '40 &amp;lt; 44', Size)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement/m-p/54277#M770930</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-04T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement/m-p/54278#M770931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 19:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement/m-p/54278#M770931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T19:39:30Z</dc:date>
    </item>
  </channel>
</rss>

