<?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: 'qva' is null problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181792#M1286771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An uninstall of Chrome Frame plugin worked for my customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 21:17:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-19T21:17:27Z</dc:date>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181786#M1286757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IE7 on my laptop is suddenly unable to use the QEMC or QMC pages. I receive a javascript error&lt;/P&gt;&lt;P&gt;'qva' is null or undefined,.&lt;/P&gt;&lt;P&gt;This also happens with the qliktech download site and demo site as well.&lt;/P&gt;&lt;P&gt;Any ideas of what happened / what I need to tweak?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181786#M1286757</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181787#M1286759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;'qva' is defined in \QlikView\Management Service\QMCCommon\QvAjaxZfc\htc\QvAjax.js and \QlikView\Server\QvClients\QvAjaxZfc\htc\QvAjax.js, which is in turn defined in almost every file either directly or through \QlikView\Management Service\QMCCommon\Includes.js. Have any of these files been modified?&lt;/P&gt;&lt;P&gt;Also make sure that your user account has NTFS read &amp;amp; execute permissions on all relevant QVS folders since that could mean that your access to the javascript files is being blocked. Finally, check to make sure your IE security settings are not too high.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 02:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181787#M1286759</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-21T02:46:16Z</dc:date>
    </item>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181788#M1286761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad,&lt;/P&gt;&lt;P&gt;Thanks for the response. I've finally found the problem. I recently installed the Google Chrome Frame plugin -- in response to some prompt or another -- can't remember why. The installation of this component caused the string "chromeframe" to appear in my IE UserAgent header. Here's my full header:&lt;/P&gt;&lt;P&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.3; chromeframe; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)&lt;/P&gt;&lt;P&gt;QvAjax.js tests for the Chrome browser like this:&lt;BR /&gt;IS_CHROME = navigator.userAgent.toLowerCase().indexOf("chrome") != -1;&lt;/P&gt;&lt;P&gt;which incorrectly caused the code to assume the browser was Chrome, not IE, which caused problems in the conditional paths&lt;/P&gt;&lt;P&gt;I tried to work around the problem by uninstalling the Chrome Frame plugin, Alas, this did not remove "chromeframe" from the UserAgent, but I found this entry on the web&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/2005270/how-can-i-remove-chromeframe-from-ie8-user-agent"&gt;http://stackoverflow.com/questions/2005270/how-can-i-remove-chromeframe-from-ie8-user-agent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;that told me how to remove it with a registry edit.&lt;/P&gt;&lt;P&gt;I'll report this as a bug.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181788#M1286761</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-01-21T07:41:59Z</dc:date>
    </item>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181789#M1286764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the solution!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181789#M1286764</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-21T17:08:17Z</dc:date>
    </item>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181790#M1286767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, Thank-You!!!!!&lt;/P&gt;&lt;P&gt;This worked for me.&lt;/P&gt;&lt;P&gt;One of my C's was the only user that had this problem. I was pulling my hair out trying to figure it out. You saved my tail&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 22:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181790#M1286767</guid>
      <dc:creator />
      <dc:date>2010-02-18T22:22:18Z</dc:date>
    </item>
    <item>
      <title>'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181791#M1286770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asking large number of non-technical users to edit registry may be rather scary thought.&lt;/P&gt;&lt;P&gt;One of our clients had this issue and we have resolved it by simply resetting IE settings:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IE_ChromeFrame_Plugin.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7403_IE_ChromeFrame_Plugin.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 20:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181791#M1286770</guid>
      <dc:creator>jacekvsp</dc:creator>
      <dc:date>2011-09-20T20:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: 'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181792#M1286771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An uninstall of Chrome Frame plugin worked for my customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 21:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181792#M1286771</guid>
      <dc:creator />
      <dc:date>2012-11-19T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181793#M1286772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview look at this and decide it was a third party bug and there wasn't nothing we could do to make it work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181793#M1286772</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2012-11-20T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'qva' is null problem</title>
      <link>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181794#M1286773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of my user also had same issue and I resolved it by just re-setting IE settings. Thanks for the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 21:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qva-is-null-problem/m-p/181794#M1286773</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2013-07-18T21:14:32Z</dc:date>
    </item>
  </channel>
</rss>

