<?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: Load data based on a selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654466#M1073688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at my attachment here: &lt;A href="https://community.qlik.com/message/541213"&gt;Re: Reload based on selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 08:46:07 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-08-11T08:46:07Z</dc:date>
    <item>
      <title>Load data based on a selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654465#M1073687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to load data based on selection made by the user in the front end?&lt;/P&gt;&lt;P&gt;For eg., if user selects a Protein then I'd want to load the data related to that protein from multiple databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, initially only the data on the list of proteins will be available while other data will be expired. Once a protein is selected, the remaining data will be refreshed by loading them from outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 08:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654465#M1073687</guid>
      <dc:creator />
      <dc:date>2014-08-11T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load data based on a selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654466#M1073688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at my attachment here: &lt;A href="https://community.qlik.com/message/541213"&gt;Re: Reload based on selection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 08:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654466#M1073688</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-11T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load data based on a selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654467#M1073689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco... &lt;/P&gt;&lt;P&gt;Is it possible to select which source to load? For e.g., if I have load from 5 different sources, and I want to reload only one of the source. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 12:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654467#M1073689</guid>
      <dc:creator />
      <dc:date>2014-08-11T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load data based on a selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654468#M1073690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can. If you notice the variable used in the sample qvw &lt;STRONG&gt;vNamesToBeReloaded &lt;/STRONG&gt;take the input from the front end as per user selection and then same is using in the script. You can write many ways to achieve your requirement. One simple way could be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;if $(&lt;STRONG&gt;vNamesToBeReloaded) =&lt;/STRONG&gt;1 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;load * from &amp;lt;path1&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;elseif $(&lt;STRONG&gt;vNamesToBeReloaded) =2&lt;/STRONG&gt; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;load * from &amp;lt;path2&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;load * from &amp;lt;Ptah3&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;end if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 13:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654468#M1073690</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-11T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load data based on a selection</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654469#M1073691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. I see that we can write a piece of code in the load script. So is this where we make use of our VBA knowledge? Let me search on some material about scripting in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 14:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-based-on-a-selection/m-p/654469#M1073691</guid>
      <dc:creator />
      <dc:date>2014-08-11T14:04:25Z</dc:date>
    </item>
  </channel>
</rss>

