<?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: Export to Excel Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Problem/m-p/359881#M578854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well having trawled through every relevant post i could lay my mouse on it would appear other people have similar problems but none quite match my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I've cloned the listbox and removed it from the container which in turn unlinks it from the other related objects.&lt;/LI&gt;&lt;LI&gt;I've changed the field behind the cloned listbox to the specific object (rather than the dynamics of the previous expression/variable approach which as nice as it is i don't think containers/listboxes are ready for it yet) on that dashboard sheet.&lt;/LI&gt;&lt;LI&gt;I've hidden the object behind another one on the same sheet.&lt;/LI&gt;&lt;LI&gt;I've added a button to the sheet that will export the hidden listbox to excel.&amp;nbsp; It's a fairly simple listbox and a one line macro (Call ActiveDocument.GetSheetObject("MyListBoxName").SendToExcel()) so no big performance hit.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would have been nice if the original approach worked and presumably as newer versions come out that sort of thing will!?&amp;nbsp; But all is working nicely now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 10:28:34 GMT</pubDate>
    <dc:creator>haymarketpaul</dc:creator>
    <dc:date>2012-03-21T10:28:34Z</dc:date>
    <item>
      <title>Export to Excel Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Problem/m-p/359880#M578853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 2 column listbox within a container.&amp;nbsp; The listbox has 13 linked objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field column is an expression that is based on a variable:&amp;nbsp; =($(=vJobTitleList))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (NB The show frequency checkbox is greyed out)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is also based on a variable:&amp;nbsp; =$(vUserCount)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of these export efforts work....&lt;/P&gt;&lt;P&gt;When i click on the little XL symbol absolutely nothing happens.&lt;/P&gt;&lt;P&gt;When i right-click &amp;gt; copy to clipboard possible values &amp;gt; paste into excel - it only pastes the first column and not the usercounts column&lt;/P&gt;&lt;P&gt;When i right-click &amp;gt; Export... &amp;gt; and choose an xls file type &amp;gt; click save &amp;gt; nothing happens - no file is even created&lt;/P&gt;&lt;P&gt;When i right-click &amp;gt; Export... &amp;gt; and choose a csv file type &amp;gt; click save &amp;gt; only the first column is saved in the file again no usercounts column&lt;/P&gt;&lt;P&gt;When i right-click &amp;gt; Send to Excel &amp;gt; absolutely nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming it's a limitation of having variables behind the field and/or expression!?&amp;nbsp; I have another listbox within the same container that does NOT have an expression based variable in the field part and that exports fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now thinking that some sort of macro might be in order although i'm trying to avoid there use as much as possible for performance reasons.&amp;nbsp; My other alternative might be to re-work the listbox to avoid the variable based expressions?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone had this kind of problem before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 11:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Problem/m-p/359880#M578853</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2012-03-20T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Excel Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-Excel-Problem/m-p/359881#M578854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well having trawled through every relevant post i could lay my mouse on it would appear other people have similar problems but none quite match my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I've cloned the listbox and removed it from the container which in turn unlinks it from the other related objects.&lt;/LI&gt;&lt;LI&gt;I've changed the field behind the cloned listbox to the specific object (rather than the dynamics of the previous expression/variable approach which as nice as it is i don't think containers/listboxes are ready for it yet) on that dashboard sheet.&lt;/LI&gt;&lt;LI&gt;I've hidden the object behind another one on the same sheet.&lt;/LI&gt;&lt;LI&gt;I've added a button to the sheet that will export the hidden listbox to excel.&amp;nbsp; It's a fairly simple listbox and a one line macro (Call ActiveDocument.GetSheetObject("MyListBoxName").SendToExcel()) so no big performance hit.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would have been nice if the original approach worked and presumably as newer versions come out that sort of thing will!?&amp;nbsp; But all is working nicely now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 10:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-Excel-Problem/m-p/359881#M578854</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2012-03-21T10:28:34Z</dc:date>
    </item>
  </channel>
</rss>

