<?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: Send data to Excel preserving Table View in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530573#M687420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be because TableB2 also has Rev1 and Rev2 values. TableB2 has two fields in common with TableA2 so it is linked to TableA2. If you add the fields Rev1 and Rev2 you get all the values of Rev1 and Rev2 from both TableA2 and TableB2. The values from TableB2 don't necessarily have a value A associated with them so you would see empty cells for those values of Rev1 and Rev2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 14:37:55 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-12-27T14:37:55Z</dc:date>
    <item>
      <title>Send data to Excel preserving Table View</title>
      <link>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530570#M687417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can i, literaly, copy one QLikView sheet, say, to Excel, and load it back in QLikView on a blank sheet, while preserving the logic in the Table View ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What i am doing from now is sending to Excel all tables from original document one by one, and loading them back using the Load wizard in script editor. All field are loaded into separate List Tables, and I try to build back the tables as in the original document. But as Table View is not at all replicated as in the original document, the tables i obtain with right click -&amp;gt; new sheet object are far from the original ones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 12:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530570#M687417</guid>
      <dc:creator />
      <dc:date>2013-12-27T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send data to Excel preserving Table View</title>
      <link>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530571#M687418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. What you see is the result of the way Qlikview works. You see all values from a field that exists in two tables. But not all values have records in both tables. So you will see empty fields for some records if you add the fields to a table box. This can be resolved by using a left keep or left join in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD A, B, C from abc.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT KEEP&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD A, D, E from ade.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2 will now only contain records where A also exists in Table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a table box with fields A,B and C you won't see empty values for B and C. But if Table1 contains values of A that do not exist in Table2 then a table box with fields A,D and E will show all values of A including those that only exist in Table1 and will show empty values in field D and E for those values of A that do not exist in Table2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 13:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530571#M687418</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-27T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Send data to Excel preserving Table View</title>
      <link>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530572#M687419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, almost there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now script looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableA1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD A from abc.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT KEEP&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableA2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD A, Rev1, Rev2 from ade.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableB1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD B from abc.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT KEEP&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableB2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD B, Rev1, Rev2 from ade.xls (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;With same script WITHOUT the LEFT KEEP keywords:&lt;/SPAN&gt; if i create a new table box with fields A, Rev1, Rev2, i see rows where A has no value, but Rev1 and Rev2 have. this is because QLik does some implicit join between table B2 and table A2.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;With same script WITH the LEFT KEEP keywords:&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;i expect that now table box only contains box where A has non-empty value. is not the case. i have exactly same result as with the LEFT KEEP keywords.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Do you have an idea ? what is wrong in my script ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 14:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530572#M687419</guid>
      <dc:creator />
      <dc:date>2013-12-27T14:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Send data to Excel preserving Table View</title>
      <link>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530573#M687420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be because TableB2 also has Rev1 and Rev2 values. TableB2 has two fields in common with TableA2 so it is linked to TableA2. If you add the fields Rev1 and Rev2 you get all the values of Rev1 and Rev2 from both TableA2 and TableB2. The values from TableB2 don't necessarily have a value A associated with them so you would see empty cells for those values of Rev1 and Rev2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 14:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-data-to-Excel-preserving-Table-View/m-p/530573#M687420</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-27T14:37:55Z</dc:date>
    </item>
  </channel>
</rss>

