<?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: Import external data based on filter selection. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958615#M329142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you checked the WHERE-clause?&lt;/P&gt;&lt;P&gt;LOAD * FROM MyExcel (Parameters) WHERE Field = 'MyValue';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the fixed string you may also define a variable:&lt;/P&gt;&lt;P&gt;LOAD * FROM MyExcel (Parameters) WHERE Field = '$(MyVariable)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Dec 2015 09:36:17 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2015-12-06T09:36:17Z</dc:date>
    <item>
      <title>Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958612#M329139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create an external file, preferrably an Excel file, from which I can pull data based on filter selection made by the user.&lt;/P&gt;&lt;P&gt;Is it possible to do so?&lt;/P&gt;&lt;P&gt;Also let me know if I can put conditional statement in excel or other external file which will reflect the final condition in Qlikview based on filter selection, this will help in reducing the number of rows if Excel is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 17:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958612#M329139</guid>
      <dc:creator />
      <dc:date>2015-12-05T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958613#M329140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on what exactly you are trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 21:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958613#M329140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-05T21:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958614#M329141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose I have 4 users-A,B,C &amp;amp; D ,3 products- P,Q,R and 3 more filter selection namely Contract, Plan &amp;amp; Geography- let's name it 'view by'.&lt;/P&gt;&lt;P&gt;I have to put help text on mouse hover. As these help texts are to be provided at multiple places based on above mentioned filter so I am thinking to bring these help texts from external file for easy updation and easy to keep track of.&lt;/P&gt;&lt;P&gt;The help text should change when view by is changed or a particular combination of filter is selected like 'View by- User A- Product Q' or 'View by- User B'.&lt;/P&gt;&lt;P&gt;Currently I have implemented it using conditional statements in the help text under caption menu of text box properties. The condition filters the result based on above mentioned filters. &lt;/P&gt;&lt;P&gt;Example- &lt;/P&gt;&lt;P&gt;=if(product='P','Data Source: XYZ', 'Data Source: R')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or a more complex one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(View='Contract' and product='P','Data Source: MN',&lt;/P&gt;&lt;P&gt;if(View='Contract' and product&amp;lt;&amp;gt;'P','Data Source: EF',&lt;/P&gt;&lt;P&gt;if (View='Plan' and product='P','Data Source: GH',&lt;/P&gt;&lt;P&gt;if(View='Plan' and product=Q','Data Source: IJ',&lt;/P&gt;&lt;P&gt;if(View='Geography' and product='P','Data Source: Sales-KL, Lives-DE',&lt;/P&gt;&lt;P&gt;'Data Source: XY')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to put the final text to be displayed in an external file and trying to pull it based on the filter selection made by the end user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 05:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958614#M329141</guid>
      <dc:creator />
      <dc:date>2015-12-06T05:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958615#M329142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you checked the WHERE-clause?&lt;/P&gt;&lt;P&gt;LOAD * FROM MyExcel (Parameters) WHERE Field = 'MyValue';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the fixed string you may also define a variable:&lt;/P&gt;&lt;P&gt;LOAD * FROM MyExcel (Parameters) WHERE Field = '$(MyVariable)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 09:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958615#M329142</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-12-06T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958616#M329143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are you going to reload the application after the users make their selection? Cause I don't see how you can conditionally get stuff from an excel file without doing a reload or (may be partial reload). If reloading/Partial Reloading is an option then this might be possible to do using the where statements as pointed out by Peter below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 13:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958616#M329143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958617#M329144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not looking to load the entire application again based on user selection as my app is viewed through the browser.&lt;/P&gt;&lt;P&gt;Is there a way to load the complete excel file once and then assigning the corresponding rows based on user selection.&lt;/P&gt;&lt;P&gt;Suppose if I can assign row 1 to some particular selection from above selection and then row 2 to other selection and so on.&lt;/P&gt;&lt;P&gt;This means that is there a way to map rows of an excel or some other file to particular filter selection in qlikview!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 14:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958617#M329144</guid>
      <dc:creator />
      <dc:date>2015-12-06T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958618#M329145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;For this method I will have to reload the application again, right!&lt;/P&gt;&lt;P&gt;If so then I am looking forward to this method.&lt;/P&gt;&lt;P&gt;My idea here is to map each row (if not conditionally also) in such a way that I can assign the value in each row to a particular combination of filter selection and the row will always be mapped to that filter selection and will display the row's value accordingly.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Help Hover5.JPG" class="jive-image image-1" src="/legacyfs/online/108177_Help Hover5.JPG" style="height: 629px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As can be seen from the image the text in yellow box- help text in caption menu under text box properties changed based on whether View by is Contract or Geography. &lt;/P&gt;&lt;P&gt;I need to write these texts in an external file and then try to import from there. Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The complete text written in help text is-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(View='Contract' and MARKET_NAME='Immunology','Data Source: Sales- Rebates, Lives- IHS' &amp;amp;chr(10)&amp;amp;'&amp;nbsp; Access Details- BOT Coverage Policy' &amp;amp; chr(10)&amp;amp;' %Lives- BOT Backbone(Formulary)',&lt;/P&gt;&lt;P&gt;if(View='Contract' and MARKET_NAME&amp;lt;&amp;gt;'Immunology','Data Source: Sales- Rebates, Lives- IHS' &amp;amp;chr(10)&amp;amp;'&amp;nbsp; Access Details &amp;amp; %Lives- BOT Backbone(Formulary)',&lt;/P&gt;&lt;P&gt;if (View='Plan' and MARKET_NAME='Immunology','Data Source: Sales- IMS, Lives- BOT Backbone' &amp;amp;chr(10)&amp;amp;'&amp;nbsp; Access Details- BOT Coverage Policy' &amp;amp; chr(10)&amp;amp;' %Lives- BOT Backbone(Formulary)',&lt;/P&gt;&lt;P&gt;if(View='Plan' and MARKET_NAME&amp;lt;&amp;gt;'Immunology','Data Source: Sales- IMS, Lives- BOT Backbone' &amp;amp;chr(10)&amp;amp;'&amp;nbsp; Access Details &amp;amp; %Lives- BOT Backbone(Formulary)',&lt;/P&gt;&lt;P&gt;if(View='Geography' and MARKET_NAME='Immunology','Data Source: Sales- INIMS, Lives- BOT Backbone'&amp;amp;chr(10)&amp;amp;' Access Details- BOT Coverage Policy' &amp;amp; chr(10)&amp;amp;' %Lives- BOT Backbone(Formulary)',&lt;/P&gt;&lt;P&gt;'Data Source: Sales- IMS, Lives- BOT Backbone' &amp;amp;chr(10)&amp;amp;' Access Details &amp;amp; %Lives- BOT Backbone(Formulary)')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These texts are not always this big but this is the biggest, there are help texts without if statements also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 14:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958618#M329145</guid>
      <dc:creator />
      <dc:date>2015-12-06T14:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import external data based on filter selection.</title>
      <link>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958619#M329146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load all help texts for all combinations of User/Product/View. Then in your help text pop-up or text box, use an expression that pulls the HelpText field value that corresponds to this particular combination of selections from the associative database. For this to work, you'll have to create a composite key (e.g. like '&lt;EM&gt;ViewA&lt;/EM&gt;|&lt;EM&gt;ProductB&lt;/EM&gt;|&lt;EM&gt;UserC&lt;/EM&gt;'). Let QV do the work it is designed to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have to devise a strategy for handling multiple selections in one of the fields (e.g. like User="A" and Product="X,Y,Z").Or use the Only() function if you decide not to show anything more than the first combination, or nothing at all when multiple selections were made in the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 15:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-external-data-based-on-filter-selection/m-p/958619#M329146</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-06T15:23:12Z</dc:date>
    </item>
  </channel>
</rss>

