<?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 equivalent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454702#M1159618</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;Thank you!&amp;nbsp; It works.&amp;nbsp; I should of realised what I should write it like that.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 11:31:13 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2012-11-21T11:31:13Z</dc:date>
    <item>
      <title>Between Function equivalent</title>
      <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454699#M1159615</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;I was wondering if someone oculd help me write a function which may otherwise use the function between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the number of people with a waiting time between 60 and 120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. If([Waiting_Time] between 60 and 120, 1,0) scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454699#M1159615</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-11-21T11:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Between Function equivalent</title>
      <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454700#M1159616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately QV has no between function. You'll have to use if(Waiting_Time&amp;gt;=60 and Waiting_Time&amp;lt;=120,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454700#M1159616</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-21T11:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Between Function equivalent</title>
      <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454701#M1159617</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;You can write this script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;If([Waiting_Time] between 60 and 120, 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;similar to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;If([Waiting_Time] &amp;gt;=60 and &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Waiting_Time]&lt;/SPAN&gt; &amp;lt;=120, 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454701#M1159617</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-21T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Between Function equivalent</title>
      <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454702#M1159618</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;Thank you!&amp;nbsp; It works.&amp;nbsp; I should of realised what I should write it like that.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454702#M1159618</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-11-21T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Between Function equivalent</title>
      <link>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454703#M1159619</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;Thank you for this.&amp;nbsp; It works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 11:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-Function-equivalent/m-p/454703#M1159619</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-11-21T11:32:21Z</dc:date>
    </item>
  </channel>
</rss>

