<?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>
	Comments on: Send Data from the Qlik Load Script	</title>
	<atom:link href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/</link>
	<description></description>
	<lastBuildDate>Thu, 06 Apr 2023 19:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Steve Dark		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115910</link>

		<dc:creator><![CDATA[Steve Dark]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 11:25:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3115910</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115909&quot;&gt;shrikant&lt;/a&gt;.

Not in the same way as this. Store will only do CSV/tab delimeted etc. and only from tables in the load script, rather than the front end.

The best way to achieve this will be with Qlik Automations, for which you will need an Enterprise Cloud account to get access to these features. If you have to stay on premise then NPrinting is the way to go.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115909">shrikant</a>.</p>
<p>Not in the same way as this. Store will only do CSV/tab delimeted etc. and only from tables in the load script, rather than the front end.</p>
<p>The best way to achieve this will be with Qlik Automations, for which you will need an Enterprise Cloud account to get access to these features. If you have to stay on premise then NPrinting is the way to go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shrikant		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115909</link>

		<dc:creator><![CDATA[shrikant]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 11:00:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3115909</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115908&quot;&gt;Steve Dark&lt;/a&gt;.

Thanks Steve, This is a great article and helped a lot.it was a silly mistake (copy paste) instead of // I had put /.

Next question would be is it possible to export a table object data from Qliksense too store data in Excel instead html and send the excel as attachment?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115908">Steve Dark</a>.</p>
<p>Thanks Steve, This is a great article and helped a lot.it was a silly mistake (copy paste) instead of // I had put /.</p>
<p>Next question would be is it possible to export a table object data from Qliksense too store data in Excel instead html and send the excel as attachment?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Dark		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115908</link>

		<dc:creator><![CDATA[Steve Dark]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 10:40:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3115908</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115904&quot;&gt;shrikant&lt;/a&gt;.

Hi Shrikant,
It sounds like this problem is due to the fact that the article was written some time ago for QlikView and you are running it in Sense. For Client Managed Sense the approach is very similar, but where you are writing to files with STORE you need to change it to reference a library, which will begin with LIB://. Qlik Web Connectors still refers to the filesystem using local paths (e.g. c:\temp\), but you need to set up a library pointing to the same folder.
Hope that makes sense?
Steve]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115904">shrikant</a>.</p>
<p>Hi Shrikant,<br />
It sounds like this problem is due to the fact that the article was written some time ago for QlikView and you are running it in Sense. For Client Managed Sense the approach is very similar, but where you are writing to files with STORE you need to change it to reference a library, which will begin with LIB://. Qlik Web Connectors still refers to the filesystem using local paths (e.g. c:\temp\), but you need to set up a library pointing to the same folder.<br />
Hope that makes sense?<br />
Steve</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shrikant		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3115904</link>

		<dc:creator><![CDATA[shrikant]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 06:05:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3115904</guid>

					<description><![CDATA[Hello,

I am getting error as 
The following error occurred: This statement only works with lib:// paths in this script mode

I get test mail via web connector. I also tried same URL from the connector but still same error]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I am getting error as<br />
The following error occurred: This statement only works with lib:// paths in this script mode</p>
<p>I get test mail via web connector. I also tried same URL from the connector but still same error</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Dark		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3112259</link>

		<dc:creator><![CDATA[Steve Dark]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 11:39:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3112259</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3112256&quot;&gt;Jaya&lt;/a&gt;.

Hi Jaya,
I saw your post on Qlik Community, here: &lt;a href=&quot;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Failed-Task-Email-notification/m-p/1969095#M212098&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Failed-Task-Email-notification/m-p/1969095#M212098&lt;/a&gt; and will respond on that thread. Thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3112256">Jaya</a>.</p>
<p>Hi Jaya,<br />
I saw your post on Qlik Community, here: <a href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Failed-Task-Email-notification/m-p/1969095#M212098" target="_blank" rel="noopener nofollow ugc">https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Failed-Task-Email-notification/m-p/1969095#M212098</a> and will respond on that thread. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaya		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3112256</link>

		<dc:creator><![CDATA[Jaya]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 07:28:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3112256</guid>

					<description><![CDATA[Dear All

Can you Please help me i this 
I am trying to get more then one task failure notification but i am getting only one can you pleas help me to get more then one task failure
getting this now

Jaya15_0-1660650007056.png

 

want to get the 2nd table as well
using below code

Jaya15_1-1660650007058.png

 

Jaya15_2-1660650007060.png

 

Please help

Thanks 

Jaya Sharma]]></description>
			<content:encoded><![CDATA[<p>Dear All</p>
<p>Can you Please help me i this<br />
I am trying to get more then one task failure notification but i am getting only one can you pleas help me to get more then one task failure<br />
getting this now</p>
<p>Jaya15_0-1660650007056.png</p>
<p>want to get the 2nd table as well<br />
using below code</p>
<p>Jaya15_1-1660650007058.png</p>
<p>Jaya15_2-1660650007060.png</p>
<p>Please help</p>
<p>Thanks </p>
<p>Jaya Sharma</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sara		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3112001</link>

		<dc:creator><![CDATA[Sara]]></dc:creator>
		<pubDate>Tue, 02 Aug 2022 04:25:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3112001</guid>

					<description><![CDATA[Thanks! Will try!]]></description>
			<content:encoded><![CDATA[<p>Thanks! Will try!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Dark		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111975</link>

		<dc:creator><![CDATA[Steve Dark]]></dc:creator>
		<pubDate>Sun, 31 Jul 2022 08:55:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3111975</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111943&quot;&gt;Sara&lt;/a&gt;.

Hi. Yes, using Qlik Web Connectors. Attachments are done in almost exactly the same way as using HTML as the body of your email. You ensure that the file you want to attach is in a folder that QWC can see and then add &lt;strong&gt;&amp;fileAttachment1=$(vAtt1Enc)&lt;/strong&gt; to the URL, where vAtt1Enc is an encoded variable giving the path to the file. Hope that gives you what you need to get it working. Give a shout back if not.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111943">Sara</a>.</p>
<p>Hi. Yes, using Qlik Web Connectors. Attachments are done in almost exactly the same way as using HTML as the body of your email. You ensure that the file you want to attach is in a folder that QWC can see and then add <strong>&#038;fileAttachment1=$(vAtt1Enc)</strong> to the URL, where vAtt1Enc is an encoded variable giving the path to the file. Hope that gives you what you need to get it working. Give a shout back if not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sara		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111943</link>

		<dc:creator><![CDATA[Sara]]></dc:creator>
		<pubDate>Sat, 30 Jul 2022 07:11:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3111943</guid>

					<description><![CDATA[Hi Steve,

Is there any way to send a file as an attachment with  the connector (QlikView or Sense)?

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Is there any way to send a file as an attachment with  the connector (QlikView or Sense)?</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Dark		</title>
		<link>https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111148</link>

		<dc:creator><![CDATA[Steve Dark]]></dc:creator>
		<pubDate>Fri, 10 Jun 2022 17:06:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.quickintelligence.co.uk/?p=504628#comment-3111148</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111147&quot;&gt;Bruno&lt;/a&gt;.

The most likely issue is that permission isn&#039;t granted on the folder in QWC deploy.config. Copying the URL that is sent to QWC and pasting it into a browser on the QWC server is the best way of getting debug information. Hope that you get this working soon!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/#comment-3111147">Bruno</a>.</p>
<p>The most likely issue is that permission isn&#8217;t granted on the folder in QWC deploy.config. Copying the URL that is sent to QWC and pasting it into a browser on the QWC server is the best way of getting debug information. Hope that you get this working soon!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.quickintelligence.co.uk @ 2026-07-11 14:12:52 by W3 Total Cache
-->