<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add Disclaimer while exporting to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794199#M534853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Object like tables or graph do not listen any action so it is not possible to trigger an event as you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right with Ajax but it is not a general rule becouse some macros works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it is the one to export data (not a disclaimer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB EXPORT_Percentage&lt;BR /&gt; set sObject1 = ActiveDocument.GetSheetObject("CH_EXPORT")&lt;BR /&gt; set v = ActiveDocument.GetVariable("vOggi")&lt;BR /&gt; &lt;BR /&gt; sObject1.ExportBiff "E:\qlik\Accounting\Excel\" &amp;amp; v.GetContent.String &amp;amp; "_Daily_Summary_Export.xls"&lt;BR /&gt; end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 08:23:14 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-01-30T08:23:14Z</dc:date>
    <item>
      <title>Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794194#M534848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When someone clicks on an export to excel an disclaimer should come.&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794194#M534848</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2015-01-30T07:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794195#M534849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe with a macro it could be possible, but then you have to export with a button ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794195#M534849</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-30T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794196#M534850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use Macros for this and with any text object to pass the disclaimer and put into the macro code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 07:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794196#M534850</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-30T07:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794197#M534851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay i think macro wont work in Ajax client&lt;/P&gt;&lt;P&gt;so atleast if you guyz have any idea&lt;/P&gt;&lt;P&gt;like when we click on XL -&amp;gt; it exports table to excel&lt;/P&gt;&lt;P&gt;something would be happening at the backend ,somewhere from where i can know like some action took place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794197#M534851</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2015-01-30T08:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794198#M534852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay i think macro wont work in Ajax client&lt;/P&gt;&lt;P&gt;so atleast if you guyz have any idea&lt;/P&gt;&lt;P&gt;like when we click on XL -&amp;gt; it exports table to excel&lt;/P&gt;&lt;P&gt;something would be happening at the backend ,somewhere from where i can know like some action took place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794198#M534852</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2015-01-30T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disclaimer while exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794199#M534853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Object like tables or graph do not listen any action so it is not possible to trigger an event as you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right with Ajax but it is not a general rule becouse some macros works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it is the one to export data (not a disclaimer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB EXPORT_Percentage&lt;BR /&gt; set sObject1 = ActiveDocument.GetSheetObject("CH_EXPORT")&lt;BR /&gt; set v = ActiveDocument.GetVariable("vOggi")&lt;BR /&gt; &lt;BR /&gt; sObject1.ExportBiff "E:\qlik\Accounting\Excel\" &amp;amp; v.GetContent.String &amp;amp; "_Daily_Summary_Export.xls"&lt;BR /&gt; end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Disclaimer-while-exporting-to-excel/m-p/794199#M534853</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-30T08:23:14Z</dc:date>
    </item>
  </channel>
</rss>

