<?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: Combine 2 columns in 1 in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162736#M892278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with &lt;STRONG style="color: #ff0000;"&gt;&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName1 &lt;SPAN style="color: #ff0000;"&gt;&amp;amp;&lt;/SPAN&gt; FieldName2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 07:28:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-10T07:28:57Z</dc:date>
    <item>
      <title>Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162735#M892277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, guys!&lt;BR /&gt;I'm trying to find out the answer to the task.&lt;/P&gt;&lt;P&gt;I have a document with main and alternative states. I make different selections and make some charts for visualization. As well I have to use the results, which are presented in chart for further investigation. I can easily put result into the straight table in &lt;EM&gt;several&lt;/EM&gt; columns, but then I need to &lt;STRONG&gt;combine these 2 columns into 1&lt;/STRONG&gt;. Is there any possible way to do this?&lt;/P&gt;&lt;P&gt;I have tried to use &lt;STRONG&gt;Concat()&lt;/STRONG&gt; with "&lt;STRONG&gt;chr(1)&lt;/STRONG&gt;" as a separator, but I havent got the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Important:&lt;/STRONG&gt; as if I use alternative states I see no opportunity to make any script changes. Only dynamical memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Elena&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/Combine-2-columns-in-1-in-chart/m-p/1162735#M892277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162736#M892278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with &lt;STRONG style="color: #ff0000;"&gt;&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName1 &lt;SPAN style="color: #ff0000;"&gt;&amp;amp;&lt;/SPAN&gt; FieldName2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162736#M892278</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162737#M892279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat() will aggregate rows of a resident table, not concatenate columns in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your first column expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({StateA} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({StateB} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the string concatenation operator &lt;STRONG&gt;&amp;amp; &lt;/STRONG&gt;to concatenate the parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({StateA} Value) &amp;amp; chr(10) &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;Sum({StateB} Value)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162737#M892279</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-10T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162738#M892280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, Sunny!&lt;BR /&gt;Yes, but it seems to make the same number of rows with the final output&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MainAlt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where &lt;STRONG&gt;Main&lt;/STRONG&gt; is &lt;EM&gt;value of Main state&lt;/EM&gt;, and &lt;STRONG&gt;Alt&lt;/STRONG&gt; - &lt;EM&gt;of Alternative state&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to have some operation &lt;EM&gt;equal to Concatenate in Load Editor&lt;/EM&gt;, but for &lt;STRONG&gt;dynamic data&lt;/STRONG&gt;. So that I have final &lt;EM&gt;number of rows equal to sum of rows number of &lt;STRONG&gt;Field1&lt;/STRONG&gt; and &lt;STRONG&gt;Field2.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162738#M892280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T07:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162739#M892281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:- Load FirstName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lastname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;FirstName &amp;amp;'&amp;nbsp;&amp;nbsp; '&amp;amp;&lt;SPAN style="font-size: 13.3333px;"&gt;Lastname as Fullname&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ....xyz.xls;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162739#M892281</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-08-10T07:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162740#M892282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Stefan!&lt;BR /&gt;I have tried it once more, attach the picture to make clearer what i get with &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt; and what I actually need.&lt;BR /&gt;&lt;IMG alt="combine_example.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134152_combine_example.jpg" style="height: 347px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162740#M892282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T07:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162741#M892283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, Rama!&lt;BR /&gt;Thank you for your reply, but it wont work for me as if I dont have option to change the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162741#M892283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T07:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162742#M892284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try the union operator + on your two sets, like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; {StateA+StateB} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but it's unclear to me what you finally want to achieve. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Note that you are basically operating on the same record set, so if both states contain intersecting subsets, the union will not duplicate these record.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 11:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162742#M892284</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-10T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 columns in 1 in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162743#M892285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The task is to organize dynamical processing of Mann-Whitney U-test based on 2 sets (alternative and main states in my case), which are selected by user in real time. The description of the algorithm says I have to combine both sets of values I have already received and then rank it.&lt;/P&gt;&lt;P&gt;I try to find more elegant solution, but still... no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help, Stefan &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-columns-in-1-in-chart/m-p/1162743#M892285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T12:39:27Z</dc:date>
    </item>
  </channel>
</rss>

