<?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: Crosstable Field - Doubt to concatenate fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335138#M493944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what it is you are expecting from the load statement. If the source is in the format above, then the simple crosstable above should work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps you are expecting something different? You may need some more detail and/or examples to illustrate your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 13:23:08 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-05-04T13:23:08Z</dc:date>
    <item>
      <title>Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335134#M493940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My friends, i've got a crosstable as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEY:&lt;/P&gt;&lt;P&gt;CROSSTABLE(Month, Data)&lt;/P&gt;&lt;P&gt;LOAD Location,&lt;/P&gt;&lt;P&gt;[01/01/2012],&lt;/P&gt;&lt;P&gt;[01/02/2012],&lt;/P&gt;&lt;P&gt;[01/03/2012],&lt;/P&gt;&lt;P&gt;[01/04/2012],&lt;/P&gt;&lt;P&gt;[01/05/2012],&lt;/P&gt;&lt;P&gt;[01/06/2012],&lt;/P&gt;&lt;P&gt;[01/07/2012],&lt;/P&gt;&lt;P&gt;[01/08/2012],&lt;/P&gt;&lt;P&gt;[01/09/2012],&lt;/P&gt;&lt;P&gt;[01/10/2012],&lt;/P&gt;&lt;P&gt;[01/11/2012],&lt;/P&gt;&lt;P&gt;[01/12/2012]&lt;/P&gt;&lt;P&gt;FROM [...];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qualifying field is Location, but I really need to create a Location&amp;amp;Month field. (Month is not a qualifying field)&lt;/P&gt;&lt;P&gt;How can I create it?? I've tried to input like this below, but it shows an error that it didn't find the field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;KEY:&lt;/P&gt;&lt;P&gt;CROSSTABLE(Month, Data)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Location,&lt;/P&gt;&lt;P&gt;Location&amp;amp;Month,&lt;/P&gt;&lt;P&gt;[01/01/2012],&lt;/P&gt;&lt;P&gt;[01/02/2012],&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you masters of QlikView can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind rgds, Jorge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 18:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335134#M493940</guid>
      <dc:creator />
      <dc:date>2012-05-03T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335135#M493941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly, the following should do what you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;KEY:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD *,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location&amp;amp;Month As LocMonth;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;CROSSTABLE(Month, Data)&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD Location,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/01/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/02/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/03/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/04/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/05/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/06/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/07/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/08/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/09/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/10/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/11/2012],&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;[01/12/2012]&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;FROM [...];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 19:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335135#M493941</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-03T19:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335136#M493942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Jonathan, yes i already tried that.&lt;/P&gt;&lt;P&gt;The main problem is that the field Month is not a qualifying field.&lt;/P&gt;&lt;P&gt;Let me be more specific:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this table&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 80%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Location&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;01/01/2012&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;01/02/2012&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;01/03/2012&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ARBUE&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BRITJ&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UYMVD&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USNEW&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Then i did the crosstable to configure the first row as month, and i created the Location column as a qualifying field.&lt;/P&gt;&lt;P&gt;Now i need to concatenate these two fields, Location and Month, but Month is not a qualifying field from crosstable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 20:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335136#M493942</guid>
      <dc:creator />
      <dc:date>2012-05-03T20:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335137#M493943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Come on people, i know that there is one single soul in this community, that probably know how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 12:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335137#M493943</guid>
      <dc:creator />
      <dc:date>2012-05-04T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335138#M493944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what it is you are expecting from the load statement. If the source is in the format above, then the simple crosstable above should work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps you are expecting something different? You may need some more detail and/or examples to illustrate your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335138#M493944</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-04T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335139#M493945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the crosstable worked for me, it gives me three fields right (Location, Month and Data - Location as unqualifying field).&lt;/P&gt;&lt;P&gt;I just want to know how can i concatenate these two fields Location and Month (Location&amp;amp;Month didn't work cause it didn't recognize the field Month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if i'm not making myself clear.&lt;/P&gt;&lt;P&gt;Tks and rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335139#M493945</guid>
      <dc:creator />
      <dc:date>2012-05-04T13:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Field - Doubt to concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335140#M493946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does not work in the preceding load I posted earlier, then I would suggest doing a join after the cross table load to add the Location&amp;amp;Month key. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join (DataTable)&lt;/P&gt;&lt;P&gt;LOAD Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location &amp;amp; Month As LocMonth&lt;/P&gt;&lt;P&gt;Resident DataTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(change DataTable to the name of the table produced by the cross table load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Field-Doubt-to-concatenate-fields/m-p/335140#M493946</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-04T13:34:49Z</dc:date>
    </item>
  </channel>
</rss>

