<?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 Need Help on Filtering the data Based On Regions...? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846650#M297190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Help Form you guys regarding the Region wise Agents filter.&lt;/P&gt;&lt;P&gt;Requirement is I have 100 Agents in&amp;nbsp; Region INDIA , After few years 40 Agents Moved to US , Now I want to show All the 100 Agents Names including those who Moved from INDIA also when i Select INDIA , But With Null Values , if I select US it has to show 40 agents Complete data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the Sample Qvw: Plz look in to this Observe Agent 1 &amp;amp; 2 , these 2 agents are moved from HYD to H99 ,now if I select HYD it has to show 10 Agents including 1 &amp;amp; 2 also. and it has to display Null values for agents 1 &amp;amp; 2.&lt;/P&gt;&lt;P&gt;when i select H99 it has to disply 1 &amp;amp; 2 Agents with their New Sales..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help on the Above issue is highly appreciable...&lt;/P&gt;&lt;P&gt;thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anusha.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 10:38:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-08T10:38:54Z</dc:date>
    <item>
      <title>Need Help on Filtering the data Based On Regions...?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846650#M297190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Help Form you guys regarding the Region wise Agents filter.&lt;/P&gt;&lt;P&gt;Requirement is I have 100 Agents in&amp;nbsp; Region INDIA , After few years 40 Agents Moved to US , Now I want to show All the 100 Agents Names including those who Moved from INDIA also when i Select INDIA , But With Null Values , if I select US it has to show 40 agents Complete data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the Sample Qvw: Plz look in to this Observe Agent 1 &amp;amp; 2 , these 2 agents are moved from HYD to H99 ,now if I select HYD it has to show 10 Agents including 1 &amp;amp; 2 also. and it has to display Null values for agents 1 &amp;amp; 2.&lt;/P&gt;&lt;P&gt;when i select H99 it has to disply 1 &amp;amp; 2 Agents with their New Sales..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help on the Above issue is highly appreciable...&lt;/P&gt;&lt;P&gt;thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anusha.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846650#M297190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T10:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Filtering the data Based On Regions...?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846651#M297191</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;It is better if you share a sample dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still you can try below solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(getfieldselection(Region) = 'India',only({&amp;lt;Region=&amp;gt;}AgentsNamefield),AgentsNamefield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846651#M297191</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-06-08T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Filtering the data Based On Regions...?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846652#M297192</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;Please refer below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3148"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846652#M297192</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-08T10:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Filtering the data Based On Regions...?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846653#M297193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's SCD. Follow scd handling mechanisms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846653#M297193</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-06-08T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Filtering the data Based On Regions...?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846654#M297194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Plz find the attached Qvw file with Sample Data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 06:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Filtering-the-data-Based-On-Regions/m-p/846654#M297194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T06:47:58Z</dc:date>
    </item>
  </channel>
</rss>

