<?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 Crosstable link field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210170#M1207798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could do this in 2 steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Month, Measure, 5)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@1 as Field1,&lt;/P&gt;&lt;P&gt;@2 as Field2,&lt;/P&gt;&lt;P&gt;@3 as Field3,&lt;/P&gt;&lt;P&gt;@4 as Field4,&lt;/P&gt;&lt;P&gt;@5 as Field5&lt;/P&gt;&lt;P&gt;from your file ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * , Field1 &amp;amp; Field2 &amp;amp;Field3 &amp;amp;Field4&amp;amp;Field5 as LinkField&lt;/P&gt;&lt;P&gt;resident table1;&lt;/P&gt;&lt;P&gt;jj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 21:36:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-03T21:36:47Z</dc:date>
    <item>
      <title>Crosstable link field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210167#M1207795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to Qlikview and not good at understanding the help files yet. I am wondering how I can create a unique field within a cross table. For example, as shown in the bottom line.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Month, Measure, 6)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@1 as Field1,&lt;/P&gt;&lt;P&gt;@2 as Field2,&lt;/P&gt;&lt;P&gt;@3 as Field3,&lt;/P&gt;&lt;P&gt;@4 as Field4,&lt;/P&gt;&lt;P&gt;@5 as Field5,&lt;/P&gt;&lt;P&gt;(@1&amp;amp;@2&amp;amp;@3&amp;amp;@4&amp;amp;@5&amp;amp;[Month]) as LinkField,&lt;/P&gt;&lt;P&gt;It seems that I cannot concatenate [Month] as a field to create my final link value, I appreciate any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 19:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210167#M1207795</guid>
      <dc:creator />
      <dc:date>2010-02-03T19:42:09Z</dc:date>
    </item>
    <item>
      <title>Crosstable link field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210168#M1207796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you attach a screenshot of your table ( before to do the cross table). If i undertand well you want to get a newfield concatening others&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210168#M1207796</guid>
      <dc:creator />
      <dc:date>2010-02-03T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Crosstable link field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210169#M1207797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean-Jacques, you are correct, I am trying to get a new field concatenating others. I have no problems concatenating fields 1-5. However, the 6th field will not pull in because it is a 'normal' field in the original crosstable. I have attached a screenshot of the original table. Thanks for your help&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/1016.Table.xls:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210169#M1207797</guid>
      <dc:creator />
      <dc:date>2010-02-03T21:14:57Z</dc:date>
    </item>
    <item>
      <title>Crosstable link field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210170#M1207798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could do this in 2 steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Month, Measure, 5)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@1 as Field1,&lt;/P&gt;&lt;P&gt;@2 as Field2,&lt;/P&gt;&lt;P&gt;@3 as Field3,&lt;/P&gt;&lt;P&gt;@4 as Field4,&lt;/P&gt;&lt;P&gt;@5 as Field5&lt;/P&gt;&lt;P&gt;from your file ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * , Field1 &amp;amp; Field2 &amp;amp;Field3 &amp;amp;Field4&amp;amp;Field5 as LinkField&lt;/P&gt;&lt;P&gt;resident table1;&lt;/P&gt;&lt;P&gt;jj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210170#M1207798</guid>
      <dc:creator />
      <dc:date>2010-02-03T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Crosstable link field</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210171#M1207799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, this works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-link-field/m-p/210171#M1207799</guid>
      <dc:creator />
      <dc:date>2010-02-03T21:50:42Z</dc:date>
    </item>
  </channel>
</rss>

