<?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: Excluding data from QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977702#M960190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shahar,&lt;/P&gt;&lt;P&gt;Could you please send some sample data (scrambled data) where you have grouped the data accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use something like.&lt;/P&gt;&lt;P&gt;You have two workerGroups.&lt;/P&gt;&lt;P&gt;WorkerGrp1, WorkerGrp2. &lt;/P&gt;&lt;P&gt;Try this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM &amp;lt;DatasourceTableName.xlsx&amp;gt;&lt;/P&gt;&lt;P&gt;WHERE Exists(WorkerGrp1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 14:14:44 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2015-10-28T14:14:44Z</dc:date>
    <item>
      <title>Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977700#M960188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QVW where most of the data is associated with different workers,&lt;/P&gt;&lt;P&gt;however our company is divided to two types of workers and i want to show only one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the QVW loads all the names from our excels and i want to be able to reduce the data to show only one of the groups.&lt;/P&gt;&lt;P&gt;I have created an excel containing a list of all the names i want to keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to use this list to filter out the unwanted names? I tried JOINs and EXISTS, but i can't seem to find a good way to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everybody!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977700#M960188</guid>
      <dc:creator />
      <dc:date>2015-10-28T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977701#M960189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be good practice to add another field to the VALID_NAMES_TABLE (for example a field called TYPE where all the values will be VALID) and then using SECTION ACCESS data reduction based on that field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977701#M960189</guid>
      <dc:creator />
      <dc:date>2015-10-28T10:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977702#M960190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shahar,&lt;/P&gt;&lt;P&gt;Could you please send some sample data (scrambled data) where you have grouped the data accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use something like.&lt;/P&gt;&lt;P&gt;You have two workerGroups.&lt;/P&gt;&lt;P&gt;WorkerGrp1, WorkerGrp2. &lt;/P&gt;&lt;P&gt;Try this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM &amp;lt;DatasourceTableName.xlsx&amp;gt;&lt;/P&gt;&lt;P&gt;WHERE Exists(WorkerGrp1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977702#M960190</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-10-28T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977703#M960191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using several applications which are identically unless the amount of data in certain fields it's quite common to use data-restrictions per section access within the applications. Here you will find more informations: &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977703#M960191</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-28T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977704#M960192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Reducing data based on user restriction using section access field is also a good way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977704#M960192</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-10-28T14:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977705#M960193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, such a simple field TYPE with a value for each group of workers will be enough as association between the section access part and the section application part - but the implementation needs to be done very carefully (with several &lt;STRONG&gt;backup's&lt;/STRONG&gt; before you started) - therefore please read the various postings from here &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt; meticolous, especially the Introduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977705#M960193</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-28T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977706#M960194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to use data restrictions on section access...&lt;/P&gt;&lt;P&gt;I have added a table with the original key (called portfolio) and a corresponding "TYPE" field,&lt;/P&gt;&lt;P&gt;then i did this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'VALID' as TYPE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;access_table.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems to be working correctly, also helped me find alot of mistakes in the original data structure.&lt;/P&gt;&lt;P&gt;Thanks everybody for your answers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-data-from-QVW/m-p/977706#M960194</guid>
      <dc:creator />
      <dc:date>2015-10-29T07:54:54Z</dc:date>
    </item>
  </channel>
</rss>

