<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>... and points beyond &#187; QlikView</title>
	<atom:link href="http://andpointsbeyond.com/category/qlikview/feed/" rel="self" type="application/rss+xml" />
	<link>http://andpointsbeyond.com</link>
	<description>mostly about data</description>
	<lastBuildDate>Fri, 18 May 2012 02:38:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>QlikView Scalability In A NUMA World</title>
		<link>http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/</link>
		<comments>http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/#comments</comments>
		<pubDate>Wed, 09 May 2012 06:21:45 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[QlikView]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[NUMA]]></category>
		<category><![CDATA[Qonnections]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scalable]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=821</guid>
		<description><![CDATA[The scalability material for QlikView states it will scale linearly and take advantage of all cores. I think this is misleading because as I tell my customers, &#8220;QlikView scales linearly but hardware does not.&#8221; At the most recent Qonnections there &#8230; <a href="http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/' addthis:title='QlikView Scalability In A NUMA World '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2010/05/05/qlikview-scalability/' rel='bookmark' title='QlikView Scalability'>QlikView Scalability</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The scalability material for QlikView states it will scale linearly and take advantage of all cores. I think this is misleading because as I tell my customers, &#8220;QlikView scales linearly but hardware does not.&#8221; At the most recent Qonnections there was a realistic discussion of this problem in two cases.</p>
<p>The first is Non-Uniform Memory Access, or NUMA. This technology divides the memory among the processors, creating &#8220;local&#8221; and &#8220;remote&#8221; banks. QlikView would rather treat memory as a uniform segment. So the advice from QlikTech is to disable NUMA. It&#8217;s not always possible so there is also a QlikView configuration option to better spread the data throughout memory. What these options do is enforce average-case memory access times and avoid worst-case situations for one object versus another. If you had an app that could fit entirely into a single memory area, you&#8217;d do better to leave NUMA enabled.</p>
<p>I expect that future releases of QlikView will take advantage of NUMA. One of the advantages of QlikView&#8217;s batch processing is that memory storage requirements are known ahead of time and therefore optimizable. QlikView&#8217;s current data structures are compact, but still tabular. I expect to see QlikView intelligently divide its workload across processors using a hybrid of row-based and column-based storage.</p>
<p>The second issue is inter-processor communication. At Qonnections there was a specific concern about using an 8-way (8 processor socket) design instead of 4-way because the communication starts to take a significant percentage of peak performance. Although the cores are calculating on a subset of rows, the row details are stored across all memory areas, which means constant communciation among processors. QlikView&#8217;s current bit-stuffed indexes could be split into row or column chunks to push aggregation to be local to the processors.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/' addthis:title='QlikView Scalability In A NUMA World '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2010/05/05/qlikview-scalability/' rel='bookmark' title='QlikView Scalability'>QlikView Scalability</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2012/05/09/qlikview-scalability-in-a-numa-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Qonnections 2012</title>
		<link>http://andpointsbeyond.com/2012/03/09/qonnections-2012/</link>
		<comments>http://andpointsbeyond.com/2012/03/09/qonnections-2012/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 23:25:20 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[QlikTech]]></category>
		<category><![CDATA[Qonnections]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=632</guid>
		<description><![CDATA[I&#8217;m looking forward to another Qonnections in a month and a half. The technical track session on iOS SDK caught my eye&#8230; TE02 QlikView iOS SDK (Software Development Kit) This session will demonstrate the new QlikView iOS SDK and explain &#8230; <a href="http://andpointsbeyond.com/2012/03/09/qonnections-2012/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/03/09/qonnections-2012/' addthis:title='Qonnections 2012 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2010/01/08/the-year-in-qlikview/' rel='bookmark' title='The Year in QlikView'>The Year in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2009/03/12/qlikview-9-beta/' rel='bookmark' title='QlikView 9 Beta!!!'>QlikView 9 Beta!!!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://andpointsbeyond.com/wp-content/uploads/2012/03/big-iphone.jpg"><img class="size-medium wp-image-633 alignleft" title="iOS" src="http://andpointsbeyond.com/wp-content/uploads/2012/03/big-iphone-195x300.jpg" alt="" width="195" height="300" /></a>I&#8217;m looking forward to another Qonnections in a month and a half. <a href="http://www.qlikview.com/us/company/events/conference/2012/qonnections-2012-global-partner-summit/~/media/Files/events/global-us/qonnections-2012/Qonnections-2012-Technical-Sessions.ashx">The technical track session</a> on iOS SDK caught my eye&#8230;</p>
<p>TE02 QlikView iOS SDK (Software Development Kit)<br />
This session will demonstrate the new QlikView iOS SDK and explain the differences<br />
between this product and other QlikView client integration tools. Partners can build native<br />
iPhone or iPad applications with this tool using XCode and the Objective-C programming<br />
language.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/03/09/qonnections-2012/' addthis:title='Qonnections 2012 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2010/01/08/the-year-in-qlikview/' rel='bookmark' title='The Year in QlikView'>The Year in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2009/03/12/qlikview-9-beta/' rel='bookmark' title='QlikView 9 Beta!!!'>QlikView 9 Beta!!!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2012/03/09/qonnections-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open-Source QlikView Engine?</title>
		<link>http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/</link>
		<comments>http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:29:34 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=619</guid>
		<description><![CDATA[Druid is an in-memory high-speed analytic database that is distributed in a cloud platform. MetaMarkets says they plan to release the code in the coming year. Data is fed in a semi-aggregated form from a Hadoop backend that stores the &#8230; <a href="http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/' addthis:title='Open-Source QlikView Engine? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/09/16/infobright-open-source-column-store-dbms/' rel='bookmark' title='InfoBright Open-Source Column-Store DBMS'>InfoBright Open-Source Column-Store DBMS</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
<li><a href='http://andpointsbeyond.com/2010/10/04/a-brief-look-at-qlikview-storage/' rel='bookmark' title='A Brief Look at QlikView Storage'>A Brief Look at QlikView Storage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://metamarkets.com/2011/druid-part-i-real-time-analytics-at-a-billion-rows-per-second/">Druid</a> is an in-memory high-speed analytic database that is distributed in a cloud platform. MetaMarkets says they plan to release the code in the coming year. Data is fed in a semi-aggregated form from a Hadoop backend that stores the raw data. Their cluster of 40 modest machines churns through 1 billion rows of arbitrary dimensionality in 1 second. In another post they mention that they can use 6TB of memory spread among multiple machines before they incur degradation in speed due to cloud communication overhead.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/' addthis:title='Open-Source QlikView Engine? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/09/16/infobright-open-source-column-store-dbms/' rel='bookmark' title='InfoBright Open-Source Column-Store DBMS'>InfoBright Open-Source Column-Store DBMS</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
<li><a href='http://andpointsbeyond.com/2010/10/04/a-brief-look-at-qlikview-storage/' rel='bookmark' title='A Brief Look at QlikView Storage'>A Brief Look at QlikView Storage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Features In QlikView 11</title>
		<link>http://andpointsbeyond.com/2011/10/20/great-features-in-qlikview-11/</link>
		<comments>http://andpointsbeyond.com/2011/10/20/great-features-in-qlikview-11/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 23:22:47 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[qlikview 11]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=593</guid>
		<description><![CDATA[QlikView 11 looks great. Three new features in particular are going to make great impressions: the improved Web interface (AJAX), Session Sharing, and Notes. Related posts: Writeback in QlikView QlikView’s Black Friday Analysis QlikView in the Cloud<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/10/20/great-features-in-qlikview-11/' addthis:title='Great Features In QlikView 11 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' rel='bookmark' title='Writeback in QlikView'>Writeback in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/11/27/qlikviews-black-friday-analysis/' rel='bookmark' title='QlikView’s Black Friday Analysis'>QlikView’s Black Friday Analysis</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>QlikView 11 looks great. Three new features in particular are going to make great impressions: the improved Web interface (AJAX), Session Sharing, and Notes.</p>
<p><iframe width="584" height="438" src="http://www.youtube.com/embed/_PgCmOhtyVE?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/10/20/great-features-in-qlikview-11/' addthis:title='Great Features In QlikView 11 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' rel='bookmark' title='Writeback in QlikView'>Writeback in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/11/27/qlikviews-black-friday-analysis/' rel='bookmark' title='QlikView’s Black Friday Analysis'>QlikView’s Black Friday Analysis</a></li>
<li><a href='http://andpointsbeyond.com/2008/12/10/qlikview-in-the-cloud/' rel='bookmark' title='QlikView in the Cloud'>QlikView in the Cloud</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/10/20/great-features-in-qlikview-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QlikView Local File Security Easily Bypassed</title>
		<link>http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/</link>
		<comments>http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 16:03:59 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=579</guid>
		<description><![CDATA[QlikView&#8217;s &#8220;section access&#8221; security can be easily ignored with a hacked copy of QV.EXE. Hacking the file is a simple process that takes only a few minutes. Do not rely on &#8220;section access&#8221; to protect your data in a local &#8230; <a href="http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/' addthis:title='QlikView Local File Security Easily Bypassed '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2009/04/29/qlikview-9-export-layout-to-xml/' rel='bookmark' title='QlikView 9: Export Document Layout to XML'>QlikView 9: Export Document Layout to XML</a></li>
<li><a href='http://andpointsbeyond.com/2010/10/04/a-brief-look-at-qlikview-storage/' rel='bookmark' title='A Brief Look at QlikView Storage'>A Brief Look at QlikView Storage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>QlikView&#8217;s &#8220;section access&#8221; security can be easily ignored with a hacked copy of QV.EXE. Hacking the file is a simple process that takes only a few minutes. Do not rely on &#8220;section access&#8221; to protect your data in a local QVW file.</p>
<p>The effectiveness of &#8220;section access&#8221; on server-hosted files is not a part of this warning.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/' addthis:title='QlikView Local File Security Easily Bypassed '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2009/04/29/qlikview-9-export-layout-to-xml/' rel='bookmark' title='QlikView 9: Export Document Layout to XML'>QlikView 9: Export Document Layout to XML</a></li>
<li><a href='http://andpointsbeyond.com/2010/10/04/a-brief-look-at-qlikview-storage/' rel='bookmark' title='A Brief Look at QlikView Storage'>A Brief Look at QlikView Storage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/09/23/qlikview-local-file-security-easily-bypassed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writeback in QlikView</title>
		<link>http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/</link>
		<comments>http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 22:45:57 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[writeback]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=554</guid>
		<description><![CDATA[The ability to push data from QlikView back out to a database is beneficial for what-if analysis, financial reporting, CRM dashboards and more. Unfortunately our ability to achieve this, even using custom code, is limited. On the frontend, there are &#8230; <a href="http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' addthis:title='Writeback in QlikView '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/' rel='bookmark' title='Open-Source QlikView Engine?'>Open-Source QlikView Engine?</a></li>
<li><a href='http://andpointsbeyond.com/2010/01/08/the-year-in-qlikview/' rel='bookmark' title='The Year in QlikView'>The Year in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/08/15/improving-the-load-process-with-multiple-odbc-connections/' rel='bookmark' title='Improving The Load Process With Multiple ODBC Connections'>Improving The Load Process With Multiple ODBC Connections</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The ability to push data from QlikView back out to a database is beneficial for what-if analysis, financial reporting, CRM dashboards and more. Unfortunately our ability to achieve this, even using custom code, is limited. On the frontend, there are only a few objects that can support user input and very little control over how these objects display. On the backend, connecting QlikView back to a database is very difficult to do well.</p>
<p>Part of the problem is that QlikView server is not always in control of this communication. If you&#8217;re using Plugin, it&#8217;s done by the client. If you&#8217;re using AJAX or Mobile, it&#8217;s done by the server. If, however, you code your solution as an Extension, things shift back to the client side again.</p>
<p>The common way to implement writeback is through VBScript macros. Examples of code to achieve this are plentiful on QlikCommunity. Although a simple version can be mocked up in a few lines of code, deploying this solution to many users in a modestly secure environment has serious disadvantages.</p>
<ul>
<li>Each client machine needs to communicate to the database. Therefore, database drivers need to be installed on each client. Credentials need to be included in the code of each QlikView document, leaving them exposed to users. Special ports need to be open in firewalls for driver communication. These are poor security practices and should be reason enough for any enterprise to abandon this approach.</li>
<li>Client-side code is difficult to monitor. Error handling is poor. A separate system would need to be in place to capture errors for analysis and resolution.</li>
<li>Managing conflicts in a distributed environment requires careful design and development.</li>
<li>Communication between the VBS execution environment and the database can be slowed for any number of reasons. This leaves the client in an uncertain state, without feedback on progress or problems. Meanwhile, the application state in QlikView can continue to change. This easily can cause inconsistencies.</li>
<li>Database driver communication uses proprietary protocols that are difficult to monitor for debugging and by network security software.</li>
</ul>
<p>But there is a <em>much</em> better way to implement writeback to a database from QlikView: build a lightweight web service. What this means is to have QlikView send a structured request to a web server that can interpret the request, make the appropriate database changes, and send a useful response back to QlikView. Overall, this approach is far more flexible, reliable, compatible, configurable and maintainable.</p>
<ul>
<li>The response to a web service command (HTTP POST) can itself be an extensive report on the success or failure of any updates. This data can be made visible to the user as a clear confirmation that changes were successful.</li>
<li>Server-side code is more reliable. It&#8217;s far easier to manage many users updating data at the same time. It&#8217;s easier to record and react to errors. Implementing your web service in PHP gives you a community with examples of good design.</li>
<li>Server-side code can handle any level of complexity such as triggering other systems. Client crashes need not leave complex processes in unresolved states.</li>
<li>This approach only requires a web port to be open in the firewall and therefore is more likely to work regardless of where the user is located.</li>
<li>With this approach, it is easier to handle database rollbacks, atomic transactions and other features that support the completion of a transaction.</li>
<li>Changes do not need to be sent to a database one value at a time. Instead, changes can be aggregated into a single update on the QlikView side. Aggregating changes is done faster than database communication. There is less chance of stalling the user session or allowing QlikView&#8217;s state to change in the middle of an update process.</li>
<li>Multiple tables can be updated. For example, not only can a value be updated, but a separate audit log can be updated with who made the change, when, and to what value.</li>
<li>Communication using XML over HTTP is readily captured by network security software.</li>
<li>Web services can leverage existing network infrastructure. For example, IIS &amp; Active Directory will authenticate the user making the web request. The web service code can be passed this information reliably.</li>
<li>The database is read and written by a single set of credentials, written once in the web services code, and running on a secured server, without any access from other machines on the network. This is far more secure and a much easier sell to the IT department.</li>
</ul>
<p>I&#8217;ve had plenty of success with this approach, combining IIS, ActiveDirectory, PHP and QlikView VBScript macro code. I don&#8217;t think we need writeback as a QlikView feature. I would, however, like to see a few changes to QlikView to better support features like this.</p>
<ul>
<li>Support the editing of Input Fields in more objects, such as when used as dimensions in a Pivot Table, or in a bar chart.</li>
<li>Support multi-line text in Input Fields.</li>
<li>Add functions to VBScript and Extensions to identify the rows of a table with Input Fields that have been changed since reload. For Extensions, something like a &#8220;next&#8221; iterator that moves to the next changed value.</li>
<li>Make it possible to share Input Fields across users&#8211;without using collaboration objects as a kludge.</li>
<li>Add Extension/AJAX functions for managing the data behind Extension objects with millions of rows.</li>
<li>Support the updating of Input Fields from AJAX.</li>
</ul>
<p><span style="font-size: small;"><span style="line-height: 24px;">Happy Qliking!</span></span></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' addthis:title='Writeback in QlikView '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2012/01/19/open-source-qlikview-engine/' rel='bookmark' title='Open-Source QlikView Engine?'>Open-Source QlikView Engine?</a></li>
<li><a href='http://andpointsbeyond.com/2010/01/08/the-year-in-qlikview/' rel='bookmark' title='The Year in QlikView'>The Year in QlikView</a></li>
<li><a href='http://andpointsbeyond.com/2008/08/15/improving-the-load-process-with-multiple-odbc-connections/' rel='bookmark' title='Improving The Load Process With Multiple ODBC Connections'>Improving The Load Process With Multiple ODBC Connections</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QlikView Google Maps Javascript v3 Integration</title>
		<link>http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/</link>
		<comments>http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 19:32:11 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[extension objects]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[QV 10]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=562</guid>
		<description><![CDATA[Here is a sample of integrating a Google Maps JavaScript v3 API map into QlikView as an extension object. QlikView Integrate Google Maps JavaScript v3 API Related posts: Pentaho Releases Google Maps Integration What happened to Google? Google+ Product Manager: &#8230; <a href="http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/' addthis:title='QlikView Google Maps Javascript v3 Integration '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2006/10/21/pentaho-releases-google-maps-integration/' rel='bookmark' title='Pentaho Releases Google Maps Integration'>Pentaho Releases Google Maps Integration</a></li>
<li><a href='http://andpointsbeyond.com/2006/08/12/what-happened-to-google/' rel='bookmark' title='What happened to Google?'>What happened to Google?</a></li>
<li><a href='http://andpointsbeyond.com/2012/03/13/google-product-manager-why-i-left-google/' rel='bookmark' title='Google+ Product Manager: Why I Left Google'>Google+ Product Manager: Why I Left Google</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a sample of integrating a Google Maps JavaScript v3 API map into QlikView as an extension object.</p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/06/QlikView-Integrate-Google-Maps-JavaScript-v3-API.zip">QlikView Integrate Google Maps JavaScript v3 API</a></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/' addthis:title='QlikView Google Maps Javascript v3 Integration '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2006/10/21/pentaho-releases-google-maps-integration/' rel='bookmark' title='Pentaho Releases Google Maps Integration'>Pentaho Releases Google Maps Integration</a></li>
<li><a href='http://andpointsbeyond.com/2006/08/12/what-happened-to-google/' rel='bookmark' title='What happened to Google?'>What happened to Google?</a></li>
<li><a href='http://andpointsbeyond.com/2012/03/13/google-product-manager-why-i-left-google/' rel='bookmark' title='Google+ Product Manager: Why I Left Google'>Google+ Product Manager: Why I Left Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying and Pasting Colors In QlikView</title>
		<link>http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/</link>
		<comments>http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/#comments</comments>
		<pubDate>Fri, 20 May 2011 21:46:05 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=545</guid>
		<description><![CDATA[It is possible to copy and paste color settings among all layout objects! Even two-color gradients can be easily copied and pasted. If the destination object doesn&#8217;t support gradients, the first color is kept and the second color is ignored. &#8230; <a href="http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/' addthis:title='Copying and Pasting Colors In QlikView '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2008/08/15/improving-the-load-process-with-multiple-odbc-connections/' rel='bookmark' title='Improving The Load Process With Multiple ODBC Connections'>Improving The Load Process With Multiple ODBC Connections</a></li>
<li><a href='http://andpointsbeyond.com/2009/04/27/qlikview-server-9-new-look/' rel='bookmark' title='QlikView Server 9 New Look!'>QlikView Server 9 New Look!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is possible to copy and paste color settings among all layout objects! Even two-color gradients can be easily copied and pasted. If the destination object doesn&#8217;t support gradients, the first color is kept and the second color is ignored.</p>
<p>Simply right-click on the color box to copy or paste.</p>
<p>My thanks to Joe Feyas for discovering this!</p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/05/color-options.png"><img class="alignnone size-full wp-image-547" title="color options" src="http://andpointsbeyond.com/wp-content/uploads/2011/05/color-options.png" alt="" width="338" height="143" /></a></p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/05/Diaglog-with-color-options.png"><img class="alignnone size-full wp-image-546" title="Diaglog with color options" src="http://andpointsbeyond.com/wp-content/uploads/2011/05/Diaglog-with-color-options.png" alt="" width="659" height="548" /></a></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/' addthis:title='Copying and Pasting Colors In QlikView '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2008/08/15/improving-the-load-process-with-multiple-odbc-connections/' rel='bookmark' title='Improving The Load Process With Multiple ODBC Connections'>Improving The Load Process With Multiple ODBC Connections</a></li>
<li><a href='http://andpointsbeyond.com/2009/04/27/qlikview-server-9-new-look/' rel='bookmark' title='QlikView Server 9 New Look!'>QlikView Server 9 New Look!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/05/20/copying-and-pasting-colors-in-qlikview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can a humble Chart object get some love?</title>
		<link>http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/</link>
		<comments>http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:09:03 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[graphical]]></category>
		<category><![CDATA[graphs]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=497</guid>
		<description><![CDATA[If there was just one question I could ask at this year&#8217;s Qonnections 2011, it would be this&#8230; When are we going to see improvements to the most basic QlikView task: displaying data? Look at the following examples from competitors&#8230; &#8230; <a href="http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/' addthis:title='Can a humble Chart object get some love? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/03/new-in-qv85-plateau-line-chart/' rel='bookmark' title='New In QV8.5: Plateau Line Chart'>New In QV8.5: Plateau Line Chart</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Review of Tableau Professional'>Review of Tableau Professional</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If there was just one question I could ask at this year&#8217;s Qonnections 2011, it would be this&#8230;</p>
<p>When are we going to see improvements to the most basic QlikView task: displaying data?</p>
<p>Look at the following examples from competitors&#8230;</p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/03/Hierarchical-dimensions-on-bar-charts-selected.png"><img class="alignnone size-full wp-image-501" title="Hierarchical dimensions on bar charts-selected" src="http://andpointsbeyond.com/wp-content/uploads/2011/03/Hierarchical-dimensions-on-bar-charts-selected.png" alt="" width="520" height="544" /></a></p>
<p>Above is a Spotfire chart that cleanly displays a 2-level hierarchy of dimension values on the x-axis. Increase to 3 levels and the labels stay organized and readable.</p>
<p>Below is a chart from Tableau.</p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/03/Clean-look.png"><img class="alignnone size-full wp-image-503" title="Clean look" src="http://andpointsbeyond.com/wp-content/uploads/2011/03/Clean-look.png" alt="" width="823" height="673" /></a></p>
<p>The axis labels are only shown at the left and the bottom of the entire trellis. QlikView shows axis labels on each square, adding unnecessary clutter that is not easy to remove. Two dimension values are coded in the size of the dots and their color. Tableau also uses color gradients easily and effectively.</p>
<p>Tableau and Spotfire put a lot of energy into making displays clean and readable. Tableau makes excellent guesses at how to display your data.</p>
<p>QlikView&#8217;s charts have felt clunky for years. The Chart building dialog is huge, confusing and too often doesn&#8217;t work as expected. Charts don&#8217;t adapt well to being small. Axis labels cram into each other, don&#8217;t split lines, and don&#8217;t respect chart settings. Legends use excessive real estate, have limited positioning with no intelligence and don&#8217;t split text. Expression cycles are confusing for end-users. Fonts and colors are buried 3 levels deep. &#8220;Themes&#8221; exclude certain chart elements, requiring the developer to dive deep into menus to make targeted changes. Scatter plots quickly become a messy jumble of points and labels. Removing scatter plot data point labels makes identifying a data point a painful task of color matching.</p>
<p>There doesn&#8217;t seem to be any point in discussing geospatial data, for which QlikView has no native abilities. QlikTech has been frustratingly quiet on this. Want to include Google Maps? You&#8217;re welcome to search for code in the community, or pay more for third-party tools. Meanwhile, the competitors&#8217; native support is easy and attractive.</p>
<p>QlikView is still the best tool out there for &#8220;getting things done&#8221;. Graphical display is one of a few areas where QlikView is lagging. But QlikView is too far behind at this point. Charts have not been overhauled since at most version 7. It&#8217;s time for a major leap forward.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/' addthis:title='Can a humble Chart object get some love? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/03/new-in-qv85-plateau-line-chart/' rel='bookmark' title='New In QV8.5: Plateau Line Chart'>New In QV8.5: Plateau Line Chart</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Review of Tableau Professional'>Review of Tableau Professional</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/04/01/can-a-humble-chart-object-get-some-love/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Trigger QlikView Publisher EDX Task From Windows Powershell</title>
		<link>http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/</link>
		<comments>http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 04:04:09 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[EDX]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Publisher]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=505</guid>
		<description><![CDATA[Here&#8217;s a script to trigger an EDX task from Powershell. As it is, you will need to change QVSERVER to match your server name. The script can then be run from the command line by passing the task name and &#8230; <a href="http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/">Continue reading <span class="meta-nav">&#8594;</span></a><div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/' addthis:title='Trigger QlikView Publisher EDX Task From Windows Powershell '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>
Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/27/how-to-request-a-ticket-using-qlikviews-http-server/' rel='bookmark' title='How To Request A Ticket Using QlikView’s HTTP Server'>How To Request A Ticket Using QlikView’s HTTP Server</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' rel='bookmark' title='Writeback in QlikView'>Writeback in QlikView</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a script to trigger an EDX task from Powershell. As it is, you will need to change QVSERVER to match your server name. The script can then be run from the command line by passing the task name and EDX password as parameters.</p>
<p><a href="http://andpointsbeyond.com/wp-content/uploads/2011/03/QVEDX.zip">Download the QlikView EDX Trigger in Powershell</a>. Do not copy and paste the code below.</p>
<pre class="brush: powershell; title: ; notranslate">
param($taskName,$taskEDXPassword)

function QVPOST([string]$updateurl, [string]$text)
{
     $result = $null
     [System.Net.HttpWebRequest] $request = [System.Net.HttpWebRequest] [System.Net.WebRequest]::Create($updateurl)
     $request.UseDefaultCredentials = $true
     $request.Method = &quot;POST&quot;
     $request.ContentType = &quot;application/x-www-form-urlencoded&quot;
     $request.ContentLength = $text.Length

     [System.IO.StreamWriter] $stOut = new-object System.IO.StreamWriter($request.GetRequestStream(), [System.Text.Encoding]::ASCII)
     $stOut.Write($text)
     $stOut.Close()

     [System.Net.HttpWebResponse] $response = [System.Net.HttpWebResponse] $request.GetResponse()
     if ($response.StatusCode -ne 200)
     {
           $result = &quot;Error : &quot; + $response.StatusCode + &quot; : &quot; + $response.StatusDescription
     }
     else
     {
           $sr = New-Object System.IO.StreamReader($response.GetResponseStream())
           $result = $sr.ReadToEnd()
     }

     return $result
}

1$response = 1(QVPOST &quot;http://QVSERVER:4720/qtxs.asmx&quot; &quot;&lt;Global method=`&quot;GetTimeLimitedRequestKey`&quot; /&gt;&quot;)
$requestKey = $response.GetTimeLimitedRequestKey.GetTimeLimitedRequestKeyResult

$taskEDXRequest=@&quot;
&lt;Global method=&quot;RequestEDX&quot; key=&quot;$($requestKey)&quot;&gt;
&lt;i_TaskIDOrTaskName&gt;$($taskName)&lt;/i_TaskIDOrTaskName&gt;
&lt;i_Password&gt;$($taskEDXPassword)&lt;/i_Password&gt;
&lt;i_VariableName /&gt;
&lt;i_VariableValueList /&gt;
&lt;/Global&gt;
&quot;@

$response = QVPOST &quot;http://QVSERVER:4720/qtxs.asmx&quot; $taskEDXRequest
echo $response.RequestEDX.RequestEDXResult
</pre>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/' addthis:title='Trigger QlikView Publisher EDX Task From Windows Powershell '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol>
<li><a href='http://andpointsbeyond.com/2008/05/27/how-to-request-a-ticket-using-qlikviews-http-server/' rel='bookmark' title='How To Request A Ticket Using QlikView’s HTTP Server'>How To Request A Ticket Using QlikView’s HTTP Server</a></li>
<li><a href='http://andpointsbeyond.com/2008/05/13/using-qlikview-tickets/' rel='bookmark' title='Using QlikView Tickets'>Using QlikView Tickets</a></li>
<li><a href='http://andpointsbeyond.com/2011/07/02/writeback-in-qlikview/' rel='bookmark' title='Writeback in QlikView'>Writeback in QlikView</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2011/03/31/trigger-qlikview-publisher-edx-task-from-windows-powershell/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

