<?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: How to associate datas from two differents selections table into one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887368#M1009028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load statement try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Year&amp;amp; Week as Year&amp;amp;'-'&amp;amp;Week,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 13:05:06 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-05-06T13:05:06Z</dc:date>
    <item>
      <title>How to associate datas from two differents selections table into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887367#M1009027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new on QlikView and that explains this stupid question.. But I'm looking for the answer everywhere and I'm sure you ll be the fastest way to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I get from my database a complete time table.&lt;/P&gt;&lt;P&gt;- I made a first selection table "Year" where there are 2014 and 2015 for example.&lt;/P&gt;&lt;P&gt;- I made a second selection table "Week" where are my weeks "1, 2, 3 ....".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want a new selection table where I can have " Year - Week" as "2015 - 14" for example.&lt;/P&gt;&lt;P&gt;So the question looks simple: How can I join my two tables into one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping. I really don't find the answer on tutorials..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887367#M1009027</guid>
      <dc:creator />
      <dc:date>2015-05-06T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate datas from two differents selections table into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887368#M1009028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load statement try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Year&amp;amp; Week as Year&amp;amp;'-'&amp;amp;Week,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887368#M1009028</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-06T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate datas from two differents selections table into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887369#M1009030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tristan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can combine the two to create a single field in your load script, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Year&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;)&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;'-' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;YearWeek&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887369#M1009030</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-06T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate datas from two differents selections table into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887370#M1009031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a list box object with an expression as field: =Year &amp;amp; ' - ' &amp;amp; Week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887370#M1009031</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-06T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate datas from two differents selections table into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887371#M1009032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answering as fast!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-associate-datas-from-two-differents-selections-table-into/m-p/887371#M1009032</guid>
      <dc:creator />
      <dc:date>2015-05-06T13:21:10Z</dc:date>
    </item>
  </channel>
</rss>

