<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Reacties voor Quick - Qlear - Qool</title>
	<atom:link href="http://www.quickqlearqool.nl/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.quickqlearqool.nl</link>
	<description>it's all about QlikView</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:27:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
	<item>
		<title>Reactie op DTAP deployment with common script door Bas</title>
		<link>http://www.quickqlearqool.nl/?p=1278&#038;cpage=1#comment-7519</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Sun, 22 Jan 2012 18:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=1278#comment-7519</guid>
		<description>You have pointed me to another way of doing it. It can also be achieved by placing your common script in a share. When you use a share you are also independent of the filestructure of Windows.

For instance when you create the folder &quot;C:\MyScript&quot; and create &quot;Common.qvs&quot; there. You can share the folder with the name &quot;QlikView_Script&quot;.

In your QlikView app you can include the script like this: $(Include=\\localhost\QlikView_Script\Common.qvs);

When you are on another machine you can use a different folder, but use the same share name. So the next machine can have the common file in &quot;C:\QlikView\Scripts&quot;. But still share this as &quot;QlikView_Script&quot;. This means that the same include will still work.</description>
		<content:encoded><![CDATA[<p>You have pointed me to another way of doing it. It can also be achieved by placing your common script in a share. When you use a share you are also independent of the filestructure of Windows.</p>
<p>For instance when you create the folder &#8220;C:\MyScript&#8221; and create &#8220;Common.qvs&#8221; there. You can share the folder with the name &#8220;QlikView_Script&#8221;.</p>
<p>In your QlikView app you can include the script like this: $(Include=\\localhost\QlikView_Script\Common.qvs);</p>
<p>When you are on another machine you can use a different folder, but use the same share name. So the next machine can have the common file in &#8220;C:\QlikView\Scripts&#8221;. But still share this as &#8220;QlikView_Script&#8221;. This means that the same include will still work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op DTAP deployment with common script door Brian S</title>
		<link>http://www.quickqlearqool.nl/?p=1278&#038;cpage=1#comment-7378</link>
		<dc:creator>Brian S</dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=1278#comment-7378</guid>
		<description>I see. Yeah we have a standard directory structure on all of our QV servers and developers machines. So then we just have a relative path ($(Include=..\..\shared includes\incDataSource.qvs)) to the include file. Many ways to &quot;skin the cat&quot; depending on how you need to do it. QlikView is nice that way. :)</description>
		<content:encoded><![CDATA[<p>I see. Yeah we have a standard directory structure on all of our QV servers and developers machines. So then we just have a relative path ($(Include=..\..\shared includes\incDataSource.qvs)) to the include file. Many ways to &#8220;skin the cat&#8221; depending on how you need to do it. QlikView is nice that way. <img src='http://www.quickqlearqool.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op DTAP deployment with common script door Bas</title>
		<link>http://www.quickqlearqool.nl/?p=1278&#038;cpage=1#comment-7365</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=1278#comment-7365</guid>
		<description>That is also a very good option. There are multiple ways of solving the inclusion of a common script. I suspect that your include points to a static file path? That’s something I wanted to prevent. But of course in my method I point to a static registry location. Just a matter of preference I guess.

- Bas</description>
		<content:encoded><![CDATA[<p>That is also a very good option. There are multiple ways of solving the inclusion of a common script. I suspect that your include points to a static file path? That’s something I wanted to prevent. But of course in my method I point to a static registry location. Just a matter of preference I guess.</p>
<p>- Bas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op DTAP deployment with common script door Brian S</title>
		<link>http://www.quickqlearqool.nl/?p=1278&#038;cpage=1#comment-7359</link>
		<dc:creator>Brian S</dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=1278#comment-7359</guid>
		<description>We use a little simpler method. We have a common include script that all apps include. The include script detects the machine name it is running on and then we use a case statement that sets a standard set of variables to the appropriate connection strings for that machine. Each app can then instantiate any connection string variables it needs for its script. We try to avoid having any registry dependencies for portability sake.</description>
		<content:encoded><![CDATA[<p>We use a little simpler method. We have a common include script that all apps include. The include script detects the machine name it is running on and then we use a case statement that sets a standard set of variables to the appropriate connection strings for that machine. Each app can then instantiate any connection string variables it needs for its script. We try to avoid having any registry dependencies for portability sake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How To: Create User Defined Buckets door William</title>
		<link>http://www.quickqlearqool.nl/?p=733&#038;cpage=1#comment-7329</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=733#comment-7329</guid>
		<description>your welcome!</description>
		<content:encoded><![CDATA[<p>your welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How To: Prevent Circular Reference in a Qlikview Data Model door william</title>
		<link>http://www.quickqlearqool.nl/?p=910&#038;cpage=1#comment-7328</link>
		<dc:creator>william</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=910#comment-7328</guid>
		<description>Hi May,

You could rename a field with as like in the example CustomerCode field below:

Example:
load
CustomerCode as RenamedCustomerCode,
LineTotal,
ItemCode,
CustomerCode
resident
example;</description>
		<content:encoded><![CDATA[<p>Hi May,</p>
<p>You could rename a field with as like in the example CustomerCode field below:</p>
<p>Example:<br />
load<br />
CustomerCode as RenamedCustomerCode,<br />
LineTotal,<br />
ItemCode,<br />
CustomerCode<br />
resident<br />
example;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How To: Create User Defined Buckets door koala kare baby changing station</title>
		<link>http://www.quickqlearqool.nl/?p=733&#038;cpage=1#comment-7327</link>
		<dc:creator>koala kare baby changing station</dc:creator>
		<pubDate>Fri, 20 Jan 2012 07:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=733#comment-7327</guid>
		<description>nice posts and nice site Great post man! Continue the good work!</description>
		<content:encoded><![CDATA[<p>nice posts and nice site Great post man! Continue the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How To: Prevent Circular Reference in a Qlikview Data Model door May</title>
		<link>http://www.quickqlearqool.nl/?p=910&#038;cpage=1#comment-7305</link>
		<dc:creator>May</dc:creator>
		<pubDate>Sat, 10 Dec 2011 13:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=910#comment-7305</guid>
		<description>Hello,
this is useful article.
Btw, Qlikview is automatically join table when field names are similar.

How can I unspecified some fields (with the same name) not be the the key fields...</description>
		<content:encoded><![CDATA[<p>Hello,<br />
this is useful article.<br />
Btw, Qlikview is automatically join table when field names are similar.</p>
<p>How can I unspecified some fields (with the same name) not be the the key fields&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op Managing expressions in QlikView: the use of variables door jagan</title>
		<link>http://www.quickqlearqool.nl/?p=902&#038;cpage=1#comment-7269</link>
		<dc:creator>jagan</dc:creator>
		<pubDate>Thu, 20 Oct 2011 05:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=902#comment-7269</guid>
		<description>Very Very Very helpful Juan.</description>
		<content:encoded><![CDATA[<p>Very Very Very helpful Juan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Reactie op How to: Market Basket Analysis door William</title>
		<link>http://www.quickqlearqool.nl/?p=965&#038;cpage=1#comment-7263</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickqlearqool.nl/?p=965#comment-7263</guid>
		<description>@Fabio Great to hear. Your welcome!
@Breakpopin your welcome! Still having those questions? If so let me know ;-)</description>
		<content:encoded><![CDATA[<p>@Fabio Great to hear. Your welcome!<br />
@Breakpopin your welcome! Still having those questions? If so let me know <img src='http://www.quickqlearqool.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
