<?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: Reload in Qlik Sense with parameters from a filtered field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049248#M16517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the selector what you mentioned above should contains pre-defined values and layer.&lt;/P&gt;&lt;P&gt;Basically we would like to implement an app, which handover the selected states from a map to the loading script for further analysis.&lt;/P&gt;&lt;P&gt;In QlikView I found a workaround with triggering fields and variables, but in sense I did not found that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 11:42:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-18T11:42:57Z</dc:date>
    <item>
      <title>Reload in Qlik Sense with parameters from a filtered field</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049246#M16515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I'm struggling with a solution which would like to use the current selection as a parameter by reload in Qlik Sense.&lt;/P&gt;&lt;P&gt;The situation: I have a web source and I would like to reload the data based on the current selection by the application.&lt;/P&gt;&lt;P&gt;So the link of the source like: www.websource.com?p1=SELECTEDSTATES and I replaced the SELECTEDSTATE part with a variable, which defined in the variable editor as: &lt;STRONG&gt;GetFieldSelections([State],';',60) &lt;/STRONG&gt;but when I run the script and reload the app, it does not replace with the content of the variable, just with the definition of the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any idea, how to pass inQlik Sense a selected field value by the reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 08:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049246#M16515</guid>
      <dc:creator />
      <dc:date>2016-04-18T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reload in Qlik Sense with parameters from a filtered field</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049247#M16516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Péter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection on the user interface usually don't interact with load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achive this functionality through extansion, that manioulate a value of a variable. (qsVariable - &lt;A href="http://branch.qlik.com/#/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#/project/56728f52d1e497241ae697f8"&gt;Qlik Branch&lt;/A&gt;) &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You should set a variable in Load script, that the qsVariable can manipulate.&lt;/LI&gt;&lt;LI&gt;Edit your load statement this variable as parameter&lt;/LI&gt;&lt;LI&gt;Reload data, and the value of variable will affect your query.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049247#M16516</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-04-18T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reload in Qlik Sense with parameters from a filtered field</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049248#M16517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the selector what you mentioned above should contains pre-defined values and layer.&lt;/P&gt;&lt;P&gt;Basically we would like to implement an app, which handover the selected states from a map to the loading script for further analysis.&lt;/P&gt;&lt;P&gt;In QlikView I found a workaround with triggering fields and variables, but in sense I did not found that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 11:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-in-Qlik-Sense-with-parameters-from-a-filtered-field/m-p/1049248#M16517</guid>
      <dc:creator />
      <dc:date>2016-04-18T11:42:57Z</dc:date>
    </item>
  </channel>
</rss>

