<?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: Between function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Between-function/m-p/1542899#M508458</link>
    <description>&lt;P&gt;You just do not need the last If statement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if([Last Month Forecast]-[Current Forecast]&amp;lt;=0,RGB(255,0,0),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if([Last Month Forecast]-[Current Forecast]&amp;gt;=61,RGB(0,255,0)&lt;/SPAN&gt;&lt;SPAN&gt;,RGB(0,0,255)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Add this expression to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 660px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5751i8E7EECFCCAD4CE1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This should help you solve the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 10:53:31 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2019-02-12T10:53:31Z</dc:date>
    <item>
      <title>Between function</title>
      <link>https://community.qlik.com/t5/QlikView/Between-function/m-p/1542887#M508457</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a table which uses the following expression:&lt;/P&gt;&lt;P&gt;=sum([Last Month Forecast]-[Current Forecast])&lt;/P&gt;&lt;P&gt;This will give me a negative number or positive number.&lt;BR /&gt;Id like to format the background of each cell depending on the number.&lt;BR /&gt;I cannot use visual cues as I have THREE ranges Id like to work with. One of these ranges, being between 1 &amp;amp; 60.&lt;/P&gt;&lt;P&gt;I had worked out the expression for a basic, two part "if statement" but cannot find the right way to put "between" in the expression:&lt;/P&gt;&lt;P&gt;example- (which with a calculation in place of the underscores, is Ok. )&lt;/P&gt;&lt;P&gt;sum(&lt;BR /&gt;if([Last Month Forecast]-[Current Forecast]&amp;lt;=0,RGB(255,0,0),&lt;BR /&gt;if([Last Month Forecast]-[Current Forecast]&amp;gt;=61,RGB(0,255,0),&lt;BR /&gt;if([Last Month Forecast]-[Current Forecast]_________,RGB(0,0,255)&lt;BR /&gt;))))&lt;/P&gt;&lt;P&gt;so where i have the ___ I need to say between 1 &amp;amp; 60..&lt;/P&gt;&lt;P&gt;many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-function/m-p/1542887#M508457</guid>
      <dc:creator>emilyapril</dc:creator>
      <dc:date>2024-11-16T04:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Between function</title>
      <link>https://community.qlik.com/t5/QlikView/Between-function/m-p/1542899#M508458</link>
      <description>&lt;P&gt;You just do not need the last If statement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if([Last Month Forecast]-[Current Forecast]&amp;lt;=0,RGB(255,0,0),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if([Last Month Forecast]-[Current Forecast]&amp;gt;=61,RGB(0,255,0)&lt;/SPAN&gt;&lt;SPAN&gt;,RGB(0,0,255)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Add this expression to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 660px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5751i8E7EECFCCAD4CE1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This should help you solve the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 10:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-function/m-p/1542899#M508458</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-02-12T10:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Between function</title>
      <link>https://community.qlik.com/t5/QlikView/Between-function/m-p/1553120#M508459</link>
      <description>&lt;P&gt;sum(&lt;BR /&gt;if([Last Month Forecast]-[Current Forecast]&amp;lt;=0,RGB(255,0,0),&lt;BR /&gt;if([Last Month Forecast]-[Current Forecast]&amp;gt;=61,RGB(0,255,0),&lt;BR /&gt;if(([Last Month Forecast]-[Current Forecast]&amp;gt; 0) and ([Last Month Forecast]-[Current Forecast] &amp;lt; 61),RGB(0,0,255)&lt;BR /&gt;))))&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-function/m-p/1553120#M508459</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-03-06T16:59:17Z</dc:date>
    </item>
  </channel>
</rss>

