<?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: qlikview table filter forcing wrong filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-table-filter-forcing-wrong-filter/m-p/977616#M645394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(Year&amp;amp;num(Period,00),'|')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 03:22:29 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-10-30T03:22:29Z</dc:date>
    <item>
      <title>qlikview table filter forcing wrong filter</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-table-filter-forcing-wrong-filter/m-p/977615#M645393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Using qlikview 8 personnel edition.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;On my main tab i have a chart table that concats year and period (year and month) from this I use it as a filter to select periods, this works fine except when trying to select multiple years and periods, it allows selection but say:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Select all from year 2013, and up to year 2014 month 09. It actually selects all from 2013 and 2014.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;why would it be doing this?&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Some details:&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted lang-sql" style="margin: 0 0 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eeeeee;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Num&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;#(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;If&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Len&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Year &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Period&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;)=&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #800000;"&gt;5&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Year &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;'0'&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Period&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Year &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Period&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;))&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;outputs "201301" etc&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Like I said i can select whatever month up to a month i want within a year. However doing the same over multiple years forces it to select all months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-table-filter-forcing-wrong-filter/m-p/977615#M645393</guid>
      <dc:creator />
      <dc:date>2015-10-28T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview table filter forcing wrong filter</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-table-filter-forcing-wrong-filter/m-p/977616#M645394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(Year&amp;amp;num(Period,00),'|')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 03:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-table-filter-forcing-wrong-filter/m-p/977616#M645394</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-30T03:22:29Z</dc:date>
    </item>
  </channel>
</rss>

