<?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 combine 2 different fields to make them one dimension instead of two in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694964#M1055933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abdallah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the easiest way would&amp;nbsp; be to concatenate them into one "compount_field" in a LOAD_statement, using the &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ([field1] &amp;amp; '|' &amp;amp; [field2]) as [new_dimension]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Of&amp;nbsp; course, you could do the same on the GUI.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 15:17:31 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-10-09T15:17:31Z</dc:date>
    <item>
      <title>How to combine 2 different fields to make them one dimension instead of two</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694963#M1055932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to combine 2 different fields to make them one dimension instead of two&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694963#M1055932</guid>
      <dc:creator />
      <dc:date>2014-10-09T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 different fields to make them one dimension instead of two</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694964#M1055933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abdallah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the easiest way would&amp;nbsp; be to concatenate them into one "compount_field" in a LOAD_statement, using the &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ([field1] &amp;amp; '|' &amp;amp; [field2]) as [new_dimension]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Of&amp;nbsp; course, you could do the same on the GUI.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694964#M1055933</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-09T15:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 different fields to make them one dimension instead of two</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694965#M1055934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could combine them in the load script as:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Field1&amp;amp;Field2 as NewField &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;(You could also add a character separator if it would be more meaningful)&lt;/P&gt;&lt;P&gt;or you can use a calculated dimension and do the same thing as the load script, just use that syntax in your calculated dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694965#M1055934</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-09T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 different fields to make them one dimension instead of two</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694966#M1055935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694966#M1055935</guid>
      <dc:creator />
      <dc:date>2014-10-10T07:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine 2 different fields to make them one dimension instead of two</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694967#M1055936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delay between me typing and posting; DataNibbler beat me to it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-2-different-fields-to-make-them-one-dimension/m-p/694967#M1055936</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-10T13:53:02Z</dc:date>
    </item>
  </channel>
</rss>

