<?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 QlikView Extension Object &amp; Webservices in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897974#M312400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where we have a webservice and the dashboard need to communicate with the webservice with a set of parameters and receive an output set of data to display on the graph. The dashboard would be refreshed to show the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knew this can be done with the QVSource, a third party tool/connector and a reload functionality built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I started looking at the QlikView Extension objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to meet this requirement with QlikView Access point because all the users would open the dashboard using the url.&lt;/P&gt;&lt;P&gt;Multiple users would be accessing the same dashboard and the extension object that I build to display the graph would show different data for different users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please shed some light on how can I built an extension object to meet my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 07:54:55 GMT</pubDate>
    <dc:creator>shyamcharan</dc:creator>
    <dc:date>2015-06-16T07:54:55Z</dc:date>
    <item>
      <title>QlikView Extension Object &amp; Webservices</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897974#M312400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where we have a webservice and the dashboard need to communicate with the webservice with a set of parameters and receive an output set of data to display on the graph. The dashboard would be refreshed to show the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knew this can be done with the QVSource, a third party tool/connector and a reload functionality built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I started looking at the QlikView Extension objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to meet this requirement with QlikView Access point because all the users would open the dashboard using the url.&lt;/P&gt;&lt;P&gt;Multiple users would be accessing the same dashboard and the extension object that I build to display the graph would show different data for different users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please shed some light on how can I built an extension object to meet my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897974#M312400</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2015-06-16T07:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Extension Object &amp; Webservices</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897975#M312401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you had a look at the SDK? &lt;A href="https://community.qlik.com/docs/DOC-2639"&gt;QlikView Version 11 SDK&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="2673" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://community.qlik.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q-On has a course specifically to get people up to speed with extension development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 18:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897975#M312401</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-16T18:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Extension Object &amp; Webservices</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897976#M312402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response. Thanks for the links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, now my problem seems to be different now. I am trying to use example Web viewer extension and trying to open a url that has data which in turn built on Silverlight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after installing the Silverlight I still see the issue. I have created a new thread with the details in &lt;A href="https://community.qlik.com/message/800508"&gt;Extension object vs Silverlight&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 06:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Extension-Object-Webservices/m-p/897976#M312402</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2015-06-18T06:29:42Z</dc:date>
    </item>
  </channel>
</rss>

