<?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 IF [Field_1] &amp;gt; [Field_2] then... in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971109#M332452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can compare the value of two field in the script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to do : IF( [Field_1] &amp;gt; [Field_2] then 'Value' ) as new_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 12:07:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-17T12:07:08Z</dc:date>
    <item>
      <title>IF [Field_1] &gt; [Field_2] then... in the script</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971109#M332452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can compare the value of two field in the script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to do : IF( [Field_1] &amp;gt; [Field_2] then 'Value' ) as new_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971109#M332452</guid>
      <dc:creator />
      <dc:date>2015-09-17T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: IF [Field_1] &gt; [Field_2] then... in the script</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971110#M332453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([Field_1] &amp;gt; [Field_2], 'Value', 'SomeOtherValue' ) as new_field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971110#M332453</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-17T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: IF [Field_1] &gt; [Field_2] then... in the script</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971111#M332454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please try this one:&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;IF( [Field_1] &amp;gt; [Field_2] , 'Value' )&amp;nbsp; as new_field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971111#M332454</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2015-09-17T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: IF [Field_1] &gt; [Field_2] then... in the script</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971112#M332455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Guys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Field-1-gt-Field-2-then-in-the-script/m-p/971112#M332455</guid>
      <dc:creator />
      <dc:date>2015-09-17T12:42:56Z</dc:date>
    </item>
  </channel>
</rss>

