<?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 How can users upload tables (XLS) for filtering? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230870#M82662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your support and sorry for my bad English.&lt;/P&gt;&lt;P&gt;Sorry for my bad English.&lt;/P&gt;&lt;P&gt;I have in Qlikview 150,000 customers. By filter I can display the sales for individual customers. Now I would have I the individual customer in filter set and view the sales will be like 500 customers who are in an Excel file .&lt;/P&gt;&lt;P&gt;My question is: if I give this code in script, how can I load the Excel file in the filter with the 500 customers?&lt;/P&gt;&lt;P&gt;What do you mean "load excel in doc"? You mean I load excel with the 500 customer in script and combine with the total Customer in script and use the variable?&lt;/P&gt;&lt;P&gt;I thought I can load the excel file (500 customer) as filter in the qlikview model and not in script.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 14:33:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-09T14:33:10Z</dc:date>
    <item>
      <title>How can users upload tables (XLS) for filtering?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230866#M82658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requierment where a user needs to upload a XLS of product codes so he can apply filters to a QVW. There's no pattern or criteria where I can anticipate this filter in the load script, so I need a solution where a user can upload X amount of values to a QVW. Anyone have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230866#M82658</guid>
      <dc:creator />
      <dc:date>2009-11-04T05:56:37Z</dc:date>
    </item>
    <item>
      <title>How can users upload tables (XLS) for filtering?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230867#M82659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind, I solved it with the following script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sub Filter&lt;BR /&gt; arrFilter = split(ActiveDocument.Variables("varFilter").GetContent.String,",")&lt;BR /&gt;&lt;BR /&gt; for x = 0 to ubound(arrFilter)&lt;BR /&gt; ActiveDocument.Fields("FieldToFilter").ToggleSelect arrFilter(x)&lt;BR /&gt; next&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 06:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230867#M82659</guid>
      <dc:creator />
      <dc:date>2009-11-04T06:31:56Z</dc:date>
    </item>
    <item>
      <title>How can users upload tables (XLS) for filtering?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230868#M82660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dragonauta,&lt;/P&gt;&lt;P&gt;I have the same problem, but i don't understand how you solve the problem.&lt;/P&gt;&lt;P&gt;Do you have any example?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 21:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230868#M82660</guid>
      <dc:creator />
      <dc:date>2009-11-06T21:58:22Z</dc:date>
    </item>
    <item>
      <title>How can users upload tables (XLS) for filtering?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230869#M82661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@dragonauta - I am not clear about what is it you are trying to do...you can load an excel in the doc, and then use that variable name in your script, cant you?&lt;/P&gt;&lt;P&gt;what ur doing now will also work though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230869#M82661</guid>
      <dc:creator />
      <dc:date>2009-11-06T22:52:30Z</dc:date>
    </item>
    <item>
      <title>How can users upload tables (XLS) for filtering?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230870#M82662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your support and sorry for my bad English.&lt;/P&gt;&lt;P&gt;Sorry for my bad English.&lt;/P&gt;&lt;P&gt;I have in Qlikview 150,000 customers. By filter I can display the sales for individual customers. Now I would have I the individual customer in filter set and view the sales will be like 500 customers who are in an Excel file .&lt;/P&gt;&lt;P&gt;My question is: if I give this code in script, how can I load the Excel file in the filter with the 500 customers?&lt;/P&gt;&lt;P&gt;What do you mean "load excel in doc"? You mean I load excel with the 500 customer in script and combine with the total Customer in script and use the variable?&lt;/P&gt;&lt;P&gt;I thought I can load the excel file (500 customer) as filter in the qlikview model and not in script.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-users-upload-tables-XLS-for-filtering/m-p/230870#M82662</guid>
      <dc:creator />
      <dc:date>2009-11-09T14:33:10Z</dc:date>
    </item>
  </channel>
</rss>

