<?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: Using a Separate File to Control Filtering in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-a-Separate-File-to-Control-Filtering/m-p/71094#M4715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have found a work around solution.&amp;nbsp; I found a macro script here which allows for quick conversion of CSV files to XLSX files here &lt;A href="http://access-excel.tips/vba-convert-csv-to-excel/" title="http://access-excel.tips/vba-convert-csv-to-excel/"&gt;Excel VBA convert CSV to Excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 23:21:35 GMT</pubDate>
    <dc:creator>m_perreault</dc:creator>
    <dc:date>2018-05-08T23:21:35Z</dc:date>
    <item>
      <title>Using a Separate File to Control Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-Separate-File-to-Control-Filtering/m-p/71093#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a QVD which is to be used by a series of end user's who at times will need to apply Where Clauses for 20+ values on a particular ID field.&amp;nbsp; I am trying to think of a way to allow them to do this without writing out a long Where (MATCH,ID,'1',....'20').&amp;nbsp; My initial idea was at the same time the QVD is created I created a CSV file with all values for the ID field and 'N' as Include.&amp;nbsp; See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export:&lt;/P&gt;&lt;P&gt;Load * &lt;BR /&gt;Resident test;&lt;/P&gt;&lt;P&gt;Drop table test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Export [file.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;ID_Filters:&lt;BR /&gt;Load Distinct &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;'N' as Include&lt;/P&gt;&lt;P&gt;Resident Export;&lt;/P&gt;&lt;P&gt;Drop table Export;&lt;/P&gt;&lt;P&gt;Store ID_Filters into [file.csv] (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow End User to open the CSV file and for the ID's they want to include set the value to Y then when loading the QVD they would do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * &lt;BR /&gt;From File.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join(Table1)&lt;/P&gt;&lt;P&gt;Load *&lt;BR /&gt;From file.csv&lt;/P&gt;&lt;P&gt;Where Include&amp;nbsp; = 'Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am having is when I open the csv file in Exel and make any changes then save the CSV file it becomes one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any other ideas of how to accomplish what I am trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-Separate-File-to-Control-Filtering/m-p/71093#M4714</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-05-08T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Separate File to Control Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Using-a-Separate-File-to-Control-Filtering/m-p/71094#M4715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have found a work around solution.&amp;nbsp; I found a macro script here which allows for quick conversion of CSV files to XLSX files here &lt;A href="http://access-excel.tips/vba-convert-csv-to-excel/" title="http://access-excel.tips/vba-convert-csv-to-excel/"&gt;Excel VBA convert CSV to Excel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 23:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-a-Separate-File-to-Control-Filtering/m-p/71094#M4715</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-05-08T23:21:35Z</dc:date>
    </item>
  </channel>
</rss>

