<?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: Generate a table from other retreived data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017416#M344627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this some load script that is working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 13:19:36 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2016-03-07T13:19:36Z</dc:date>
    <item>
      <title>Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017415#M344626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;From several tables I read data and I have to combine it to one new table BatchData. What is the correct script to realize that?&lt;/P&gt;&lt;P&gt;When someone has a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch_Actual:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Actual_StartYear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM x WHERE Name = "Actual_StartYear";&lt;/P&gt;&lt;P&gt;join(Batch_Actual)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Actual_StartMonth;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM x WHERE Name = "Actual_StartMonth";&lt;/P&gt;&lt;P&gt;join(Batch_Actual)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch_Previous:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Previous_StartYear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM x WHERE Name = "Previous_StartYear";&lt;/P&gt;&lt;P&gt;join(Batch_Previous)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Previous_StartMonth;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM x WHERE Name = "Previous_StartMonth";&lt;/P&gt;&lt;P&gt;join(Batch_Previous)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;BatchData:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;=(Actual_StartYear),=(Actual_StartMonth)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;=(Previous_StartYear),=(Previous_StartMonth)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017415#M344626</guid>
      <dc:creator>rennesia</dc:creator>
      <dc:date>2016-03-07T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017416#M344627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this some load script that is working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017416#M344627</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-07T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017417#M344628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not idea what the intention is. May be if you can provide some sample data with the expected output, it would be easy to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017417#M344628</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-07T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017418#M344629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What fields does table 'BatchData' contain? can you share your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017418#M344629</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-03-07T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017419#M344630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petter and Sunny, thanks for the replies.&lt;/P&gt;&lt;P&gt;Yes, this script is a load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;Batch_Actual.Actual_StartYear = 2016&lt;BR /&gt;Batch_Actual.Actual_StartMonth = 03&lt;BR /&gt;Batch_Previous.Previous_StartYear = 2015&lt;/P&gt;&lt;P&gt;Batch_Previous.Previous_StartMonth = 04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BatchData (the new table) must be:&lt;/P&gt;&lt;P&gt;2016,03&lt;/P&gt;&lt;P&gt;2015,04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 15:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017419#M344630</guid>
      <dc:creator>rennesia</dc:creator>
      <dc:date>2016-03-07T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017420#M344631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To combine diferents tables the join operation is the right way but you must know than the default join is the outer. Try to explain your intention to permit our help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 16:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017420#M344631</guid>
      <dc:creator>gferran</dc:creator>
      <dc:date>2016-03-07T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a table from other retreived data</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017421#M344632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe more explanation is useful...&lt;/P&gt;&lt;P&gt;I have to read several data from one table (as you can see by Batch_Actual and Batch_Previous). That data must be copied to another table, so I can use it for presentation etc.&lt;/P&gt;&lt;P&gt;In the script from the attached file, you can see at the 'New BatchData'-tab the layout of the table I have to realize.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-table-from-other-retreived-data/m-p/1017421#M344632</guid>
      <dc:creator>rennesia</dc:creator>
      <dc:date>2016-03-08T07:17:09Z</dc:date>
    </item>
  </channel>
</rss>

