<?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: set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064216#M930103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use&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;If(aggr(Count(Distinct telephone),Month,Name) &amp;gt; 1, Concat(telephone, ',', 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 10:57:13 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-03-14T10:57:13Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064208#M930095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excel file like bellow:&lt;/P&gt;&lt;P&gt;name&amp;nbsp; telephone&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2222222&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8888888&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9999999&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2222222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show the names with 2 different phone number like "bbb"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would appreciate if anyone can help me in writing set analysis.&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/set-analysis/m-p/1064208#M930095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064209#M930096</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart: STraight Table&lt;/P&gt;&lt;P&gt;Dimension: Name&lt;/P&gt;&lt;P&gt;Expression: If(Count(Distinct telephone) &amp;gt; 1, Concat(telephone, ',', 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 08:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064209#M930096</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-14T08:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064210#M930097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression : Concat ({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name={"=count(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;telephone&lt;/SPAN&gt;)&amp;gt;1"}&lt;/SPAN&gt;&amp;gt;}Name,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064210#M930097</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T09:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064211#M930098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can concat these simply in a text area with something like&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT {&amp;lt;name={"=Count(telephone)&amp;gt;1"}&amp;gt;} name, ' - ' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also keep in mind than you can use the search string in listbox&amp;nbsp; to find these kind of things quickly :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-03-14 10_13_02-QlikView x64 - [C__Users_msorel_Documents_tests_plan de charge.qvw_].png" class="jive-image image-1" src="/legacyfs/online/117888_2016-03-14 10_13_02-QlikView x64 - [C__Users_msorel_Documents_tests_plan de charge.qvw_].png" style="font-size: 13.3333px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064211#M930098</guid>
      <dc:creator>martinien</dc:creator>
      <dc:date>2016-03-14T09:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064212#M930099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064212#M930099</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-03-14T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064213#M930100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064213#M930100</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-03-14T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064214#M930101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt; it worked&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064214#M930101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064215#M930102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan i missed one condition&lt;/P&gt;&lt;P&gt;we must not have different phone number in each month&lt;/P&gt;&lt;P&gt;fore example if a person have two different numbers in month Jan and Feb it's OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i add month condition in expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064215#M930102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064216#M930103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use&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;If(aggr(Count(Distinct telephone),Month,Name) &amp;gt; 1, Concat(telephone, ',', 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064216#M930103</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064217#M930104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 11:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064217#M930104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-14T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064218#M930105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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;If(aggr(Count(Distinct telephone),Name&amp;amp;Month) &amp;gt; 1, Concat(telephone, ',', 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 11:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064218#M930105</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064219#M930106</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;Adding Month dimension will solve this issue, did you tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to add then try below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Chart: STraight Table&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Dimension: Name&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Expression: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;Concat(&lt;/SPAN&gt;Aggr(If(Count(Distinct telephone) &amp;gt; 1, telephone), Name, Month), ',', 0)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 00:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064219#M930106</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-15T00:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064220#M930107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it didn't work too, i add dimension thank you&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, 15 Mar 2016 07:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064220#M930107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T07:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064221#M930108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The expression didn't work but i add dimension and it worked thank you so much&lt;/SPAN&gt;&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, 15 Mar 2016 07:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1064221#M930108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T07:50:22Z</dc:date>
    </item>
  </channel>
</rss>

