<?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: Use Slider range in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337908#M514095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;begindate&lt;/SPAN&gt;={'&amp;gt;=$(=Min(Date([Month Year])))'},&lt;SPAN style="color: #800000;"&gt;enddate&lt;/SPAN&gt;={'&amp;lt;=$(=Max(Date([Month Year])))'},approved={'Y'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;country&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'###,##0') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 04:26:30 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-07-20T04:26:30Z</dc:date>
    <item>
      <title>Use Slider range in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337905#M514092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get count with a date range slider.The slider is at the month-year level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset has begin and end date.&lt;/P&gt;&lt;P&gt;The condition is if the begin date (month-year) and end date (month-year) is within the range of the slider selection and I want to include the record in the count. Other wise not include in count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337905#M514092</guid>
      <dc:creator>sqlpuzzle</dc:creator>
      <dc:date>2017-07-19T19:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Use Slider range in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337906#M514093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;begindate&lt;/SPAN&gt;={'&amp;gt;=$(=Min(Date([Month Year])))'},&lt;SPAN style="color: #800000;"&gt;enddate&lt;/SPAN&gt;={'&amp;lt;=$(=Max(Date([Month Year])))'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;country&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'###,##0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 20:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337906#M514093</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T20:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use Slider range in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337907#M514094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I add one more condition into the above Expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like a column called 'approved' That has values 'Y' or 'N'. And I want to include only the approved ='Y' in the above count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 22:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337907#M514094</guid>
      <dc:creator>sqlpuzzle</dc:creator>
      <dc:date>2017-07-19T22:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use Slider range in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337908#M514095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;begindate&lt;/SPAN&gt;={'&amp;gt;=$(=Min(Date([Month Year])))'},&lt;SPAN style="color: #800000;"&gt;enddate&lt;/SPAN&gt;={'&amp;lt;=$(=Max(Date([Month Year])))'},approved={'Y'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;country&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'###,##0') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 04:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Slider-range-in-an-expression/m-p/1337908#M514095</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-20T04:26:30Z</dc:date>
    </item>
  </channel>
</rss>

