<?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: Expression to get the concatenated string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598432#M221566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this simple solution is ok for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVTEST.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54251_QVTEST.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 15:15:58 GMT</pubDate>
    <dc:creator>veidlburkhard</dc:creator>
    <dc:date>2014-03-04T15:15:58Z</dc:date>
    <item>
      <title>Expression to get the concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598430#M221564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , Can somebody please help me writing this expression please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this comparitive analysis requirement where for selected 2 dates,I need to get the difference between those values for a given ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, attr, Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , Vaue&lt;/P&gt;&lt;P&gt;1, a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 03/03/2014, 10&lt;/P&gt;&lt;P&gt;1, b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 04/03/2014 , 20&lt;/P&gt;&lt;P&gt;2, b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 03/03/2014, 50&lt;/P&gt;&lt;P&gt;2, b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,04/03/2014, 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Qlikview repot, I have two filters Date1 and Date2 both are from Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID , attr, Date1, Date2, Variance&lt;/P&gt;&lt;P&gt;1, a/b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;2, b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ID2 it works fine, as the attr is same for both Date1 and Date2, but it does not work for ID1 as they are different.&lt;/P&gt;&lt;P&gt;I want to display either 'a' or 'b' or 'a/b' without displaying it as a seperate row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cansomeone please provide the expression to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598430#M221564</guid>
      <dc:creator />
      <dc:date>2014-03-04T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to get the concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598431#M221565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if attached is what you are looking for: I just used the calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(concat({1}distinct Attr, '/'), ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598431#M221565</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-03-04T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to get the concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598432#M221566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this simple solution is ok for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVTEST.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54251_QVTEST.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 15:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598432#M221566</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-03-04T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to get the concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598433#M221567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jeremy..! That works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 15:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-get-the-concatenated-string/m-p/598433#M221567</guid>
      <dc:creator />
      <dc:date>2014-03-04T15:22:02Z</dc:date>
    </item>
  </channel>
</rss>

