<?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 Qv vs Qva in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533658#M1149844</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;I'm trying to debug an extension object supplied to us by a 3rd party. I see references to both Qv and Qva (namespaces?) but I'm unable to locate any documentation that explains whether these refer to the same, or different, things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document: &lt;A class="loading" href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html" title="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html"&gt;http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html&lt;/A&gt;&amp;nbsp; refers to Qv as a global object in the QlikView Ajax namespace. It then goes on to provide, among other things, an example of the &lt;STRONG&gt;Qv.AddExtension()&lt;/STRONG&gt; method.&amp;nbsp;&amp;nbsp; This example also includes references to the method &lt;STRONG&gt;Qva.LoadCSS()&lt;/STRONG&gt;, which leads me to believe that Qv and Qva refer to different things.&amp;nbsp; But then the extension object I'm working with includes an invocation of &lt;EM&gt;&lt;STRONG&gt;Qva.AddExtension()&lt;/STRONG&gt;&lt;/EM&gt;.. hence the confusion on my part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clarification would be very appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 20:45:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-02T20:45:13Z</dc:date>
    <item>
      <title>Qv vs Qva</title>
      <link>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533658#M1149844</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;I'm trying to debug an extension object supplied to us by a 3rd party. I see references to both Qv and Qva (namespaces?) but I'm unable to locate any documentation that explains whether these refer to the same, or different, things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document: &lt;A class="loading" href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html" title="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html"&gt;http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.html&lt;/A&gt;&amp;nbsp; refers to Qv as a global object in the QlikView Ajax namespace. It then goes on to provide, among other things, an example of the &lt;STRONG&gt;Qv.AddExtension()&lt;/STRONG&gt; method.&amp;nbsp;&amp;nbsp; This example also includes references to the method &lt;STRONG&gt;Qva.LoadCSS()&lt;/STRONG&gt;, which leads me to believe that Qv and Qva refer to different things.&amp;nbsp; But then the extension object I'm working with includes an invocation of &lt;EM&gt;&lt;STRONG&gt;Qva.AddExtension()&lt;/STRONG&gt;&lt;/EM&gt;.. hence the confusion on my part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clarification would be very appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 20:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533658#M1149844</guid>
      <dc:creator />
      <dc:date>2013-07-02T20:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qv vs Qva</title>
      <link>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533659#M1149845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently at the very same point. What we are talking about is the QlikView JavaScript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of that I had a look into the JavaScript API References for the version 10 and 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JavaScript API Reference 10 &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-2605"&gt;http://community.qlik.com/docs/DOC-2605&lt;/A&gt;&lt;/P&gt;&lt;P&gt;JavaScript API Reference 11 &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-2673"&gt;http://community.qlik.com/docs/DOC-2673&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you compare them you will see, that in version 10 the "Qva" is used everywhere as reference. In opposite to that version 11 exclusively uses the "Qv". From this single fact I cannot guarantee that the difference is the API version, but it seems to be. So for me mixing "Qva" and "Qv" would mean to mix functions of the different APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 07:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533659#M1149845</guid>
      <dc:creator />
      <dc:date>2013-08-08T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qv vs Qva</title>
      <link>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533660#M1149846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would explain why some of the documentation refers to the same "functions" by both Namespaces.  I would assume that there is some level of backwards compatibility between the versions, but then again, we're talking about QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 11:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qv-vs-Qva/m-p/533660#M1149846</guid>
      <dc:creator />
      <dc:date>2013-08-08T11:55:42Z</dc:date>
    </item>
  </channel>
</rss>

