<?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: Concat inside another concat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322602#M409567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;When i replace e() with p() then i get cust2 but when i use e() then i do not get expected value cust1, cust3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2017 16:21:25 GMT</pubDate>
    <dc:creator>jduluc12</dc:creator>
    <dc:date>2017-04-14T16:21:25Z</dc:date>
    <item>
      <title>Concat inside another concat</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322600#M409565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a data set like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cust&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;&amp;nbsp;&amp;nbsp; date&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;cust1&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; 01/01/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;cust2&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; 02/05/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;cust3&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; 03/04/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print the name of cust in a text box which does not have any amount within a certain time period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is what i am trying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat({1}if(not match(cust, &lt;/P&gt;&lt;P&gt;concat({1}total if( aggr(sum({&amp;lt;date={"&amp;gt;='01/12/2017'&amp;lt;='02/06/2017'"}&amp;gt;}Amount, cust)&amp;gt;0, chr(39)&amp;amp;cust &amp;amp; chr(39) &amp;amp;chr(44)))), &lt;/P&gt;&lt;P&gt;cust) &amp;amp; chr(10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me all customers instead of giving cust1 and cust3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try this &lt;/P&gt;&lt;P&gt;concat({1}total if( aggr(sum({&amp;lt;date={"&amp;gt;='01/12/2017'&amp;lt;='02/06/2017'"}&amp;gt;}Amount, cust)&amp;gt;0, chr(39)&amp;amp;cust &amp;amp; chr(39) &amp;amp;chr(44)))) seprately then &lt;/P&gt;&lt;P&gt;it gives me the right values which is cust2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somehow when i put this expression in another concat then it return null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 15:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322600#M409565</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-04-14T15:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concat inside another concat</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322601#M409566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try a set expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;cust = e({&amp;lt;amount = {"*"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date={"&amp;gt;='01/12/2017'&amp;lt;='02/06/2017'"}&lt;/SPAN&gt; &amp;gt;} cust) &amp;gt;} DISTINCT cust)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 15:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322601#M409566</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-14T15:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concat inside another concat</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322602#M409567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;When i replace e() with p() then i get cust2 but when i use e() then i do not get expected value cust1, cust3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322602#M409567</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-04-14T16:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Concat inside another concat</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322603#M409568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any current selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Concat({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;cust = e({&amp;lt;amount = {"*"}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;date={"&amp;gt;='01/12/2017'&amp;lt;='02/06/2017'"}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &amp;gt;} cust) &amp;gt;} DISTINCT cust)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322603#M409568</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-14T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Concat inside another concat</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322604#M409569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using 1 with e so it was not working.&lt;/P&gt;&lt;P&gt;Now it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-inside-another-concat/m-p/1322604#M409569</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-04-14T16:31:23Z</dc:date>
    </item>
  </channel>
</rss>

