<?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: Not able to filter the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455966#M559183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thumsup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;To closed this thread you have to make it either correct or helpful because it might be helpful for other users&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 07:28:36 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-14T07:28:36Z</dc:date>
    <item>
      <title>Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455960#M559177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(PROGRAM_ID &amp;lt;&amp;gt; if(EVT_DATE &amp;lt;= '4/30/2013' and EVT_DATE &amp;gt;='4/1/2013',PROGRAM_ID),PROGRAM_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above expression i want to filter the program id where transaction has not taken place in last month.. please someone help its urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 05:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455960#M559177</guid>
      <dc:creator />
      <dc:date>2013-05-14T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455961#M559178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Try: if(EVT_DATE &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EVT_DATE &amp;lt;=date#('4/1/2013','M/D/YYYY')&lt;/SPAN&gt; &lt;STRONG&gt;or&lt;/STRONG&gt; &amp;gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;= date#('4/30/2013','M/D/YYY') &lt;/SPAN&gt;,PROGRAM_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 05:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455961#M559178</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-14T05:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455962#M559179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/gwassenaar" id="jive-9654421890703231609140" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Gysbert Wassenaar&lt;/A&gt;, but i am not able to filter the data its giving all program id s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 06:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455962#M559179</guid>
      <dc:creator />
      <dc:date>2013-05-14T06:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455963#M559180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum(PROGRAM_ID -= P({&amp;lt;EVT_DATE ={"&amp;gt;=4/1/2013 &amp;lt;=4/30/2013"}&amp;gt;}&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;PROGRAM_ID&lt;/SPAN&gt;)&amp;gt;}PROGRAM_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;its not giving error you jst check ur expression is ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;because we use in set analysis -= then it show under line not error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;by my mistake i don't write that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;acc . to &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/vishwaranjan" id="jive-10046121893346517237176" style="background-color: #ffffff; font-size: 12.222222328186035px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;vishwaranjan&lt;/A&gt; so please you ll write that so that, &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/vishwaranjan" id="jive-10046121893346517237176" style="background-color: #ffffff; font-size: 12.222222328186035px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;vishwaranjan&lt;/A&gt; will be happy to see this syntax actully works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 06:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455963#M559180</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-14T06:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455964#M559181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this expression looks good, but giving error near that -=&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 06:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455964#M559181</guid>
      <dc:creator />
      <dc:date>2013-05-14T06:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455965#M559182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnaks man &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/er.mohit" id="jive-9929221894813641737583" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;er.mohit&lt;/A&gt; ur expression is working insted of sum i took count its working thnaks a lot . &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 07:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455965#M559182</guid>
      <dc:creator />
      <dc:date>2013-05-14T07:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to filter the data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455966#M559183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thumsup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;To closed this thread you have to make it either correct or helpful because it might be helpful for other users&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 07:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-filter-the-data/m-p/455966#M559183</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-14T07:28:36Z</dc:date>
    </item>
  </channel>
</rss>

