<?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 with more than 1 condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984346#M964862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="t5.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100753_t5.png" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 10:05:06 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-10-02T10:05:06Z</dc:date>
    <item>
      <title>Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984342#M964858</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;I want to create pivot table base on range value, i'll try with file attach, but the result isn't right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 08:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984342#M964858</guid>
      <dc:creator />
      <dc:date>2015-10-02T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984343#M964859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HI Bam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Your condition for 31-60 days should read: &lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;DueDate&lt;/SPAN&gt;={'&amp;gt;=31&amp;lt;=60'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;ID&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Likewise your 61-90 should follow the same format, and then the expression you have for &amp;gt;91 currently said &amp;lt;30 so you'll need to change that to &amp;gt;91!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Aaron&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 09:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984343#M964859</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-10-02T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984344#M964860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Pivot Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;1) Client&lt;/P&gt;&lt;P&gt;2) Calculated Dimension&lt;/P&gt;&lt;P&gt;=If(DueDate &amp;lt; 90, Dual(Replace(Class(DueDate,30),'&amp;lt;= x &amp;lt;','-'),Class(DueDate,30)), Dual('91 Days',10000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Count(DueDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 09:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984344#M964860</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-02T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984345#M964861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change these:&lt;/P&gt;&lt;P&gt;31-60 Days&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={'&amp;gt;=31'}, DueDate={'&amp;lt;=60'}&amp;gt;} ID)&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={"&amp;gt;=31&amp;lt;=60"}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;DueDate&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;61-90 Days&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={'&amp;gt;=61'}, DueDate={'&amp;lt;=90'}&amp;gt;} DueDate)&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={'&amp;gt;=61&amp;lt;=90'}&amp;gt;} DueDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;91 Days&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={'&amp;lt;=30'}&amp;gt;} DueDate)&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;count({&amp;lt;DueDate={"&amp;gt;90"}&amp;gt;} DueDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 10:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984345#M964861</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-02T10:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984346#M964862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="t5.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100753_t5.png" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 10:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984346#M964862</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-02T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984347#M964863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your kindness&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 17:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984347#M964863</guid>
      <dc:creator />
      <dc:date>2015-10-02T17:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984348#M964864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried my solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 21:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984348#M964864</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-02T21:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984349#M964865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try too Mr. Kachhia, but your expression is too great for me :-), because I am newbie in qv, I am still confused to handle your expression and I missed periode between 31 - 60 Days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 00:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984349#M964865</guid>
      <dc:creator />
      <dc:date>2015-10-03T00:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Between with more than 1 condition</title>
      <link>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984350#M964866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me know which part you don't understand in my provided expression.&lt;/P&gt;&lt;P&gt;I will explain in steps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 20:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-with-more-than-1-condition/m-p/984350#M964866</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-04T20:38:50Z</dc:date>
    </item>
  </channel>
</rss>

