<?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: More than and Less than in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153279#M917303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is not clear, can you give some more details...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 15:41:20 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-05-16T15:41:20Z</dc:date>
    <item>
      <title>More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153277#M917301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create one column that provides total more than $1.00&lt;/P&gt;&lt;P&gt;Another column when total are negative less than 1.00 &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/More-than-and-Less-than/m-p/1153277#M917301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153278#M917302</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;Even though the question is not completely clear, but I will attempt to answer your question.&lt;/P&gt;&lt;P&gt;You probably want to have something in the script like this&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 0.9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 0.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 0.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 90.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT join (Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; ID,&lt;/P&gt;&lt;P&gt; Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Less Than 1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident Data&lt;/P&gt;&lt;P&gt; WHERE Amount &amp;lt; 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LEFT join (Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; ID,&lt;/P&gt;&lt;P&gt; Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Greater Than 1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident Data&lt;/P&gt;&lt;P&gt; WHERE Amount &amp;gt; 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153278#M917302</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2016-05-16T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153279#M917303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is not clear, can you give some more details...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 15:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153279#M917303</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-16T15:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153280#M917304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am entering&amp;nbsp; =A-B&amp;nbsp; I receive a total Amount which is correct.&amp;nbsp; Issue&amp;nbsp; some values are Positive and Some are Negative. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need two columns -&amp;nbsp; One I want to return all of the Positive Amounts and the 2nd to return all the Negative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example calculations in Excel&amp;nbsp; - Trying to produce the same results&lt;/P&gt;&lt;P&gt;=IF(J9-M9&amp;lt;1,J9-M9,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(J8-M8&amp;gt;0,J8-M8,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 16:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153280#M917304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153281#M917305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COLUM 1&lt;/P&gt;&lt;P&gt;if(RANGESUM(A-B)) &amp;gt; 0, &lt;SPAN style="font-size: 13.3333px;"&gt;RANGESUM(A-B))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;COLUMN 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(RANGESUM(A-B)) &amp;lt; 0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RANGESUM(A-B))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 16:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153281#M917305</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2016-05-16T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153282#M917306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why is it an issue that some values are positive and others negative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 20:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153282#M917306</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-16T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: More than and Less than</title>
      <link>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153283#M917307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;an alternative to using two expressions might be a calculated dimension and a single expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_217037_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124719_QlikCommunity_Thread_217037_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_217037_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/124720_QlikCommunity_Thread_217037_Pic2.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_217037_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/124727_QlikCommunity_Thread_217037_Pic3.JPG" style="height: 211px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 20:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-than-and-Less-than/m-p/1153283#M917307</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-16T20:44:58Z</dc:date>
    </item>
  </channel>
</rss>

