<?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: Concatenating Two columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441614#M817850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another little sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Load of raw data with MonthYear in column (Jan2014,...)*/&lt;/P&gt;&lt;P&gt;Orders_raw:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Product,Jan2014, Feb2014, Mar2014, Apr2014&lt;/P&gt;&lt;P&gt;A,100,190,234,345&lt;/P&gt;&lt;P&gt;B,98, 234, 267, 349&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Load with cross table prefix wich allow to tranform your matrix */&lt;/P&gt;&lt;P&gt;Orders_final:&lt;/P&gt;&lt;P&gt;Crosstable (Month, Sales) LOAD Product, [Jan2014],[Feb2014],[Mar2014],[Apr2014]&lt;/P&gt;&lt;P&gt;resident Orders_raw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Drop the raw data became useless */&lt;/P&gt;&lt;P&gt;DROP Table Orders_raw ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the message of Edmundo, document is just the field name of the first column (equivalent to Product in my example).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 17:33:08 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2017-09-06T17:33:08Z</dc:date>
    <item>
      <title>Concatenating Two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441611#M817845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;I have an issue where I list (in some cases) two "owners" of one document, one as the primary and one as the secondary. I would like to combine this so that when in Qlik Sense, there is less of a distinction, and I can recognize that the secondary owner still is that asset owner (without having to list primary and secondarily owned assets). &lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175657_Capture.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to measure that Jeff owns 2 assets. As of now, we have a count of assets as the measure of Asset owner 1, which is not giving a full scope of workload.&lt;/P&gt;&lt;P&gt;If there is an easier way to do this with a function in Qlik Sense it is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441611#M817845</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441612#M817847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure to undestand what you want, however: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crosstable(OwnerType,Owner,1)&lt;/P&gt;&lt;P&gt;load Document,[Asset Owner 1],[Asset Owner 2] resident YourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you so obtain a table with this schema&lt;/P&gt;&lt;P&gt;Document, OwnerType, Owner&lt;/P&gt;&lt;P&gt;ABC Datasheet, Asset owner 1, Meg&lt;/P&gt;&lt;P&gt;ABC Datasheet, Asset owner 2, Jeff&lt;/P&gt;&lt;P&gt;DEF Datasheet, Asset owner 1, Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can count easier for your measure.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 20:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441612#M817847</guid>
      <dc:creator>edmondo_tassi</dc:creator>
      <dc:date>2017-09-05T20:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441613#M817848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Where in the data load editor would this code go? I'm new to qlik sense. Would I write it in before the table that includes the Asset owner fields, or after?&lt;/P&gt;&lt;P&gt;Also, how would I phrase 'document'? What would that be. &lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 17:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441613#M817848</guid>
      <dc:creator />
      <dc:date>2017-09-06T17:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating Two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441614#M817850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another little sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Load of raw data with MonthYear in column (Jan2014,...)*/&lt;/P&gt;&lt;P&gt;Orders_raw:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Product,Jan2014, Feb2014, Mar2014, Apr2014&lt;/P&gt;&lt;P&gt;A,100,190,234,345&lt;/P&gt;&lt;P&gt;B,98, 234, 267, 349&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Load with cross table prefix wich allow to tranform your matrix */&lt;/P&gt;&lt;P&gt;Orders_final:&lt;/P&gt;&lt;P&gt;Crosstable (Month, Sales) LOAD Product, [Jan2014],[Feb2014],[Mar2014],[Apr2014]&lt;/P&gt;&lt;P&gt;resident Orders_raw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Drop the raw data became useless */&lt;/P&gt;&lt;P&gt;DROP Table Orders_raw ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the message of Edmundo, document is just the field name of the first column (equivalent to Product in my example).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 17:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-Two-columns/m-p/1441614#M817850</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-06T17:33:08Z</dc:date>
    </item>
  </channel>
</rss>

