<?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 To get the variables from web page and use those variable as selection in QV dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730336#M261611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi geniuses,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard running on d3 you can say its a web page, now what we need is that we will give a link on that web page which will open our qv dashboard what we need is that as soon as we click on the link whatever is selected in d3 dashboard d3 will pass those selection as variables to the qv dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is that how we can use those variables so that as soon as the user click on the link the qv dashboard opens with the same selection as d3 dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say in d3 dashboard country selected is America so as soon as we click on link on d3 dashboard the qv dashboard will open with the country selected as America.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 08:17:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-30T08:17:05Z</dc:date>
    <item>
      <title>To get the variables from web page and use those variable as selection in QV dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730336#M261611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi geniuses,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard running on d3 you can say its a web page, now what we need is that we will give a link on that web page which will open our qv dashboard what we need is that as soon as we click on the link whatever is selected in d3 dashboard d3 will pass those selection as variables to the qv dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is that how we can use those variables so that as soon as the user click on the link the qv dashboard opens with the same selection as d3 dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say in d3 dashboard country selected is America so as soon as we click on link on d3 dashboard the qv dashboard will open with the country selected as America.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730336#M261611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-30T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: To get the variables from web page and use those variable as selection in QV dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730337#M261612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use command line execution for variables to affect your qvw. something similar to below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.exe" /r /vCountry = 'America' c:\report\Test.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730337#M261612</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-10-30T08:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: To get the variables from web page and use those variable as selection in QV dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730338#M261613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you can refer command line execution in Qlikview reference manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730338#M261613</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-10-30T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: To get the variables from web page and use those variable as selection in QV dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730339#M261614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass selected values and corrresponding fields in the URL, check the link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-the-variables-from-web-page-and-use-those-variable-as/m-p/730339#M261614</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-30T08:41:29Z</dc:date>
    </item>
  </channel>
</rss>

