<?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 Is this posible...? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294172#M1307493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the Macro solution and I am almost there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue that I have is that accessing the report via QlikView application and Internet Explorer work differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I paste the list into the input box in the QlikView application it pastes like this...&lt;/P&gt;&lt;P&gt;A B C&lt;/P&gt;&lt;P&gt;I therefore replace chr(32) in the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in Internet explorer it pastes as...&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;I therefore need to replace chr(10) in the macro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I will have users accessing from both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I determine whether I need to replace chr(32) or chr(10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chr(32) = Space&lt;/P&gt;&lt;P&gt;chr(10) = carriage return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of macro I am using is from link "B" provided...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sub FilterSpace&lt;BR /&gt;&lt;BR /&gt;set v = ActiveDocument.Variables("vCustomerSpace")&lt;BR /&gt;strVariable = v.GetContent.String&lt;BR /&gt;&lt;BR /&gt;vOptions = "'" &amp;amp; replace(strVariable, chr(32), "','") &amp;amp; "'"&lt;BR /&gt;Set C=ActiveDocument.Getfield("cus_Code")&lt;BR /&gt;C.Select "=match(cus_Code," &amp;amp; vOptions &amp;amp; ")"&lt;BR /&gt;&lt;BR /&gt;End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2011 08:54:33 GMT</pubDate>
    <dc:creator>pkelly</dc:creator>
    <dc:date>2011-08-24T08:54:33Z</dc:date>
    <item>
      <title>Is this posible...?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294169#M1307490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Background....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our users access QlikView reports using the Internet Explorer plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a QlikView report with some basic sales data by customer say showing the last 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Task which I have been given...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From within the QlikView report (which the user is opening via Internet Explorer), allow the user to open / point to a MS Excel spreadsheet which will contain a list of customer codes.&lt;/P&gt;&lt;P&gt;When this spreadsheet has opened, either reload the report or apply a filter based on these accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; Does this sound feasible using Internet Explorer or are we expecting too much?&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; If it is, can someone please give me a few pointers to get me started?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294169#M1307490</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Is this posible...?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294170#M1307491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds feasible through a macro, first find the vbscript to start a "open file dialog", then do a vbscript open excel file, read cells from the file and apply the filter with the field, select methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 15:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294170#M1307491</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-08-23T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Is this posible...?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294171#M1307492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds complicated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, I'd suggest giving the users the ability to paste a list of customer codes and have that list act as the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's a community topic that discusses how that can be accomplished... &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/72460#72460"&gt;http://community.qlik.com/message/72460#72460&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 16:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294171#M1307492</guid>
      <dc:creator>bnichol</dc:creator>
      <dc:date>2011-08-23T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Is this posible...?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294172#M1307493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the Macro solution and I am almost there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue that I have is that accessing the report via QlikView application and Internet Explorer work differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I paste the list into the input box in the QlikView application it pastes like this...&lt;/P&gt;&lt;P&gt;A B C&lt;/P&gt;&lt;P&gt;I therefore replace chr(32) in the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in Internet explorer it pastes as...&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;I therefore need to replace chr(10) in the macro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I will have users accessing from both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I determine whether I need to replace chr(32) or chr(10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chr(32) = Space&lt;/P&gt;&lt;P&gt;chr(10) = carriage return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of macro I am using is from link "B" provided...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sub FilterSpace&lt;BR /&gt;&lt;BR /&gt;set v = ActiveDocument.Variables("vCustomerSpace")&lt;BR /&gt;strVariable = v.GetContent.String&lt;BR /&gt;&lt;BR /&gt;vOptions = "'" &amp;amp; replace(strVariable, chr(32), "','") &amp;amp; "'"&lt;BR /&gt;Set C=ActiveDocument.Getfield("cus_Code")&lt;BR /&gt;C.Select "=match(cus_Code," &amp;amp; vOptions &amp;amp; ")"&lt;BR /&gt;&lt;BR /&gt;End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 08:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-posible/m-p/294172#M1307493</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2011-08-24T08:54:33Z</dc:date>
    </item>
  </channel>
</rss>

