<?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 Exclude field when exporting to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586920#M1099747</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;BR /&gt;Is it possible to hide a field when exporting a table or chart when clicking on the Excel icon?&lt;/P&gt;&lt;P&gt;Or can I do this via a Macro, so I'll disabe the "Export to Excel" within the Document.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 16:05:18 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2014-04-16T16:05:18Z</dc:date>
    <item>
      <title>Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586920#M1099747</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;BR /&gt;Is it possible to hide a field when exporting a table or chart when clicking on the Excel icon?&lt;/P&gt;&lt;P&gt;Or can I do this via a Macro, so I'll disabe the "Export to Excel" within the Document.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 16:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586920#M1099747</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-16T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586921#M1099748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 08:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586921#M1099748</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586922#M1099749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could set the column with a conditional show expression based on a variable.&lt;/P&gt;&lt;P&gt;For export, use a text object or button with actions that first&amp;nbsp; sets the variable to a value that hides the column, and then exports the table.&lt;/P&gt;&lt;P&gt;You will need to give the users another button to reset the variable so that the column can be made visible.&lt;/P&gt;&lt;P&gt;Using actions means you can do this without macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 09:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586922#M1099749</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586923#M1099750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the vb code that I would need to do this so that it export the Chart table that is only required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586923#M1099750</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T12:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586924#M1099751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need any VB code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actions are standard functionality in QlikView, you can add actions to text objects, buttons, gauges and lines.&lt;/P&gt;&lt;P&gt;Add the text object or button, and then set the actions against it.&lt;/P&gt;&lt;P&gt;You will need two actions:&lt;/P&gt;&lt;P&gt;1. External - Set Variable&lt;/P&gt;&lt;P&gt;2. External - Export&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to add a variable either in the load script or by using Settings - Variable Overview&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586924#M1099751</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586925#M1099752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So How do I Say Export a specific Table on that sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586925#M1099752</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586926#M1099753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the attached Document for example, but the export macro does not seem to work? I want it to export the objectID "CH01"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586926#M1099753</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T13:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586927#M1099754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it looks like you will need the action button to set the variable that shows or hides the column, and then use the XL icon on the cart caption to do the export.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586927#M1099754</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586928#M1099755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin, I Have disabled the Export to Excel on the Document as I don't want the users to export charts etc. THe only one I want them to export is this table "CH01" but when they Export I want it to not include the "Profit" field? Thats why I want to know if there is Export to Excel VB script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586928#M1099755</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586929#M1099756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Via the QlikView options, enabling and disabling export to excel is an all or nothing option.&lt;/P&gt;&lt;P&gt;If you allow export then they can export any object.&lt;/P&gt;&lt;P&gt;If you disable export then users cannot export objects - you can set the security option to allow printing when export is disabled.&lt;/P&gt;&lt;P&gt;You cannot configure the export option object by object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586929#M1099756</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586930#M1099757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surely there is a vbscript that can export to excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 14:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586930#M1099757</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T14:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586931#M1099758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I avoid macros in QlikView, as macros are not supported and in many cases do not run from QV Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are plenty of posts on the community about macros but I cannot help you with macros. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 14:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586931#M1099758</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude field when exporting to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586932#M1099759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok no worries, hopefully someone else will have an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 14:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-field-when-exporting-to-excel/m-p/586932#M1099759</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-17T14:38:08Z</dc:date>
    </item>
  </channel>
</rss>

