<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for qlikblog.at</title>
	
	<link>http://www.qlikblog.at</link>
	<description>QlikView Blog by Stefan Walther</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:45:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/qlikblogcomments" /><feedburner:info uri="qlikblogcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>qlikblogcomments</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by QlikWarlock</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/1w3rt7QoQTc/</link>
		<dc:creator>QlikWarlock</dc:creator>
		<pubDate>Tue, 03 Jan 2012 16:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-39452</guid>
		<description>There is a great way to solve this.

1) Put:
 "ActiveDocument.GetApplication.Save"
 "ActiveDocument.GetApplication.Quit" 
at the end of the macro.

2) Associate the "export&amp;save Excel macro" to the "OnPostReload" event.

3) Use this call in the command line:
"Qlikview.exe /l /NoSecurity doc.qvw"

The "/l" trigger will open doc.qvw and  reload it without closing and saving.

The export macro will be triggered after the reload.

"ActiveDocument.GetApplication.Save" will force a QlikView save.
"ActiveDocument.GetApplication.Quit" will force a QlikView to close.

This will NOT work with the /r trigger. The /l trigger works in a different way.

This also applies to stuff where the /r trigger does not wait for the macro to finish and closes the QlikView document.</description>
		<content:encoded><![CDATA[<p>There is a great way to solve this.</p>
<p>1) Put:<br />
 &#8220;ActiveDocument.GetApplication.Save&#8221;<br />
 &#8220;ActiveDocument.GetApplication.Quit&#8221;<br />
at the end of the macro.</p>
<p>2) Associate the &#8220;export&amp;save Excel macro&#8221; to the &#8220;OnPostReload&#8221; event.</p>
<p>3) Use this call in the command line:<br />
&#8220;Qlikview.exe /l /NoSecurity doc.qvw&#8221;</p>
<p>The &#8220;/l&#8221; trigger will open doc.qvw and  reload it without closing and saving.</p>
<p>The export macro will be triggered after the reload.</p>
<p>&#8220;ActiveDocument.GetApplication.Save&#8221; will force a QlikView save.<br />
&#8220;ActiveDocument.GetApplication.Quit&#8221; will force a QlikView to close.</p>
<p>This will NOT work with the /r trigger. The /l trigger works in a different way.</p>
<p>This also applies to stuff where the /r trigger does not wait for the macro to finish and closes the QlikView document.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/1w3rt7QoQTc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-39452</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Konrad</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/YmjVDa0qOK8/</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Sat, 31 Dec 2011 10:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-39041</guid>
		<description>Hallo Stefan,

cool, easy and nice to use.

bye
Konrad</description>
		<content:encoded><![CDATA[<p>Hallo Stefan,</p>
<p>cool, easy and nice to use.</p>
<p>bye<br />
Konrad</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/YmjVDa0qOK8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-39041</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Thomas Staffelbach</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/BhhD7872tko/</link>
		<dc:creator>Thomas Staffelbach</dc:creator>
		<pubDate>Fri, 23 Dec 2011 10:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-38194</guid>
		<description>Hello Stefan,

Thanks for your quick reply. 

The resulting expression would not work when I use it in my project. The problem seemst to be related to the part between the account numbers and the else-if statements: 14600000&lt;b&gt;)','$(='S')','$(=&lt;b&gt;If
The tool adds e.g. a closing bracked after the account number, a $-expansion around the search string, a $-expansion around the next if statement and some extra single quotes. When I remove these, the expression works fine.

Regards,
Thomas</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>Thanks for your quick reply. </p>
<p>The resulting expression would not work when I use it in my project. The problem seemst to be related to the part between the account numbers and the else-if statements: 14600000<b>)&#039;,&#039;$(=&#039;S&#039;)&#039;,&#039;$(=</b><b>If<br />
The tool adds e.g. a closing bracked after the account number, a $-expansion around the search string, a $-expansion around the next if statement and some extra single quotes. When I remove these, the expression works fine.</p>
<p>Regards,<br />
Thomas</b></p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/BhhD7872tko" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-38194</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/GEt2NH2RFdw/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Fri, 23 Dec 2011 08:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-38186</guid>
		<description>Here it is ...

http://tools.qlikblog.at/SetAnalysisWizard/?sa=O8PF

Where do you struggle?

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Here it is &#8230;</p>
<p><a href="http://tools.qlikblog.at/SetAnalysisWizard/?sa=O8PF" rel="nofollow">http://tools.qlikblog.at/SetAnalysisWizard/?sa=O8PF</a></p>
<p>Where do you struggle?</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/GEt2NH2RFdw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-38186</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/3LWMTxIso8w/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Fri, 23 Dec 2011 08:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-38185</guid>
		<description>What exactly does not work?

Here is the result:
http://tools.qlikblog.at/SetAnalysisWizard/?sa=HJ3M

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>What exactly does not work?</p>
<p>Here is the result:<br />
<a href="http://tools.qlikblog.at/SetAnalysisWizard/?sa=HJ3M" rel="nofollow">http://tools.qlikblog.at/SetAnalysisWizard/?sa=HJ3M</a></p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/3LWMTxIso8w" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-38185</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Thomas Staffelbach</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/e_o-mSWe0G0/</link>
		<dc:creator>Thomas Staffelbach</dc:creator>
		<pubDate>Fri, 23 Dec 2011 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-38175</guid>
		<description>Here another try...

Sum({1&lt;fact_PhysicalMovement.order_type={"$(=If(dim_AccountAssignmentRules.sap_account_number=14600000,'S',If(dim_AccountAssignmentRules.sap_account_number=14680000,'T',Null())))"}&gt;}fact_PhysicalMovement.total_amt_std)</description>
		<content:encoded><![CDATA[<p>Here another try&#8230;</p>
<p>Sum({1&lt;fact_PhysicalMovement.order_type={&quot;$(=If(dim_AccountAssignmentRules.sap_account_number=14600000,&#039;S&#039;,If(dim_AccountAssignmentRules.sap_account_number=14680000,&#039;T&#039;,Null())))&quot;}&gt;}fact_PhysicalMovement.total_amt_std)</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/e_o-mSWe0G0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-38175</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Thomas Staffelbach</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/HuYVAjc7Y_c/</link>
		<dc:creator>Thomas Staffelbach</dc:creator>
		<pubDate>Fri, 23 Dec 2011 07:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-38174</guid>
		<description>Hello Stefan,

This is an incredible tool! Thanks very much.

I tried to create the following expression with your tool but did not suceed...

Sum ({1} fact_PhysicalMovement.total_amt_std)

Regards,
Thomas</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>This is an incredible tool! Thanks very much.</p>
<p>I tried to create the following expression with your tool but did not suceed&#8230;</p>
<p>Sum ({1} fact_PhysicalMovement.total_amt_std)</p>
<p>Regards,<br />
Thomas</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/HuYVAjc7Y_c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-38174</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Anil</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/H3UQP4kIIIo/</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sat, 17 Dec 2011 07:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-37462</guid>
		<description>Hi, Stefan
I am a new born baby for QlikView. I have read your Tips related article. Now I am seeking detailed document regarding Set Analysis &amp; Aggr function can you suggest any on or can you provide 

Thanks &amp; Regards

Anil</description>
		<content:encoded><![CDATA[<p>Hi, Stefan<br />
I am a new born baby for QlikView. I have read your Tips related article. Now I am seeking detailed document regarding Set Analysis &amp; Aggr function can you suggest any on or can you provide </p>
<p>Thanks &amp; Regards</p>
<p>Anil</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/H3UQP4kIIIo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-37462</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/OapbJ5dBD6A/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 13 Dec 2011 21:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-37030</guid>
		<description>:) Let's see :)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Let&#8217;s see <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/OapbJ5dBD6A" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-37030</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Ed Bobrin</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/XqD2kjxNqnI/</link>
		<dc:creator>Ed Bobrin</dc:creator>
		<pubDate>Fri, 09 Dec 2011 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-36484</guid>
		<description>Stefan,

Nice job!  I am sure this will get used by thousands of people....

Ed</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>Nice job!  I am sure this will get used by thousands of people&#8230;.</p>
<p>Ed</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/XqD2kjxNqnI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-36484</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/j31zrvAjqUc/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 06 Dec 2011 17:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-36160</guid>
		<description>Hi Daan,

yes, the idea of generating the comments automatically is IMHO one of the key features which is really important to be able to re-edit the expressions later on ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Daan,</p>
<p>yes, the idea of generating the comments automatically is IMHO one of the key features which is really important to be able to re-edit the expressions later on &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/j31zrvAjqUc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-36160</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/MWcJF1zEB2U/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 06 Dec 2011 17:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-36159</guid>
		<description>Hi Ebony,

yes, absolutely. I will probably do that in the future but before creating such an application (or publishing my existing test-application :)) I first want to expand the examples section by adding a lot of new examples, dealing with more complex set analysis expressions.

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Ebony,</p>
<p>yes, absolutely. I will probably do that in the future but before creating such an application (or publishing my existing test-application <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) I first want to expand the examples section by adding a lot of new examples, dealing with more complex set analysis expressions.</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/MWcJF1zEB2U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-36159</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/rDhhkITXRdY/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 06 Dec 2011 17:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-36158</guid>
		<description>Thanks Vladimir,

first of all I will concentrate to improve the Set Analysis Wizard a little bit (especially by adding the QV 11 functionality of Alternate States), so there are no further wizards in the pipeline :)

... but some other ideas ... :)

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Thanks Vladimir,</p>
<p>first of all I will concentrate to improve the Set Analysis Wizard a little bit (especially by adding the QV 11 functionality of Alternate States), so there are no further wizards in the pipeline <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8230; but some other ideas &#8230; <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/rDhhkITXRdY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-36158</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Ashwin Pagare</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/tGSBu0hY9No/</link>
		<dc:creator>Ashwin Pagare</dc:creator>
		<pubDate>Tue, 06 Dec 2011 05:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-36090</guid>
		<description>Hello Stefan,

Thanks for the Awesome work done for developers new to QV world to know Set Analysis.

Regards
Ashwin Pagare</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>Thanks for the Awesome work done for developers new to QV world to know Set Analysis.</p>
<p>Regards<br />
Ashwin Pagare</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/tGSBu0hY9No" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-36090</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Ralph G.</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/SAwndihOj88/</link>
		<dc:creator>Ralph G.</dc:creator>
		<pubDate>Mon, 05 Dec 2011 11:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35991</guid>
		<description>This is awesome, as always! Thank you very much for sharing this with the world!</description>
		<content:encoded><![CDATA[<p>This is awesome, as always! Thank you very much for sharing this with the world!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/SAwndihOj88" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35991</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Stephen Redmond</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/P4SX_uPB-pY/</link>
		<dc:creator>Stephen Redmond</dc:creator>
		<pubDate>Mon, 05 Dec 2011 09:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35984</guid>
		<description>Hi Stefan,

Very good!  Nice tool for people who don't do a lot of set analysis.

Regards,


Stephen</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Very good!  Nice tool for people who don&#8217;t do a lot of set analysis.</p>
<p>Regards,</p>
<p>Stephen</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/P4SX_uPB-pY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35984</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Daan Koster</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/kA5LnvXru-g/</link>
		<dc:creator>Daan Koster</dc:creator>
		<pubDate>Sat, 03 Dec 2011 19:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35889</guid>
		<description>Hi Stefan,

Thank you very much for sharing this awesome tool with us.
Set Analysis is very powerfull but hard to understand the goal of an existing expression even if you did create it yourself !!! 
Generation documentation while creating the expressing is a briljant concept.  
This is the wizard we need in QlikView ASAP.

Regards Daan</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Thank you very much for sharing this awesome tool with us.<br />
Set Analysis is very powerfull but hard to understand the goal of an existing expression even if you did create it yourself !!!<br />
Generation documentation while creating the expressing is a briljant concept.<br />
This is the wizard we need in QlikView ASAP.</p>
<p>Regards Daan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/kA5LnvXru-g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35889</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Ebony Stutesman</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/UKtIEjOwPhY/</link>
		<dc:creator>Ebony Stutesman</dc:creator>
		<pubDate>Sat, 03 Dec 2011 19:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35888</guid>
		<description>Nice one!
Would be nice if you could also publish a QV-file with all the expressions used in your examples!

Greetings, Ebony</description>
		<content:encoded><![CDATA[<p>Nice one!<br />
Would be nice if you could also publish a QV-file with all the expressions used in your examples!</p>
<p>Greetings, Ebony</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/UKtIEjOwPhY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35888</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Angie Paulens</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/4wYeYpufw-M/</link>
		<dc:creator>Angie Paulens</dc:creator>
		<pubDate>Sat, 03 Dec 2011 18:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35885</guid>
		<description>Cooooooooooooooool ... this really helps me a lot. The last two hours (it's Saturday!!!) I have used your wizard to create several set analysis statements =&gt; &lt;b&gt;the first time I understand the logic behing set analysis&lt;/b&gt; I am relatively new to qlikview (3 months) ... it's just great! would be nice if you could add more examples to your wizard because they are a really good starting point!
Have a nice weekend and greeting to austria! Angie</description>
		<content:encoded><![CDATA[<p>Cooooooooooooooool &#8230; this really helps me a lot. The last two hours (it&#8217;s Saturday!!!) I have used your wizard to create several set analysis statements =&gt; <b>the first time I understand the logic behing set analysis</b> I am relatively new to qlikview (3 months) &#8230; it&#8217;s just great! would be nice if you could add more examples to your wizard because they are a really good starting point!<br />
Have a nice weekend and greeting to austria! Angie</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/4wYeYpufw-M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35885</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Brian Garland</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/iUjlA7PVD_I/</link>
		<dc:creator>Brian Garland</dc:creator>
		<pubDate>Sat, 03 Dec 2011 16:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35881</guid>
		<description>Brilliant! I suggested to QlikTech when they introduced Set Analysis that they needed such a wizard built into QlikView. I'm glad to see someone took the initiative and got it done.</description>
		<content:encoded><![CDATA[<p>Brilliant! I suggested to QlikTech when they introduced Set Analysis that they needed such a wizard built into QlikView. I&#8217;m glad to see someone took the initiative and got it done.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/iUjlA7PVD_I" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35881</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Matan</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/lzDOfVsEayw/</link>
		<dc:creator>Matan</dc:creator>
		<pubDate>Sat, 03 Dec 2011 16:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35880</guid>
		<description>Look like a wandefull tool that can be very usefull and timesaving.
Thanks a lot !!</description>
		<content:encoded><![CDATA[<p>Look like a wandefull tool that can be very usefull and timesaving.<br />
Thanks a lot !!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/lzDOfVsEayw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35880</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Vladimir Pilonka</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/WAB0iwefhqs/</link>
		<dc:creator>Vladimir Pilonka</dc:creator>
		<pubDate>Sat, 03 Dec 2011 02:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35850</guid>
		<description>Hi Stefan,

Thank you very much for creating this awesome tool.
I especially like the feature of saving the expression on the server, being able to come back and change it after some time!!!


Do you plan any further wizards like this one or the nested-ifs-wizard? ;););)

Cheers, V.</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Thank you very much for creating this awesome tool.<br />
I especially like the feature of saving the expression on the server, being able to come back and change it after some time!!!</p>
<p>Do you plan any further wizards like this one or the nested-ifs-wizard? <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;);)</p>
<p>Cheers, V.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/WAB0iwefhqs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35850</feedburner:origLink></item>
	<item>
		<title>Comment on Set Analysis Wizard for QlikView by Ralph J.</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/Tv5Oj7U-urc/</link>
		<dc:creator>Ralph J.</dc:creator>
		<pubDate>Fri, 02 Dec 2011 23:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1384#comment-35845</guid>
		<description>Wow! Good stuff Stefan! Thanks!</description>
		<content:encoded><![CDATA[<p>Wow! Good stuff Stefan! Thanks!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/Tv5Oj7U-urc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/comment-page-1/#comment-35845</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Phil</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/r-uBnmSq0IA/</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-35730</guid>
		<description>Do you know how to set this option as the default when published over the web?</description>
		<content:encoded><![CDATA[<p>Do you know how to set this option as the default when published over the web?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/r-uBnmSq0IA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-35730</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by LuckyBoy</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/XmCFj0MHpkg/</link>
		<dc:creator>LuckyBoy</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-34744</guid>
		<description>Hi Stefan,
many thanx for your hardwork and especially for sharing it with comunity.
I've tried with success your code (good job man...) but I need using it on a server with zfp user connection: my purpose is to export Qlik data into excel preformated template (with chart). 
I know the existing the native report functionality but for some reasons (internal policy and so on...) I must let end user free to choose what they prefer...obviously they choose to use Excel and its chart. 
The problem is that the code is not functional into my architectural structure (that's very simple...): Qlik server (into consulting agency) - zfp connection (over the web) - (customer) end-user host.
Do you know how I can change the code with success? Or the new function I have to introduce (not yet writed on the example code)? 
thanx a lot

Davide Garavaglia</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
many thanx for your hardwork and especially for sharing it with comunity.<br />
I&#8217;ve tried with success your code (good job man&#8230;) but I need using it on a server with zfp user connection: my purpose is to export Qlik data into excel preformated template (with chart).<br />
I know the existing the native report functionality but for some reasons (internal policy and so on&#8230;) I must let end user free to choose what they prefer&#8230;obviously they choose to use Excel and its chart.<br />
The problem is that the code is not functional into my architectural structure (that&#8217;s very simple&#8230;): Qlik server (into consulting agency) &#8211; zfp connection (over the web) &#8211; (customer) end-user host.<br />
Do you know how I can change the code with success? Or the new function I have to introduce (not yet writed on the example code)?<br />
thanx a lot</p>
<p>Davide Garavaglia</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/XmCFj0MHpkg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-34744</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #25: How do you organize your QlikView projects in your file system? by Lars Jackalin</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/Oo1NUOG8n5s/</link>
		<dc:creator>Lars Jackalin</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=766#comment-34743</guid>
		<description>Hi Stefan.I have just recently started with QV an am looking for a good way of structuring QV projects and your approach certainly seems very good. I have a little  problem understanding it though. I split up a very small program and ended up with having nothing in the 0_Scripts folder, everything ends up in the 3_DataModel folder. Is the Scripts folder just used för backup or am I missing something? Did you btw find the time to prepare the sample project. It might help to clear up things for me.

Brgds / Lasse J</description>
		<content:encoded><![CDATA[<p>Hi Stefan.I have just recently started with QV an am looking for a good way of structuring QV projects and your approach certainly seems very good. I have a little  problem understanding it though. I split up a very small program and ended up with having nothing in the 0_Scripts folder, everything ends up in the 3_DataModel folder. Is the Scripts folder just used för backup or am I missing something? Did you btw find the time to prepare the sample project. It might help to clear up things for me.</p>
<p>Brgds / Lasse J</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/Oo1NUOG8n5s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/766/qliktip-25-organize-qlikview-projects-file-system/comment-page-1/#comment-34743</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #17: Simulating the $(include) command in QlikView macros by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/ow2dSCqWeZg/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=509#comment-33943</guid>
		<description>No, not yet ... :)</description>
		<content:encoded><![CDATA[<p>No, not yet &#8230; <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/ow2dSCqWeZg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/509/simulating-include-command-qlikview-macros/comment-page-1/#comment-33943</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #17: Simulating the $(include) command in QlikView macros by Brian Garland</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/C3rA6w6nqEo/</link>
		<dc:creator>Brian Garland</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=509#comment-33826</guid>
		<description>Stefan, did you ever post those VBS libraries you mention in this article?</description>
		<content:encoded><![CDATA[<p>Stefan, did you ever post those VBS libraries you mention in this article?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/C3rA6w6nqEo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/509/simulating-include-command-qlikview-macros/comment-page-1/#comment-33826</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Kevin</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/G_h-XlkTesM/</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-33818</guid>
		<description>That didn't post as I had expected above, the code should only be two lines, each beginning with "objExcelWorkbook."

But, for anyone interested, it turns out the code does work, it was an issue with macro security in Excel that was causing my problem.

I found this on Microsoft Support, refer to step 7 for the correct settings in Excel.
http://support.microsoft.com/kb/219905</description>
		<content:encoded><![CDATA[<p>That didn&#8217;t post as I had expected above, the code should only be two lines, each beginning with &#8220;objExcelWorkbook.&#8221;</p>
<p>But, for anyone interested, it turns out the code does work, it was an issue with macro security in Excel that was causing my problem.</p>
<p>I found this on Microsoft Support, refer to step 7 for the correct settings in Excel.<br />
<a href="http://support.microsoft.com/kb/219905" rel="nofollow">http://support.microsoft.com/kb/219905</a></p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/G_h-XlkTesM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-33818</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by brindlogcoolguy</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/ZwfO9OjO3Oc/</link>
		<dc:creator>brindlogcoolguy</dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-33494</guid>
		<description>Hi,
 
   Thank you Stefan for sharing your knowledge to us.
    I have the similar requirement with a small change where as i cannot hardcode the range where the object has to get pasted.
 How to dynamically choose the range for pasting the second object. And how to add header and footer dynamically based on the number of pages in the excel sheet. Can you please provide some samples.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   Thank you Stefan for sharing your knowledge to us.<br />
    I have the similar requirement with a small change where as i cannot hardcode the range where the object has to get pasted.<br />
 How to dynamically choose the range for pasting the second object. And how to add header and footer dynamically based on the number of pages in the excel sheet. Can you please provide some samples.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/ZwfO9OjO3Oc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-33494</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Debbie</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/UTXF1rq45RQ/</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Fri, 04 Nov 2011 21:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-32999</guid>
		<description>Is there a way to pass a filter on to the current selections before exporting to excel.
I have one chart that I can easily export using your code.  But I want the object to cycle through the regions and create one tab for each region from the same object ID.

No filter for Region then export to GLOBAL tab
Region = AMER export to AMER tab
etc...</description>
		<content:encoded><![CDATA[<p>Is there a way to pass a filter on to the current selections before exporting to excel.<br />
I have one chart that I can easily export using your code.  But I want the object to cycle through the regions and create one tab for each region from the same object ID.</p>
<p>No filter for Region then export to GLOBAL tab<br />
Region = AMER export to AMER tab<br />
etc&#8230;</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/UTXF1rq45RQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-32999</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Kevin</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/OvFP1n8fZ3o/</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 02 Nov 2011 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-32645</guid>
		<description>Hi Stefan, thanks for the really useful macro.  I also need to do additional formatting to the export and was wondering if you knew any code that would allow me to import an existing macro into the Excel document and run it?

I really don't know VBScript, but I tried this without any success:

objExcelWorkbook.Application.VBE.ActiveVBProject.VBComponents.Import "C:\Users\user\Desktop\macro.bas"
objExcelWorkbook.Application.Run "macro"</description>
		<content:encoded><![CDATA[<p>Hi Stefan, thanks for the really useful macro.  I also need to do additional formatting to the export and was wondering if you knew any code that would allow me to import an existing macro into the Excel document and run it?</p>
<p>I really don&#8217;t know VBScript, but I tried this without any success:</p>
<p>objExcelWorkbook.Application.VBE.ActiveVBProject.VBComponents.Import &#8220;C:\Users\user\Desktop\macro.bas&#8221;<br />
objExcelWorkbook.Application.Run &#8220;macro&#8221;</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/OvFP1n8fZ3o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-32645</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/U3y97at25q4/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 02 Nov 2011 11:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-32589</guid>
		<description>Sorry, please use the community on qlikview.com to post this question (http://www.qlikview.com/community).

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Sorry, please use the community on qlikview.com to post this question (<a href="http://www.qlikview.com/community" rel="nofollow">http://www.qlikview.com/community</a>).</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/U3y97at25q4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-32589</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Diego Adum</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/M948C0LPCm4/</link>
		<dc:creator>Diego Adum</dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-32478</guid>
		<description>Hi Stefan,
 I'm facing some problems with the locations on my map. Is like the values for Latin America are showed to east and values for Asia are showed to west. Something I noticed is when I center latin America on the map all the values belongs to Latin America are showed well (or better). I think my problem is related with the formula used to center the map. (I'm using the one that is being used on the Qlikview sample.)

Longitude: 
=avg( round (256*pow(2,($(var_zoom)-1)))+( Longitude  *((256*pow(2,$(var_zoom)))/360)) )
Latitude:
=avg(((256*pow(2,($(var_zoom)-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,$(var_zoom)))/(2*pi())))))
Sum of tickets:
=Dual(Country, sum({$} [Case Count]))

String on the Dynamic Image=
='http://maps.google.com/staticmap?center='
&amp;  num(var_mid_lat, '##############', '.', ',' ) &amp;  ','  
&amp;  num(var_mid_long, '##############', '.', ',' )  
&amp;  '&amp;zoom=$(var_zoom)'  
&amp;  '&amp;maptype='&amp;var_maptype  
&amp;  '&amp;size='&amp;map_size_x&amp;'x'&amp;map_size_y  
&amp;  '&amp;key='&amp;gmap_key &amp; '.jpg'
&amp;  'sensor=true_or_false'

Script:
// Google Maps in QlikView
// V0.9 - October 1st 2008  © Copyright QlikTech International AB 2008 / AES

// Google Maps Key
// get a key here http://code.google.com/apis/maps/signup.html
gmap_key = 'ABQIAAAA2bV_3zvH8IN-gNX92ByjgRSdapX2gNjAd7fDB7lOLcIRZhEleBSz9ZaixvLiWeauCbq9wsjh-DzpVA';
max_zoom_level = 5; //maximum value 17 

// Variables required for calculating map
// No need to change these
var_pi180=		'=pi()/180';
var_lat_offset=	'0';
var_mc2=		'=256*pow(2,$(var_zoom))';
var_mc1=		'=256*pow(2,($(var_zoom)-1))';
var_mid_lat=	'=min(Latitude)+(1+var_lat_offset)*((max(Latitude)-min(Latitude))/2)';
var_mid_long=	'=min(Longitude)+(max(Longitude)-min(Longitude))/2';
var_zoom=		'=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude  *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( Longitude  *((256*pow(2,_zoom_level ))/360)) ) &lt;map_size_x AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))&lt;map_size_y,_zoom_level,1),_zoom_level))';
var_maptype=	'=if(isnull(only(maptype)),fieldvalue( '&amp;chr(39)&amp;'maptype'&amp;chr(39)&amp;', 1 ),maptype)';
map_size_x=	    '800';
map_size_y=     '600';

SET HidePrefix='_' ;
// Field required for calcualting best zoom level
_zoom_level:
Load RecNo( ) as _zoom_level autogenerate(max_zoom_level);

maptype:
LOAD * INLINE [
    maptype
    roadmap
	mobile
	satellite
	terrain
	hybrid 
];

Thanks for your support!</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
 I&#8217;m facing some problems with the locations on my map. Is like the values for Latin America are showed to east and values for Asia are showed to west. Something I noticed is when I center latin America on the map all the values belongs to Latin America are showed well (or better). I think my problem is related with the formula used to center the map. (I&#8217;m using the one that is being used on the Qlikview sample.)</p>
<p>Longitude:<br />
=avg( round (256*pow(2,($(var_zoom)-1)))+( Longitude  *((256*pow(2,$(var_zoom)))/360)) )<br />
Latitude:<br />
=avg(((256*pow(2,($(var_zoom)-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,$(var_zoom)))/(2*pi())))))<br />
Sum of tickets:<br />
=Dual(Country, sum({$} [Case Count]))</p>
<p>String on the Dynamic Image=<br />
=&#8217;http://maps.google.com/staticmap?center=&#8217;<br />
&amp;  num(var_mid_lat, &#8216;##############&#8217;, &#8216;.&#8217;, &#8216;,&#8217; ) &amp;  &#8216;,&#8217;<br />
&amp;  num(var_mid_long, &#8216;##############&#8217;, &#8216;.&#8217;, &#8216;,&#8217; )<br />
&amp;  &#8216;&amp;zoom=$(var_zoom)&#8217;<br />
&amp;  &#8216;&amp;maptype=&#8217;&amp;var_maptype<br />
&amp;  &#8216;&amp;size=&#8217;&amp;map_size_x&amp;&#8217;x'&amp;map_size_y<br />
&amp;  &#8216;&amp;key=&#8217;&amp;gmap_key &amp; &#8216;.jpg&#8217;<br />
&amp;  &#8216;sensor=true_or_false&#8217;</p>
<p>Script:<br />
// Google Maps in QlikView<br />
// V0.9 &#8211; October 1st 2008  © Copyright QlikTech International AB 2008 / AES</p>
<p>// Google Maps Key<br />
// get a key here <a href="http://code.google.com/apis/maps/signup.html" rel="nofollow">http://code.google.com/apis/maps/signup.html</a><br />
gmap_key = &#8216;ABQIAAAA2bV_3zvH8IN-gNX92ByjgRSdapX2gNjAd7fDB7lOLcIRZhEleBSz9ZaixvLiWeauCbq9wsjh-DzpVA&#8217;;<br />
max_zoom_level = 5; //maximum value 17 </p>
<p>// Variables required for calculating map<br />
// No need to change these<br />
var_pi180=		&#8216;=pi()/180&#8242;;<br />
var_lat_offset=	&#8217;0&#8242;;<br />
var_mc2=		&#8216;=256*pow(2,$(var_zoom))&#8217;;<br />
var_mc1=		&#8216;=256*pow(2,($(var_zoom)-1))&#8217;;<br />
var_mid_lat=	&#8216;=min(Latitude)+(1+var_lat_offset)*((max(Latitude)-min(Latitude))/2)&#8217;;<br />
var_mid_long=	&#8216;=min(Longitude)+(max(Longitude)-min(Longitude))/2&#8242;;<br />
var_zoom=		&#8216;=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude  *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( Longitude  *((256*pow(2,_zoom_level ))/360)) ) &lt;map_size_x AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))&lt;map_size_y,_zoom_level,1),_zoom_level))&#039;;<br />
var_maptype=	&#039;=if(isnull(only(maptype)),fieldvalue( &#039;&amp;chr(39)&amp;&#039;maptype&#039;&amp;chr(39)&amp;&#039;, 1 ),maptype)&#039;;<br />
map_size_x=	    &#039;800&#039;;<br />
map_size_y=     &#039;600&#039;;</p>
<p>SET HidePrefix=&#039;_&#039; ;<br />
// Field required for calcualting best zoom level<br />
_zoom_level:<br />
Load RecNo( ) as _zoom_level autogenerate(max_zoom_level);</p>
<p>maptype:<br />
LOAD * INLINE [<br />
    maptype<br />
    roadmap<br />
	mobile<br />
	satellite<br />
	terrain<br />
	hybrid<br />
];</p>
<p>Thanks for your support!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/M948C0LPCm4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-32478</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/R-Pc-I6Y_uM/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-31693</guid>
		<description>Sorry, I do not exactly understand what you are trying to achieve ...

Please send me an example (you'll find my eMail-address in the "About Me" section of this blog).

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Sorry, I do not exactly understand what you are trying to achieve &#8230;</p>
<p>Please send me an example (you&#8217;ll find my eMail-address in the &#8220;About Me&#8221; section of this blog).</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/R-Pc-I6Y_uM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-31693</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/0kymdd0QS5g/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 26 Oct 2011 18:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-31692</guid>
		<description>Hi,

the answer for your questions is quite simple:

Just use the macro recorder in Excel, have a look at the generated code and use it in VBScript ...
That's the way I have implemented similar taks...

Hope this helps!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the answer for your questions is quite simple:</p>
<p>Just use the macro recorder in Excel, have a look at the generated code and use it in VBScript &#8230;<br />
That&#8217;s the way I have implemented similar taks&#8230;</p>
<p>Hope this helps!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/0kymdd0QS5g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-31692</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by meape</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/04ZohzcXcoQ/</link>
		<dc:creator>meape</dc:creator>
		<pubDate>Wed, 26 Oct 2011 18:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-31688</guid>
		<description>Dear Stefan,

Truly great read thank you for all this and the code.  With your answers to comments I have started implementing exactly what the bosses were asking for.  Until they decided the wanted additional formatting into the excel document created here.  Do you know or have resources to do that?  Some things include one row text be rotated 90 degrees or shaded while another row would be black with white text.  They also want ascetic changes similar to those.  To be honest I don't really know where  to begin.</description>
		<content:encoded><![CDATA[<p>Dear Stefan,</p>
<p>Truly great read thank you for all this and the code.  With your answers to comments I have started implementing exactly what the bosses were asking for.  Until they decided the wanted additional formatting into the excel document created here.  Do you know or have resources to do that?  Some things include one row text be rotated 90 degrees or shaded while another row would be black with white text.  They also want ascetic changes similar to those.  To be honest I don&#8217;t really know where  to begin.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/04ZohzcXcoQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-31688</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Laurent</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/RgL2ikpvA7Y/</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Thu, 20 Oct 2011 10:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-30972</guid>
		<description>Hello Stefan,

is there a way to export chart or table window title, even if it's a calculated one?
 With mode "picture", no problem, but I want it also for mode "data" or "export excel" to be able to modify value in excel file if needed. I've made this code for export excel:

[vb]
if (pasteMode = "image") then
      objExcelDoc.Sheets(sheetName).PasteSpecial "Bitmap"
elseif (pasteMode = "excel") then

      'Format cells and pastespecial
      xlDown = -4121
      xlToRight = -4161
								
      Set objExcel = CreateObject("Excel.Application")
      objExcel.Workbooks.Open("c:\temp\Flashtemp.xls")
      objExcel.Visible = True
      objExcel.DisplayAlerts = false
      objExcel.ActiveSheet.Range("A1",objExcel.ActiveSheet.Range("A1").End(xlDown).End(xlToRight)).select
      objExcel.ActiveSheet.Range("A1",objExcel.ActiveSheet.Range("A1").End(xlDown).End(xlToRight)).copy
      objExcelDoc.Sheets(sheetName).Range(sheetRange).Select   'Select field where data should be pasted
   
      objExcelDoc.Sheets(sheetName).PasteSpecial (xlPasteAllUsingSourceTheme)   'PasteSpecial to be allowed to modify table on Excel with same QlikView Format
      objExcel.Workbooks("Flashtemp.xls").Close
   else
      objExcelDoc.Sheets(sheetName).Paste
end if
[/vb]

Thanks for your help

Regards

Laurent</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>is there a way to export chart or table window title, even if it&#8217;s a calculated one?<br />
 With mode &#8220;picture&#8221;, no problem, but I want it also for mode &#8220;data&#8221; or &#8220;export excel&#8221; to be able to modify value in excel file if needed. I&#8217;ve made this code for export excel:</p>
<pre class="brush: vb;">
if (pasteMode = &quot;image&quot;) then
      objExcelDoc.Sheets(sheetName).PasteSpecial &quot;Bitmap&quot;
elseif (pasteMode = &quot;excel&quot;) then

      'Format cells and pastespecial
      xlDown = -4121
      xlToRight = -4161

      Set objExcel = CreateObject(&quot;Excel.Application&quot;)
      objExcel.Workbooks.Open(&quot;c:\temp\Flashtemp.xls&quot;)
      objExcel.Visible = True
      objExcel.DisplayAlerts = false
      objExcel.ActiveSheet.Range(&quot;A1&quot;,objExcel.ActiveSheet.Range(&quot;A1&quot;).End(xlDown).End(xlToRight)).select
      objExcel.ActiveSheet.Range(&quot;A1&quot;,objExcel.ActiveSheet.Range(&quot;A1&quot;).End(xlDown).End(xlToRight)).copy
      objExcelDoc.Sheets(sheetName).Range(sheetRange).Select   'Select field where data should be pasted

      objExcelDoc.Sheets(sheetName).PasteSpecial (xlPasteAllUsingSourceTheme)   'PasteSpecial to be allowed to modify table on Excel with same QlikView Format
      objExcel.Workbooks(&quot;Flashtemp.xls&quot;).Close
   else
      objExcelDoc.Sheets(sheetName).Paste
end if
</pre>
<p>Thanks for your help</p>
<p>Regards</p>
<p>Laurent</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/RgL2ikpvA7Y" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-30972</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Murali</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/e2aXLIzf6Is/</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Wed, 19 Oct 2011 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-30844</guid>
		<description>Hi Stefan,

Could you please help me with a sample .vbs file which I can use to export a table object data using external tasks.

I tried writing using the options you have advised, but I couldn't get it.

Thanks in advance for your help.

Regards,
Murali</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Could you please help me with a sample .vbs file which I can use to export a table object data using external tasks.</p>
<p>I tried writing using the options you have advised, but I couldn&#8217;t get it.</p>
<p>Thanks in advance for your help.</p>
<p>Regards,<br />
Murali</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/e2aXLIzf6Is" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-30844</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Ketty</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/30pO7-UgjwA/</link>
		<dc:creator>Ketty</dc:creator>
		<pubDate>Tue, 18 Oct 2011 05:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-30675</guid>
		<description>hi, Stefun
It is working now, thanks a lot.</description>
		<content:encoded><![CDATA[<p>hi, Stefun<br />
It is working now, thanks a lot.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/30pO7-UgjwA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-30675</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/mkpyFlutXoc/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-29963</guid>
		<description>Did you include the macro which is posted above?

I found out that is error occurs if the function "copyObjectsToExcelSheet" is not included ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Did you include the macro which is posted above?</p>
<p>I found out that is error occurs if the function &#8220;copyObjectsToExcelSheet&#8221; is not included &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/mkpyFlutXoc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-29963</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/hLIFWomG3-U/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-29962</guid>
		<description>Did you include the macro where the function "copyObjectsToExcelSheet" is defined?

Have a look at the attached examples ...

Let me know, if this helps!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Did you include the macro where the function &#8220;copyObjectsToExcelSheet&#8221; is defined?</p>
<p>Have a look at the attached examples &#8230;</p>
<p>Let me know, if this helps!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/hLIFWomG3-U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-29962</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by mallikarjun</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/CmDnJxgYPXs/</link>
		<dc:creator>mallikarjun</dc:creator>
		<pubDate>Thu, 13 Oct 2011 16:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-29959</guid>
		<description>Hi Stefan,
I am using below mentioned code as a macro in QVW,but when i debug i am getting below error
Type mismatch: 'copyObjectsToExcelSheet' for below line of code

[vb]
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)

sub exportexcel

Dim aryExport(1,3)

aryExport(0,0) = "TB08"
aryExport(0,1) = "Sales per Region"
aryExport(0,2) = "A1"
aryExport(0,3) = "data"

aryExport(1,0) = "TB16"
aryExport(1,1) = "Top Customers"
aryExport(1,2) = "A1"
aryExport(1,3) = "data"


Dim objExcelWorkbook 'as Excel.Workbook
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)
[/vb]

end sub
Thanks 
Mallikarjun</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
I am using below mentioned code as a macro in <acronym title="QlikView file format">QVW</acronym>,but when i debug i am getting below error<br />
Type mismatch: &#8216;copyObjectsToExcelSheet&#8217; for below line of code</p>
<pre class="brush: vb;">
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)

sub exportexcel

Dim aryExport(1,3)

aryExport(0,0) = &quot;TB08&quot;
aryExport(0,1) = &quot;Sales per Region&quot;
aryExport(0,2) = &quot;A1&quot;
aryExport(0,3) = &quot;data&quot;

aryExport(1,0) = &quot;TB16&quot;
aryExport(1,1) = &quot;Top Customers&quot;
aryExport(1,2) = &quot;A1&quot;
aryExport(1,3) = &quot;data&quot;

Dim objExcelWorkbook 'as Excel.Workbook
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)
</pre>
<p>end sub<br />
Thanks<br />
Mallikarjun</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/CmDnJxgYPXs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-29959</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/bMMMkRoEHiY/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 13 Oct 2011 06:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-29889</guid>
		<description>Check the security settings for the macro:

Ctrl + Shift + M
=&gt; then select "Give System Access to Module Script"

Hope this works!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Check the security settings for the macro:</p>
<p>Ctrl + Shift + M<br />
=> then select &#8220;Give System Access to Module Script&#8221;</p>
<p>Hope this works!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/bMMMkRoEHiY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-29889</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Ketty</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/2b1csnMOTus/</link>
		<dc:creator>Ketty</dc:creator>
		<pubDate>Thu, 13 Oct 2011 01:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-29855</guid>
		<description>hi, Stefun
This is a very useful article for me, I'm new in development. when I run you application, system shows error below, not too sure what should I do?  thks

ActiveX component can't create object: 'Excel.Application'</description>
		<content:encoded><![CDATA[<p>hi, Stefun<br />
This is a very useful article for me, I&#8217;m new in development. when I run you application, system shows error below, not too sure what should I do?  thks</p>
<p>ActiveX component can&#8217;t create object: &#8216;Excel.Application&#8217;</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/2b1csnMOTus" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-29855</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/QfEZjLYwVW0/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Fri, 30 Sep 2011 10:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-27936</guid>
		<description>Sorry, it is not exactly clear for me what you are trying to achieve ...

You have two possibilities to publish QlikView applications:

- The QlikView-file itself (for offline usage); in this case every user would need a local QlikView client
- If you are using the web client of QlikView you always need a QlikView Server/Webserver behind ...

Hope this helps!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Sorry, it is not exactly clear for me what you are trying to achieve &#8230;</p>
<p>You have two possibilities to publish QlikView applications:</p>
<p>- The QlikView-file itself (for offline usage); in this case every user would need a local QlikView client<br />
- If you are using the web client of QlikView you always need a QlikView Server/Webserver behind &#8230;</p>
<p>Hope this helps!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/QfEZjLYwVW0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-27936</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/WyzN-E7b1nE/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 28 Sep 2011 18:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-27579</guid>
		<description>No, unfortunately not ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>No, unfortunately not &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/WyzN-E7b1nE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-27579</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Luis</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/1kdLD8hdLxk/</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-27561</guid>
		<description>Hi Stefan,

Thanks for your contribution.  A real helper.

I have the issue that the QV objects that I send to Excel get moved to very strange locations in the sheet; hence scrambling my QV object.  Any insights as to what can be causing this?

Regards,

Luis</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Thanks for your contribution.  A real helper.</p>
<p>I have the issue that the QV objects that I send to Excel get moved to very strange locations in the sheet; hence scrambling my QV object.  Any insights as to what can be causing this?</p>
<p>Regards,</p>
<p>Luis</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/1kdLD8hdLxk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-27561</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #6: Null-Values in Listboxen ausblenden by Martin</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/tqAk2cGjn5g/</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=198#comment-27471</guid>
		<description>Hallo 

ich hätte auch Interesse an einer Lösung für ein Diagramm (Pivottabelle).
Es soll ein Wert der im Umsatz 0 ist nicht angezeigt werden und somit die dahinter stehende Stückzahl mitgezählt werden.

Danke und viele Grüße
MW</description>
		<content:encoded><![CDATA[<p>Hallo </p>
<p>ich hätte auch Interesse an einer Lösung für ein Diagramm (Pivottabelle).<br />
Es soll ein Wert der im Umsatz 0 ist nicht angezeigt werden und somit die dahinter stehende Stückzahl mitgezählt werden.</p>
<p>Danke und viele Grüße<br />
MW</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/tqAk2cGjn5g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/198/qliktip-6-null-values-in-listboxen-ausblenden/comment-page-1/#comment-27471</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by LeeS</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/72IlJrvwsKk/</link>
		<dc:creator>LeeS</dc:creator>
		<pubDate>Mon, 26 Sep 2011 09:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-27086</guid>
		<description>Hi Stefan,

Thanks for your reply.

I found that excel would show the path to the image file on the export so I ended up doing a search across all cells for the string and changed the value and cell background.

That way i could still have the images in qlikview but the excel report would still make sense

Regards
Lee</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Thanks for your reply.</p>
<p>I found that excel would show the path to the image file on the export so I ended up doing a search across all cells for the string and changed the value and cell background.</p>
<p>That way i could still have the images in qlikview but the excel report would still make sense</p>
<p>Regards<br />
Lee</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/72IlJrvwsKk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-27086</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/RURpFP7wRY8/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Mon, 26 Sep 2011 08:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-27078</guid>
		<description>Hi Lee,

no unfortunately I do not know any possibility to transfer the images within tables also as images to Excel.
What I would do if Excel-export is needed:

- Instead of using images use cell-background to highlight special rows/cells

Hope this helps ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Lee,</p>
<p>no unfortunately I do not know any possibility to transfer the images within tables also as images to Excel.<br />
What I would do if Excel-export is needed:</p>
<p>- Instead of using images use cell-background to highlight special rows/cells</p>
<p>Hope this helps &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/RURpFP7wRY8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-27078</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Carlos Gutierrez</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/VEFS9woFIf8/</link>
		<dc:creator>Carlos Gutierrez</dc:creator>
		<pubDate>Wed, 21 Sep 2011 21:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-26261</guid>
		<description>Hi there,
Sorry for my poor english.!!

I want to publish Qlikview Apps on Google Sites, is that posible ????. Actually users can only access via Acces Point.
Thanks for help
Regards,</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Sorry for my poor english.!!</p>
<p>I want to publish Qlikview Apps on Google Sites, is that posible ????. Actually users can only access via Acces Point.<br />
Thanks for help<br />
Regards,</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/VEFS9woFIf8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-26261</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by LeeS</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/N9NeMnpWO-0/</link>
		<dc:creator>LeeS</dc:creator>
		<pubDate>Mon, 19 Sep 2011 16:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-26002</guid>
		<description>Hi Stefan,

Thanks for the great solution! I've been trying to work out how to do this for a while now.

Do you know if there is a way to transfer chart traffic light images along with the data? Currently I am left with a worksheet showing the path in the cell

Thanks

Lee</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Thanks for the great solution! I&#8217;ve been trying to work out how to do this for a while now.</p>
<p>Do you know if there is a way to transfer chart traffic light images along with the data? Currently I am left with a worksheet showing the path in the cell</p>
<p>Thanks</p>
<p>Lee</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/N9NeMnpWO-0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-26002</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by nechama kataqn</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/anl5nHLLx-s/</link>
		<dc:creator>nechama kataqn</dc:creator>
		<pubDate>Sun, 11 Sep 2011 17:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-24916</guid>
		<description>I think I can make these work. Thanks!</description>
		<content:encoded><![CDATA[<p>I think I can make these work. Thanks!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/anl5nHLLx-s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24916</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #36: Loading a mapping table directly from a QVD file (QV10 SR2+) by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/IBI83qP4TFI/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1368#comment-24870</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/IBI83qP4TFI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1368/qliktip-36-loading-mapping-table-qvd-file-qv10-sr2/comment-page-1/#comment-24870</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #26: Introducing Linked Objects in QlikView 10 by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/abbL3aU5_Wc/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=779#comment-24869</guid>
		<description>No! I don't think so!

Certainly this option is only available for linked objects:


Context Menu
Linked Objects
Unlink This Object



Regards
Stefan</description>
		<content:encoded><![CDATA[<p>No! I don&#8217;t think so!</p>
<p>Certainly this option is only available for linked objects:</p>
<p>Context Menu<br />
Linked Objects<br />
Unlink This Object</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/abbL3aU5_Wc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/779/qliktip-26-introducing-linked-objects-qlikview-10/comment-page-1/#comment-24869</feedburner:origLink></item>
	<item>
		<title>Comment on A little tool for creating nested if-statements by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/P0D0LBBHNiU/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=464#comment-24868</guid>
		<description>Nice to hear/read that!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Nice to hear/read that!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/P0D0LBBHNiU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/464/tool-creating-nested-ifstatements/comment-page-1/#comment-24868</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/BkT1DSykWdQ/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-24867</guid>
		<description>No, unfortunately not; this macro code just uses different objects (object ids), you would need to implement/add your logic to change the underlaying expression of an object to achieve what you have described above ...

Have a look at one of the comments below:
http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24865

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>No, unfortunately not; this macro code just uses different objects (object ids), you would need to implement/add your logic to change the underlaying expression of an object to achieve what you have described above &#8230;</p>
<p>Have a look at one of the comments below:<br />
<a href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24865" rel="nofollow">http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24865</a></p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/BkT1DSykWdQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24867</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/Hg3cHqt4F5k/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-24866</guid>
		<description>This can have two reasons:

1) Excel is not installed ?? ==&gt; Install Excel :)
2) The security settings do not allow to create an instance of Excel ==&gt; check the security settings of your macro-code!!!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>This can have two reasons:</p>
<p>1) Excel is not installed ?? ==> Install Excel <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
2) The security settings do not allow to create an instance of Excel ==> check the security settings of your macro-code!!!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/Hg3cHqt4F5k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24866</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/qtrBHq5P2vM/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-24865</guid>
		<description>Yes, certainly you could do that.
Several possibilities come in my mind:

1) Create a data island with the formulas for the tables, then

pseudo-code:

a) Select first record in the data island containing fist formula
b) copy the object containg the selected formula to excel
c) select the second record in the data island contaning the second formula
d) copy the object containg the selected formula to excel
e) and so on ...

2) Second possibility would be to change the expression/formula by macro.
This would result into the following pseudo code

a) Set the expression to formula A
b) copy the object to Excel containing formula A
c) change the expression to formula B
d) copy the object to Excel containing formula B
e) and so on ...

Hope this helps ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Yes, certainly you could do that.<br />
Several possibilities come in my mind:</p>
<p>1) Create a data island with the formulas for the tables, then</p>
<p>pseudo-code:</p>
<p>a) Select first record in the data island containing fist formula<br />
b) copy the object containg the selected formula to excel<br />
c) select the second record in the data island contaning the second formula<br />
d) copy the object containg the selected formula to excel<br />
e) and so on &#8230;</p>
<p>2) Second possibility would be to change the expression/formula by macro.<br />
This would result into the following pseudo code</p>
<p>a) Set the expression to formula A<br />
b) copy the object to Excel containing formula A<br />
c) change the expression to formula B<br />
d) copy the object to Excel containing formula B<br />
e) and so on &#8230;</p>
<p>Hope this helps &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/qtrBHq5P2vM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-24865</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/VlIFx5nUp9k/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23314</guid>
		<description>No, unfortunately not ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>No, unfortunately not &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/VlIFx5nUp9k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23314</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/jHk-IKHvsRk/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23313</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/jHk-IKHvsRk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23313</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Nechama Katan</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/YK0HkKnuBQY/</link>
		<dc:creator>Nechama Katan</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23288</guid>
		<description>I will see if I can shrink the file and have the error stay so that I can send it.</description>
		<content:encoded><![CDATA[<p>I will see if I can shrink the file and have the error stay so that I can send it.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/YK0HkKnuBQY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23288</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Nechama Katan</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/6woOKdDPg4M/</link>
		<dc:creator>Nechama Katan</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23286</guid>
		<description>This is a very cool piece of code. I have a related problem that I need some help with.
I am using this to export 30 different "chart" tables from QV into excel. Each one is set up with set analysis. maintaining and setting this up is error prone. Is there anyway to create a sample table and then a look up table so that I can read through the "sets" and generate one table, copy it over, change variables etc...?
Thanks</description>
		<content:encoded><![CDATA[<p>This is a very cool piece of code. I have a related problem that I need some help with.<br />
I am using this to export 30 different &#8220;chart&#8221; tables from QV into excel. Each one is set up with set analysis. maintaining and setting this up is error prone. Is there anyway to create a sample table and then a look up table so that I can read through the &#8220;sets&#8221; and generate one table, copy it over, change variables etc&#8230;?<br />
Thanks</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/6woOKdDPg4M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23286</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Clever Anjos</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/fDGpAyg58Ww/</link>
		<dc:creator>Clever Anjos</dc:creator>
		<pubDate>Thu, 01 Sep 2011 17:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23260</guid>
		<description>Hello,
Thank you for the code.

We´re experiencing a little problem here.

When I use my QV for developing, your code works fine.

But when we deploy the application to our server, we´re getting this error message:
"Macro parse failed.
exportToExcel_variant1
Error: ActiveX component can't create object: 'Excel.Application' 

Any ideas how to solve this?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for the code.</p>
<p>We´re experiencing a little problem here.</p>
<p>When I use my QV for developing, your code works fine.</p>
<p>But when we deploy the application to our server, we´re getting this error message:<br />
&#8220;Macro parse failed.<br />
exportToExcel_variant1<br />
Error: ActiveX component can&#8217;t create object: &#8216;Excel.Application&#8217; </p>
<p>Any ideas how to solve this?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/fDGpAyg58Ww" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23260</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by TonyS</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/rZ4NB69jITw/</link>
		<dc:creator>TonyS</dc:creator>
		<pubDate>Thu, 01 Sep 2011 14:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23235</guid>
		<description>Hi Stefan,

Like mallikarjun I am aslo getting "Type mismatch: 'copyObjectsToExcelSheet'" on the line:
"Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)" when I debug.  I am using the code as follows.  Let me know if you need more information.  Thanks - Tony

[vb]
Dim aryExport(3,3)  

aryExport(0,0) = "objCH01"
aryExport(0,1) = "LOB Charts"
aryExport(0,2) = "A1"
aryExport(0,3) = "image" 

aryExport(1,0) = "objCH03"
aryExport(1,1) = "LOB Charts"
aryExport(1,2) = "H1"
aryExport(1,3) = "image" 

aryExport(2,0) = "objTB01"
aryExport(2,1) = "Functional View"
aryExport(2,2) = "A1" 
aryExport(2,3) = "data" 


aryExport(3,0) = "objCH02" 
aryExport(3,1) = "Functional View" 
aryExport(3,2) = "H1" 
aryExport(3,3) = "image" 

Dim objExcelWorkbook 'as Excel.Workbook 
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)
[/vb]</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>Like mallikarjun I am aslo getting &#8220;Type mismatch: &#8216;copyObjectsToExcelSheet&#8217;&#8221; on the line:<br />
&#8220;Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)&#8221; when I debug.  I am using the code as follows.  Let me know if you need more information.  Thanks &#8211; Tony</p>
<pre class="brush: vb;">
Dim aryExport(3,3)  

aryExport(0,0) = &quot;objCH01&quot;
aryExport(0,1) = &quot;LOB Charts&quot;
aryExport(0,2) = &quot;A1&quot;
aryExport(0,3) = &quot;image&quot; 

aryExport(1,0) = &quot;objCH03&quot;
aryExport(1,1) = &quot;LOB Charts&quot;
aryExport(1,2) = &quot;H1&quot;
aryExport(1,3) = &quot;image&quot; 

aryExport(2,0) = &quot;objTB01&quot;
aryExport(2,1) = &quot;Functional View&quot;
aryExport(2,2) = &quot;A1&quot;
aryExport(2,3) = &quot;data&quot; 

aryExport(3,0) = &quot;objCH02&quot;
aryExport(3,1) = &quot;Functional View&quot;
aryExport(3,2) = &quot;H1&quot;
aryExport(3,3) = &quot;image&quot; 

Dim objExcelWorkbook 'as Excel.Workbook
Set objExcelWorkbook = copyObjectsToExcelSheet(ActiveDocument, aryExport)
</pre>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/rZ4NB69jITw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23235</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Richard</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/sGHQegUWuXE/</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 01 Sep 2011 10:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-23212</guid>
		<description>Hi Stefan,

This is fantastic.
Is there a way to specify a field name that a Chart uses. I want to re-use the same chart on an excel sheet but based on specific field content. For example, I want to put 4 charts on one sheet, each chart refers to a specific KPI Name?</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>This is fantastic.<br />
Is there a way to specify a field name that a Chart uses. I want to re-use the same chart on an excel sheet but based on specific field content. For example, I want to put 4 charts on one sheet, each chart refers to a specific KPI Name?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/sGHQegUWuXE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-23212</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/X65wODgLgs8/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-22944</guid>
		<description>Unfortunately no, but based on my macro you could quite easy adapt this to Word ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Unfortunately no, but based on my macro you could quite easy adapt this to Word &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/X65wODgLgs8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-22944</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Kerry</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/V6aZfxdDvgA/</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-22941</guid>
		<description>Hi Stephan, 

Do you have a macro that does the same but for word? 

Thanks! 

K</description>
		<content:encoded><![CDATA[<p>Hi Stephan, </p>
<p>Do you have a macro that does the same but for word? </p>
<p>Thanks! </p>
<p>K</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/V6aZfxdDvgA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-22941</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/OU15Xo39Xlg/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 24 Aug 2011 07:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-21936</guid>
		<description>Hi,

hmmmm, interesting ...
Could you send me an example, so I could try to reproduce this ...

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>hmmmm, interesting &#8230;<br />
Could you send me an example, so I could try to reproduce this &#8230;</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/OU15Xo39Xlg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-21936</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Nechama</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/JBLxrYC_Sk4/</link>
		<dc:creator>Nechama</dc:creator>
		<pubDate>Tue, 23 Aug 2011 23:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-21895</guid>
		<description>This is an amazing piece of code...
Have you run into any memory issues with QV 10 SR2 ?
When I run the macro it eats memory (I have 30 objects) and does not release the memory unless I reboot....
This causes QV to crash if I run the macro more than 1 or 2 times and it will not save the file.
Thanks
Nechama</description>
		<content:encoded><![CDATA[<p>This is an amazing piece of code&#8230;<br />
Have you run into any memory issues with QV 10 SR2 ?<br />
When I run the macro it eats memory (I have 30 objects) and does not release the memory unless I reboot&#8230;.<br />
This causes QV to crash if I run the macro more than 1 or 2 times and it will not save the file.<br />
Thanks<br />
Nechama</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/JBLxrYC_Sk4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-21895</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Kim Roermark</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/FdWnZ52t2pI/</link>
		<dc:creator>Kim Roermark</dc:creator>
		<pubDate>Tue, 16 Aug 2011 10:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-20616</guid>
		<description>Hi,

I get an error on "Call objSource.CopyTableToClipboard(true) '// default &amp; fallback" in the copyObjectsToExceSheet sub when trying to export multiple straight tables that resides in a container object.

If I try to export the first two tables it will successfully export the first one ONLY if that first table are active, and it creates the second sheet in excel. If the second table are active, it fails before et manages to export the first one.

Hope you understand what I am trying to explain.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get an error on &#8220;Call objSource.CopyTableToClipboard(true) &#8216;// default &amp; fallback&#8221; in the copyObjectsToExceSheet sub when trying to export multiple straight tables that resides in a container object.</p>
<p>If I try to export the first two tables it will successfully export the first one ONLY if that first table are active, and it creates the second sheet in excel. If the second table are active, it fails before et manages to export the first one.</p>
<p>Hope you understand what I am trying to explain.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/FdWnZ52t2pI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-20616</feedburner:origLink></item>
	<item>
		<title>Comment on A little tool for creating nested if-statements by Adamantium</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/-ga-kkE0bbw/</link>
		<dc:creator>Adamantium</dc:creator>
		<pubDate>Tue, 16 Aug 2011 08:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=464#comment-20602</guid>
		<description>Hi Stephen,

As a newcomer to Qlikview I wanted to thank you for this little tool.
Makes life so much easier! :-)

Regards....</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>As a newcomer to Qlikview I wanted to thank you for this little tool.<br />
Makes life so much easier! <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards&#8230;.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/-ga-kkE0bbw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/464/tool-creating-nested-ifstatements/comment-page-1/#comment-20602</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Jagan</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/o31PdTnmgvs/</link>
		<dc:creator>Jagan</dc:creator>
		<pubDate>Tue, 26 Jul 2011 10:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-17095</guid>
		<description>Hi Stefan,
I have multiple straight table objects in my QVW file and I want to export all objects to Excel, table objects has date as headers in the format of (MMM YYYY).  For example
My expression label is 

Date(MonthEnd(JoinDate, -6), 'MMM YYYY').
I have 7 columns(Expressions) like this.  When I export tables to Excel the date format is been changed as 'MM-YYYY'.  But I need to retain the actual format.

I tried using the Text method but the result is same.  

Text(Date(MonthEnd(SelectedDate,-6), 'MMM YYYY'))

Could you please let me know Is there any option to retain the date format when we export to Excel.  

Regards,
jagan.</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
I have multiple straight table objects in my <acronym title="QlikView file format">QVW</acronym> file and I want to export all objects to Excel, table objects has date as headers in the format of (MMM YYYY).  For example<br />
My expression label is </p>
<p>Date(MonthEnd(JoinDate, -6), &#8216;MMM YYYY&#8217;).<br />
I have 7 columns(Expressions) like this.  When I export tables to Excel the date format is been changed as &#8216;MM-YYYY&#8217;.  But I need to retain the actual format.</p>
<p>I tried using the Text method but the result is same.  </p>
<p>Text(Date(MonthEnd(SelectedDate,-6), &#8216;MMM YYYY&#8217;))</p>
<p>Could you please let me know Is there any option to retain the date format when we export to Excel.  </p>
<p>Regards,<br />
jagan.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/o31PdTnmgvs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-17095</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by ciara</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/tE2Kg5BPPX8/</link>
		<dc:creator>ciara</dc:creator>
		<pubDate>Mon, 25 Jul 2011 16:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-16960</guid>
		<description>Hi Stefan, 

Thank you so much for this! I'm not a developer yet I was able to follow these instructions and transfer multiple objects to different sheet in excel. 

I was wondering if you have anything similar for copying multiple items into word? 

Many thanks

Ciara</description>
		<content:encoded><![CDATA[<p>Hi Stefan, </p>
<p>Thank you so much for this! I&#8217;m not a developer yet I was able to follow these instructions and transfer multiple objects to different sheet in excel. </p>
<p>I was wondering if you have anything similar for copying multiple items into word? </p>
<p>Many thanks</p>
<p>Ciara</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/tE2Kg5BPPX8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-16960</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by David Bonnet</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/nBiABuJur4E/</link>
		<dc:creator>David Bonnet</dc:creator>
		<pubDate>Thu, 14 Jul 2011 21:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-15356</guid>
		<description>Stefan - I knew it was something stupid on my part.  Lesson for everyone else, remember to change the array to match how many objects you are exporting :)  Otherwise you'll get the error above (was only trying to export two objects but the array was set to:

Dim aryExport(2,3)</description>
		<content:encoded><![CDATA[<p>Stefan &#8211; I knew it was something stupid on my part.  Lesson for everyone else, remember to change the array to match how many objects you are exporting <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Otherwise you&#8217;ll get the error above (was only trying to export two objects but the array was set to:</p>
<p>Dim aryExport(2,3)</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/nBiABuJur4E" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-15356</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by David Bonnet</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/OnANHsieu7Q/</link>
		<dc:creator>David Bonnet</dc:creator>
		<pubDate>Thu, 14 Jul 2011 21:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-15355</guid>
		<description>Stefan,
Very cool!  We all appreciate you sharing this with the community.  Stefan I'm running into an issue though.  When trying to export to two different tabs I'm getting the "Unknown runtime error".  It's highlighting this piece of code:

line 270 --&gt; objNewSheet.Name = left(sheetName,31)

The stupid thing is that it works when I run it via your .qvw, but my .qvw it actually creates the document but comes up with this error while trying to remove the unused tabs.  I'm running Excel 2010.  Is there some setting you changed in your document properties?  This is the only thing I can think of.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Stefan,<br />
Very cool!  We all appreciate you sharing this with the community.  Stefan I&#8217;m running into an issue though.  When trying to export to two different tabs I&#8217;m getting the &#8220;Unknown runtime error&#8221;.  It&#8217;s highlighting this piece of code:</p>
<p>line 270 &#8211;&gt; objNewSheet.Name = left(sheetName,31)</p>
<p>The stupid thing is that it works when I run it via your .qvw, but my .qvw it actually creates the document but comes up with this error while trying to remove the unused tabs.  I&#8217;m running Excel 2010.  Is there some setting you changed in your document properties?  This is the only thing I can think of.  Thanks again!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/OnANHsieu7Q" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-15355</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/k2j5qcINzXA/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-15345</guid>
		<description>Hmm, yes you could achieve that but it would be a little bit tricky:

- Create three tables with dynamic expressions/dimensions like
[qvl]
//First table
if(Location = 'A', Location)
// Then use the expression price

// Second table
if(Location = 'B', Location)
// Then use the expression price

// Third table
if(Location = 'C', Location)
// Then use the expression price
[/qvl]

Then you could the code as delivered out of the box with the three different objects.
... But maybe it is easier to write some custom code based on my code (really depending on how easy it is for your to write some macro code)

Hope this helps a little bit!
Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hmm, yes you could achieve that but it would be a little bit tricky:</p>
<p>- Create three tables with dynamic expressions/dimensions like</p>
<pre class="brush: qvs;">
//First table
if(Location = 'A', Location)
// Then use the expression price

// Second table
if(Location = 'B', Location)
// Then use the expression price

// Third table
if(Location = 'C', Location)
// Then use the expression price
</pre>
<p>Then you could the code as delivered out of the box with the three different objects.<br />
&#8230; But maybe it is easier to write some custom code based on my code (really depending on how easy it is for your to write some macro code)</p>
<p>Hope this helps a little bit!<br />
Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/k2j5qcINzXA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-15345</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/l60U-uj9va4/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-15344</guid>
		<description>Hi cecilia,

could you please explain in detail what you are trying to achieve ...

Thanks!
Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi cecilia,</p>
<p>could you please explain in detail what you are trying to achieve &#8230;</p>
<p>Thanks!<br />
Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/l60U-uj9va4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-15344</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by N. Dewitt</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/OBDmkLxOoE8/</link>
		<dc:creator>N. Dewitt</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-14407</guid>
		<description>Working now - thanks!  The *.qvw file contained therein works like a charm, but when I copy the functions into my *.qvw and call without a subprocedure, am getting the following error in response to line &lt;b&gt;Set objExcelApp = CreateObject("Excel.Application")&lt;/b&gt;
ActiveX component can't create object: 'Excel.Application'
Is there something that I need to update in the document settings?</description>
		<content:encoded><![CDATA[<p>Working now &#8211; thanks!  The *.qvw file contained therein works like a charm, but when I copy the functions into my *.qvw and call without a subprocedure, am getting the following error in response to line <b>Set objExcelApp = CreateObject(&#8220;Excel.Application&#8221;)</b><br />
ActiveX component can&#8217;t create object: &#8216;Excel.Application&#8217;<br />
Is there something that I need to update in the document settings?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/OBDmkLxOoE8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-14407</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/67WD8zdinqA/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-14391</guid>
		<description>Hi,

I have just checked the link of the download at the end of the article and it works ... could you please try it again, thanks!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have just checked the link of the download at the end of the article and it works &#8230; could you please try it again, thanks!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/67WD8zdinqA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-14391</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by N. Dewitt</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/zAfdnRYX0rc/</link>
		<dc:creator>N. Dewitt</dc:creator>
		<pubDate>Tue, 05 Jul 2011 13:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-14387</guid>
		<description>Great article, Stefan!  Very helpful.  Could you please check the link to the source files (i.e. the *.zip).  It appears the file name or location may have changed.   Thanks!</description>
		<content:encoded><![CDATA[<p>Great article, Stefan!  Very helpful.  Could you please check the link to the source files (i.e. the *.zip).  It appears the file name or location may have changed.   Thanks!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/zAfdnRYX0rc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-14387</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #26: Introducing Linked Objects in QlikView 10 by nannalouis</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/QfEHgKS9ufI/</link>
		<dc:creator>nannalouis</dc:creator>
		<pubDate>Wed, 22 Jun 2011 08:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=779#comment-13191</guid>
		<description>I am new to Qlickview and just installed the Personal Edition of Qlickview10 - but was unable to locate the option of unlinking objects in the context-menu.. Do you know if the feature has been removed from the personal edition?</description>
		<content:encoded><![CDATA[<p>I am new to Qlickview and just installed the Personal Edition of Qlickview10 &#8211; but was unable to locate the option of unlinking objects in the context-menu.. Do you know if the feature has been removed from the personal edition?</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/QfEHgKS9ufI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/779/qliktip-26-introducing-linked-objects-qlikview-10/comment-page-1/#comment-13191</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by cecilia</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/k1lzf3yUg0Y/</link>
		<dc:creator>cecilia</dc:creator>
		<pubDate>Mon, 20 Jun 2011 21:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-13030</guid>
		<description>Hello Stefan

Your article is great!!!!
I am new making this and need more help, How can make it  in a existing excel?   this is the template. I tried several options but nothing works.

THANKS!!!!!</description>
		<content:encoded><![CDATA[<p>Hello Stefan</p>
<p>Your article is great!!!!<br />
I am new making this and need more help, How can make it  in a existing excel?   this is the template. I tried several options but nothing works.</p>
<p>THANKS!!!!!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/k1lzf3yUg0Y" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-13030</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #25: How do you organize your QlikView projects in your file system? by Marcel Hug</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/3KkU4pf7eWw/</link>
		<dc:creator>Marcel Hug</dc:creator>
		<pubDate>Thu, 16 Jun 2011 07:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=766#comment-12561</guid>
		<description>I most like the idea to have one and only one generic data model ("3_DataModell") which can be used by all the reports. Setting up the "correct" data model is fundamental, and it should always be easily extendable with new data structures.</description>
		<content:encoded><![CDATA[<p>I most like the idea to have one and only one generic data model (&#8220;3_DataModell&#8221;) which can be used by all the reports. Setting up the &#8220;correct&#8221; data model is fundamental, and it should always be easily extendable with new data structures.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/3KkU4pf7eWw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/766/qliktip-25-organize-qlikview-projects-file-system/comment-page-1/#comment-12561</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #9: Deleting variables via user-interface, within the load-script or by using macros (translated) by Marcel Hug</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/705vzry06t0/</link>
		<dc:creator>Marcel Hug</dc:creator>
		<pubDate>Thu, 16 Jun 2011 07:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=852#comment-12559</guid>
		<description>And how is it possible to delete all variables which are NOT USED in the qvw File? I.e. which are not part of any formula and are not used in script.</description>
		<content:encoded><![CDATA[<p>And how is it possible to delete all variables which are NOT USED in the qvw File? I.e. which are not part of any formula and are not used in script.</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/705vzry06t0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/852/qliktip-9-deleting-variables-user-interface-load-script-macros-translated/comment-page-1/#comment-12559</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by mot1622</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/51C4rZOt09o/</link>
		<dc:creator>mot1622</dc:creator>
		<pubDate>Thu, 09 Jun 2011 08:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-11557</guid>
		<description>Google Maps and QlikView offline
hiiii 
 
im working in alikview with data in sql server (longitude and latitude) and i want represent in google earth inside qlikview .
 
is there way to do that  by kml file google maps.
 
 
i need the step how do that with script code .
 
 
thank you for support .</description>
		<content:encoded><![CDATA[<p>Google Maps and QlikView offline<br />
hiiii </p>
<p>im working in alikview with data in sql server (longitude and latitude) and i want represent in google earth inside qlikview .</p>
<p>is there way to do that  by kml file google maps.</p>
<p>i need the step how do that with script code .</p>
<p>thank you for support .</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/51C4rZOt09o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-11557</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #32: Exporting multiple QV objects to a single Excel document by Igor</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/H1PeU-CpeRM/</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 06 Jun 2011 08:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=971#comment-11128</guid>
		<description>Hi,

first of all thanks for your app.

I have a question: is it possible using your script do iterate on some field and export in excel?

I mean, i have a table like this:

LOCATION   price
C                    1
A                     4
A                     9
B                    3
B                   4
A                   5
C                  2

is it possible with some modify to your script to have as output 3 sheet of same document having following structure?

Sheet A
A 4
A 5
A 9
Sheet B
B 3
B 4
Sheet C
C   1
C  2

So, i need select field Location and iterate on it in the script, but i don't find anything which help me.
thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first of all thanks for your app.</p>
<p>I have a question: is it possible using your script do iterate on some field and export in excel?</p>
<p>I mean, i have a table like this:</p>
<p>LOCATION   price<br />
C                    1<br />
A                     4<br />
A                     9<br />
B                    3<br />
B                   4<br />
A                   5<br />
C                  2</p>
<p>is it possible with some modify to your script to have as output 3 sheet of same document having following structure?</p>
<p>Sheet A<br />
A 4<br />
A 5<br />
A 9<br />
Sheet B<br />
B 3<br />
B 4<br />
Sheet C<br />
C   1<br />
C  2</p>
<p>So, i need select field Location and iterate on it in the script, but i don&#8217;t find anything which help me.<br />
thanks</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/H1PeU-CpeRM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/comment-page-1/#comment-11128</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #1: Transferring Current Selections to Excel-Export (translated) by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/UTA6xsdD4BI/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Wed, 01 Jun 2011 11:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=583#comment-10504</guid>
		<description>Nice to hear that!

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Nice to hear that!</p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/UTA6xsdD4BI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/583/qliktip-1-transferring-current-selections-excelexport-translated/comment-page-1/#comment-10504</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #1: Transferring Current Selections to Excel-Export (translated) by gerhard</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/EX0yE6dhomQ/</link>
		<dc:creator>gerhard</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=583#comment-10487</guid>
		<description>Da sieht man wieder mal, wie sehr scheinbare Kleinigkeiten das Leben erleichtern können! Genau diese Funktionalität stand schon lange auf der Wunschliste unserer User!
Danke und lg :-)</description>
		<content:encoded><![CDATA[<p>Da sieht man wieder mal, wie sehr scheinbare Kleinigkeiten das Leben erleichtern können! Genau diese Funktionalität stand schon lange auf der Wunschliste unserer User!<br />
Danke und lg <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/EX0yE6dhomQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/583/qliktip-1-transferring-current-selections-excelexport-translated/comment-page-1/#comment-10487</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #20: Why we do not need a SELECT-CASE/Switch-Case in QlikView load-statements … by Azadeh</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/-kCVV_wN5dI/</link>
		<dc:creator>Azadeh</dc:creator>
		<pubDate>Wed, 25 May 2011 08:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=546#comment-9653</guid>
		<description>Hello Stefan
I am creating a script for loading a qvd file and I want to use Case,When syntax in my script but I am not succeeded.
I want to know if I can use use Case in this way:

Load * Inline [
RIalGroup,Code
'Lower than 1',1
'between 1 and 2',2
'between 3 and 4',3
]

load
RIalGroup=case when (count=1 and count =2 and count&lt;3) then'3'
                                end,
                                 @1,
                                  @2,
                                   @3
from Azadeh.qvd (qvd);



Thank you for your attention</description>
		<content:encoded><![CDATA[<p>Hello Stefan<br />
I am creating a script for loading a qvd file and I want to use Case,When syntax in my script but I am not succeeded.<br />
I want to know if I can use use Case in this way:</p>
<p>Load * Inline [<br />
RIalGroup,Code<br />
'Lower than 1',1<br />
'between 1 and 2',2<br />
'between 3 and 4',3<br />
]</p>
<p>load<br />
RIalGroup=case when (count=1 and count =2 and count&lt;3) then&#039;3&#039;<br />
                                end,<br />
                                 @1,<br />
                                  @2,<br />
                                   @3<br />
from Azadeh.qvd (qvd);</p>
<p>Thank you for your attention</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/-kCVV_wN5dI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/546/qliktip-20-selectcase-qlikview-loadscripts/comment-page-1/#comment-9653</feedburner:origLink></item>
	<item>
		<title>Comment on QlikChallenge #1: Getting the max value over multiple expressions by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/Z9gjt9r-YJw/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Mon, 09 May 2011 19:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1060#comment-7227</guid>
		<description>Hi Allessandro,

thank you for your solution ... I hope I will have enough time this week to compare all these solutions :)

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Allessandro,</p>
<p>thank you for your solution &#8230; I hope I will have enough time this week to compare all these solutions <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/Z9gjt9r-YJw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1060/qlikchallenge-1-max-multiple-expressions/comment-page-1/#comment-7227</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #36: Loading a mapping table directly from a QVD file (QV10 SR2+) by Steve Dark</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/MDI2FYPxhlI/</link>
		<dc:creator>Steve Dark</dc:creator>
		<pubDate>Thu, 05 May 2011 18:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1368#comment-7050</guid>
		<description>Excellent spot! I've a few documents to update also!
- Steve</description>
		<content:encoded><![CDATA[<p>Excellent spot! I&#8217;ve a few documents to update also!<br />
- Steve</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/MDI2FYPxhlI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1368/qliktip-36-loading-mapping-table-qvd-file-qv10-sr2/comment-page-1/#comment-7050</feedburner:origLink></item>
	<item>
		<title>Comment on QlikChallenge #1: Getting the max value over multiple expressions by Alessandro Furtado</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/uH-ROw20MsI/</link>
		<dc:creator>Alessandro Furtado</dc:creator>
		<pubDate>Wed, 04 May 2011 22:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1060#comment-7040</guid>
		<description>[qvl]
Let Min = 'rangemin(Value_1,Value_2,Value_3,Value_4)';
Let Max = 'rangemax(Value_1,Value_2,Value_3,Value_4)';
//
LOAD
     Case, 
     Value_1, 
     Value_2, 
     Value_3, 
     Value_4,     
     if(Value_1=$(Min),1,if(Value_2=$(Min),2,if(Value_3=$(Min),3,4))) as Min,
     if(Value_1=$(Max),1,if(Value_2=$(Max),2,if(Value_3=$(Max),3,4))) as Max
FROM Chalenger.xlsx (ooxml, embedded labels);
//
[/qvl]</description>
		<content:encoded><![CDATA[<pre class="brush: qvs;">
Let Min = 'rangemin(Value_1,Value_2,Value_3,Value_4)';
Let Max = 'rangemax(Value_1,Value_2,Value_3,Value_4)';
//
LOAD
     Case,
     Value_1,
     Value_2,
     Value_3,
     Value_4,
     if(Value_1=$(Min),1,if(Value_2=$(Min),2,if(Value_3=$(Min),3,4))) as Min,
     if(Value_1=$(Max),1,if(Value_2=$(Max),2,if(Value_3=$(Max),3,4))) as Max
FROM Chalenger.xlsx (ooxml, embedded labels);
//
</pre>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/uH-ROw20MsI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1060/qlikchallenge-1-max-multiple-expressions/comment-page-1/#comment-7040</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Steve Dark</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/9rPVqqBg1H0/</link>
		<dc:creator>Steve Dark</dc:creator>
		<pubDate>Mon, 02 May 2011 07:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-6822</guid>
		<description>HI there,

Just to point out that I have also seen this issue in QV 10 SR 1.  It caused a bit of head scratching the first time it reared it's head!  I presume it is only an issue with documents migrated from v9?

Cheers,
Steve</description>
		<content:encoded><![CDATA[<p>HI there,</p>
<p>Just to point out that I have also seen this issue in QV 10 SR 1.  It caused a bit of head scratching the first time it reared it&#8217;s head!  I presume it is only an issue with documents migrated from v9?</p>
<p>Cheers,<br />
Steve</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/9rPVqqBg1H0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-6822</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/om9hgRbUIzQ/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sun, 01 May 2011 07:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-6790</guid>
		<description>Hi,

yes it should be really easy ... all your tasks should be available again on SR2 again because both SR1 and SR2 are using the same repository ...

But do not forget to backup the repository before updating ;)

Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>yes it should be really easy &#8230; all your tasks should be available again on SR2 again because both SR1 and SR2 are using the same repository &#8230;</p>
<p>But do not forget to backup the repository before updating <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Regards<br />
Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/om9hgRbUIzQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-6790</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #34: Some hints on working with the QlikView Designer (Part 1 – QlikView Designer) by Stefan Walther</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/PlCjTNiWpn8/</link>
		<dc:creator>Stefan Walther</dc:creator>
		<pubDate>Sun, 01 May 2011 07:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1134#comment-6789</guid>
		<description>Hi Rob,

thanks for adding that!

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>thanks for adding that!</p>
<p>Stefan</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/PlCjTNiWpn8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1134/qliktip-34-hints-working-qlikview-designer-part1/comment-page-1/#comment-6789</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTips #33: Google Maps are not working anymore in QlikView 10 SR2 ??? by agneray</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/Bj12XHIfU4w/</link>
		<dc:creator>agneray</dc:creator>
		<pubDate>Sun, 01 May 2011 06:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1121#comment-6788</guid>
		<description>Hi,

Sorry for my poor english...
I would like how to migrate QlikView Server 10 SR1 to SR2 ?  Is it very easy ? What's happens with my tasks ?
Thanks for advance,

Pierrick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for my poor english&#8230;<br />
I would like how to migrate QlikView Server 10 SR1 to SR2 ?  Is it very easy ? What&#8217;s happens with my tasks ?<br />
Thanks for advance,</p>
<p>Pierrick</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/Bj12XHIfU4w" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1121/google-maps-working-anymore-qlikview-10-sr2/comment-page-1/#comment-6788</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #34: Some hints on working with the QlikView Designer (Part 1 – QlikView Designer) by Rob Wunderlich</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/BEBQmIi21jw/</link>
		<dc:creator>Rob Wunderlich</dc:creator>
		<pubDate>Sat, 30 Apr 2011 18:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1134#comment-6785</guid>
		<description>"Custom Format Cell" can also be made available by checking"Always Show Design Menu Items" in User Settings, Design. With that option selected Custom Format is available with grid on or off. 

Nice series!</description>
		<content:encoded><![CDATA[<p>&#8220;Custom Format Cell&#8221; can also be made available by checking&#8221;Always Show Design Menu Items&#8221; in User Settings, Design. With that option selected Custom Format is available with grid on or off. </p>
<p>Nice series!</p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/BEBQmIi21jw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1134/qliktip-34-hints-working-qlikview-designer-part1/comment-page-1/#comment-6785</feedburner:origLink></item>
	<item>
		<title>Comment on QlikTip #34: Some hints on working with the QlikView Designer (Part 1 – QlikView Designer) by Alexander Mosquera</title>
		<link>http://feedproxy.google.com/~r/qlikblogcomments/~3/0gJVMlkQQNI/</link>
		<dc:creator>Alexander Mosquera</dc:creator>
		<pubDate>Sat, 30 Apr 2011 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.qlikblog.at/?p=1134#comment-6782</guid>
		<description>Looking forward to it :-)</description>
		<content:encoded><![CDATA[<p>Looking forward to it <img src='http://www.qlikblog.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/qlikblogcomments/~4/0gJVMlkQQNI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.qlikblog.at/1134/qliktip-34-hints-working-qlikview-designer-part1/comment-page-1/#comment-6782</feedburner:origLink></item>
</channel>
</rss>

