<?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: pivot table chart - title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547538#M1123704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;Steve Dark&lt;/A&gt; for taking time to respond and for your willingness to share your knowledge.&amp;nbsp; I will certainly try out your option too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 19:14:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T19:14:31Z</dc:date>
    <item>
      <title>pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547534#M1123700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a pivot table chart title, to display the filters selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I export the pivot table to Excel, how can I make the title show in the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or do you have any other ideas.&amp;nbsp; All the filters are not part of the pivot table chart display.&amp;nbsp; Therefore, when a filter is applied I created an expression in the chart title to display the filters seleted.&amp;nbsp; It works great, but when exporting to excel this title which includes the filters applied, does not show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 23:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547534#M1123700</guid>
      <dc:creator />
      <dc:date>2014-01-21T23:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547535#M1123701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When exporting to Excel using the standard function it is not possible to send the caption also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add an expression to your table, and show the selections on the first row only, by using the RowNo function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(rowno(total) = '1', $(Selections), null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will look a bit odd on screen though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search QlikCommunity you will find a number of examples of how you can write output to Excel using a Macro, this will then allow you to use VBScript to write the Selections to a cell in Excel before inserting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use Print rather than Export then the ability to include selections is included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a third party tool for sending data to Excel.&amp;nbsp; The one I recommend is called NPrinting, and this allows you to send data to a pre-defined Excel template, into which you could also write the current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get in touch with me if you would like more information on NPrinting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quick Intelligence&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 23:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547535#M1123701</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-01-21T23:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547536#M1123702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all stop exporting to Excel.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;one option you can try is instead of the caption put your current selection in the total label for the first dimension&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/51859_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 00:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547536#M1123702</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-22T00:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547537#M1123703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/105150"&gt;Ivan Trayanov&lt;/A&gt; for taking time to respond and for your willingness to share your knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 19:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547537#M1123703</guid>
      <dc:creator />
      <dc:date>2014-01-22T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547538#M1123704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;Steve Dark&lt;/A&gt; for taking time to respond and for your willingness to share your knowledge.&amp;nbsp; I will certainly try out your option too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 19:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547538#M1123704</guid>
      <dc:creator />
      <dc:date>2014-01-22T19:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table chart - title</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547539#M1123705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to set the title in VBScript macro ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 14:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-chart-title/m-p/547539#M1123705</guid>
      <dc:creator />
      <dc:date>2014-06-29T14:10:15Z</dc:date>
    </item>
  </channel>
</rss>

