<?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: What does this expression do? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385213#M143877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this creates concatenation of two field values name, age and | char and counts distinct number of such created strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 06:30:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-07T06:30:20Z</dc:date>
    <item>
      <title>What does this expression do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385212#M143876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´ve come across this expression in an old qv file I made some time ago - I think I´ve got some help here at that time but I cant figure out&lt;/P&gt;&lt;P&gt;what it actually do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px; background-color: #ffffff;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; color: purple;"&gt;count&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px; background-color: #ffffff;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; color: green;"&gt;distinct&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 9pt; background-color: #ffffff; font-family: Arial, sans-serif;"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif; color: #4d0000;"&gt;'l'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 9pt; background-color: #ffffff; font-family: Arial, sans-serif;"&gt;&lt;STRONG&gt;age&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: #ffffff; font-size: 9pt; font-family: Arial, sans-serif;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: black; font-family: Arial, sans-serif; font-size: 9pt;"&gt;name and age are fieldnames in a spreadsheet &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 05:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385212#M143876</guid>
      <dc:creator />
      <dc:date>2012-09-07T05:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does this expression do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385213#M143877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this creates concatenation of two field values name, age and | char and counts distinct number of such created strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385213#M143877</guid>
      <dc:creator />
      <dc:date>2012-09-07T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: What does this expression do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385214#M143878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will return the distinct count of your concatenated field Name and Age. Let's suppose you have the following names and ages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME -&amp;nbsp; AGE&lt;/P&gt;&lt;P&gt;Peter&amp;nbsp; -&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;Peter&amp;nbsp; -&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;Maria&amp;nbsp;&amp;nbsp; - 28&lt;/P&gt;&lt;P&gt;Julio&amp;nbsp;&amp;nbsp; -&amp;nbsp; 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the result of name&amp;amp; '|' &amp;amp;age is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter|20&lt;/P&gt;&lt;P&gt;Peter|20&lt;/P&gt;&lt;P&gt;Maria|28&lt;/P&gt;&lt;P&gt;Julio|26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count distinct of this is 3 (because Peter|20 is repeated twice).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 07:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385214#M143878</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-09-07T07:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: What does this expression do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385215#M143879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will count the distinct number of concatenated name and age fileds and separated by '|' character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 07:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-expression-do/m-p/385215#M143879</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-07T07:40:43Z</dc:date>
    </item>
  </channel>
</rss>

