<?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: &amp;gt; or &amp;lt; in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295093#M614812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny for confusion here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me clarify with good data and requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; &amp;gt; Sold&amp;nbsp; – Use Sold &lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; &amp;lt; Sold&amp;nbsp; – Use Bought &lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; = Sold&amp;nbsp; – Use Bought or sold .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2017 12:38:08 GMT</pubDate>
    <dc:creator>priyarane</dc:creator>
    <dc:date>2017-07-12T12:38:08Z</dc:date>
    <item>
      <title>&gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295081#M614800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other to keep &amp;lt; or &amp;gt; in Script part as these are not wroking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;if( amt_1 &amp;gt; amt2 ,amt_1,if( amt_1 &amp;lt; amt2 , amt_2)) as amt_F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above column amt_F have 0 rows, when use the same if statement in front end side and I am getting values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295081#M614800</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295082#M614801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script for the table where you are doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295082#M614801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T11:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295083#M614802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simplify your expression to this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMax(&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;amt_1, &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;amt_2) as &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;amt_F&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But don't think that will resolve your 0 row issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295083#M614802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295084#M614803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;added&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295084#M614803</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T11:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295085#M614804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it gives me values but there are 3 scenarios&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( amt_1 &amp;gt; amt2 ,amt_1,if( amt_1 &amp;lt; amt2 , amt_2,if( amt_1 =amt2 ,amt_1))) as amt_F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295085#M614804</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295086#M614805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Amt1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alt(Amt1, Amt2) as AmtF1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RangeMax(Amt1, Amt2) as AmtF2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Dat sample.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169932_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295086#M614805</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295087#M614806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should still work&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeMax(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;amt_1, &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;amt_2) as &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;amt_F&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295087#M614806</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295088#M614807</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;if( amt_1 &amp;gt; amt2 ,amt_1, amt_2) as amt_F&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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;will work &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;&lt;STRONG&gt;Note : check field Name is it amt2 or amt_2&lt;/STRONG&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;&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;Your data will not help. Please provide proper data.&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;&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;Regards&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295088#M614807</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-12T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295089#M614808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 3rd scenario&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;if( amt_1 &amp;gt; amt2 ,amt_1,if( amt_1 &amp;lt; amt2 , amt_2,amt_1) )as amt_F&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note : check field Name is it amt2 or amt_2&lt;/STRONG&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;&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;Regards,&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295089#M614808</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-12T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295090#M614809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;names are fine, I just typed we can correct, take only content pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295090#M614809</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295091#M614810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not correct data as per scenario... I have added some clarity data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295091#M614810</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295092#M614811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not the output you want? If not, then what do you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169940_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Amt1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RangeMax(Amt1, Amt2) as AmtF2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Dat sample (1).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295092#M614811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T12:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295093#M614812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny for confusion here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me clarify with good data and requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; &amp;gt; Sold&amp;nbsp; – Use Sold &lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; &amp;lt; Sold&amp;nbsp; – Use Bought &lt;/P&gt;&lt;P&gt;Bought&amp;nbsp;&amp;nbsp; = Sold&amp;nbsp; – Use Bought or sold .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295093#M614812</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-12T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: &gt; or &lt; in Script</title>
      <link>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295094#M614813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with RangeMin()&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMin(Bought, Sold) as Final&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gt-or-lt-in-Script/m-p/1295094#M614813</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T12:40:31Z</dc:date>
    </item>
  </channel>
</rss>

