<?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 Selection on the basis of Inline Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140772#M602300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are facing issue in using Inline filter which is not linked with the data model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have two table with same column but different region and we are creating inline Filter like Region1, Region2 and All.&lt;/P&gt;&lt;P&gt;we want to use this inline filter like if we select Region1 then we need to show data related to Region1 only and same for region2 and if we select on All then data of both region should show, but currently what is happening is that if we select Region1 then data in the filter is coming correct but when we select customer of region1 then selection goes to All and Region1 Filter instead of only Region1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for reference. &lt;/P&gt;&lt;P&gt;Thanks in Advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 13:36:56 GMT</pubDate>
    <dc:creator>badri-adeel</dc:creator>
    <dc:date>2018-10-08T13:36:56Z</dc:date>
    <item>
      <title>Selection on the basis of Inline Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140772#M602300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are facing issue in using Inline filter which is not linked with the data model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have two table with same column but different region and we are creating inline Filter like Region1, Region2 and All.&lt;/P&gt;&lt;P&gt;we want to use this inline filter like if we select Region1 then we need to show data related to Region1 only and same for region2 and if we select on All then data of both region should show, but currently what is happening is that if we select Region1 then data in the filter is coming correct but when we select customer of region1 then selection goes to All and Region1 Filter instead of only Region1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for reference. &lt;/P&gt;&lt;P&gt;Thanks in Advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140772#M602300</guid>
      <dc:creator>badri-adeel</dc:creator>
      <dc:date>2018-10-08T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on the basis of Inline Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140773#M602301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try your script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country , Region2Col, Region1Col, MainCol&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , Reg1Val1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , Reg1Val2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , Reg1Val3, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , Reg1Val4, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , Reg1Val5, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country , Region2Col, Region1Col, MainCol&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, Reg2Val1, , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, Reg2Val2, , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, Reg2Val3, , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, Reg2Val4, , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, Reg2Val5, , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country , Region2Col, Region1Col, MainCol&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, , , Reg2Val1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, , , Reg2Val2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, , , Reg2Val3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, , , Reg2Val4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region2, , , Reg2Val5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , , Reg1Val1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , , Reg1Val2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , , Reg1Val3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , , Reg1Val4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region1, , , Reg1Val5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD DISTINCT Country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Country as CountryName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concatenate (LinkTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD DISTINCT Country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; 'All' as CountryName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 19:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140773#M602301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T19:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on the basis of Inline Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140774#M602302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much appreciate Sunny for your response, but this also not serve our requirement like&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; if we select Region1 in the RegionName filter then data in the filter Customer is coming correct but when we select any customer of region1 then selection of RegionName goes to All and Region1 And same data presented in the table instead we need to show only selected data in the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 04:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140774#M602302</guid>
      <dc:creator>badri-adeel</dc:creator>
      <dc:date>2018-10-09T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on the basis of Inline Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140775#M602303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have used a calculation to calculate customer on the front end... why don't you do this in the script? To combine all the customers into a single customer column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-the-basis-of-Inline-Filter/m-p/140775#M602303</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T15:17:06Z</dc:date>
    </item>
  </channel>
</rss>

