<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510052#M1143752</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;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concat({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;%Issp_Geography_Dim_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={"&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=SubField(concat(%Issp_Geography_Dim_Id,'|'),'|',1))"&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 04:43:54 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-09-26T04:43:54Z</dc:date>
    <item>
      <title>Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510045#M1143745</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;I have two expressions in my straight table. in this first expression I am getting &lt;STRONG&gt;GEOID&lt;/STRONG&gt; and the second expression I need to get the corresponding &lt;STRONG&gt;city&lt;/STRONG&gt; &lt;STRONG&gt;name&lt;/STRONG&gt; based on &lt;STRONG&gt;GEOID&lt;/STRONG&gt; and the dimension.I can't give &lt;STRONG&gt;GEOID&lt;/STRONG&gt; as dimension. My dimension is CustermerID.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have multiple GEOID and CITY for each CustermerID(Dimension) but I need to show only one GEOID and the corresponding CITY for each customerid.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression for GEOID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%Issp_Geography_Dim_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|'),'|',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression for CITY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%Issp_Geography_Dim_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=SubField(concat(%Issp_Geography_Dim_Id,'|'),'|',1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting correct GEOID using this expression. But I am not getting the CITY value properly. I will get correct city name if I select one customer from the table. Also how to use expression label as a condition in set analysis.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob. C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 13:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510045#M1143745</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-09-11T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510046#M1143746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 13:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510046#M1143746</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-09-11T13:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510047#M1143747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the Calculated Dimension for GEOID and use the CITY as expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 13:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510047#M1143747</guid>
      <dc:creator />
      <dc:date>2013-09-11T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510048#M1143748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Set Analysis only in AGGR function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use CONCAT&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;%Issp_Geography_Dim_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=SubField(concat(%Issp_Geography_Dim_Id,'|'),'|',1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;City,'|'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) so you can get List of all cities corresponding to GEOID&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510048#M1143748</guid>
      <dc:creator />
      <dc:date>2013-09-11T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510049#M1143749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have multiple GEOID and City for each CUSTOMERID, which is the criteria to know the corresponding GEOID and CITY ?&amp;nbsp; It'll be easier to help if you upload some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510049#M1143749</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-11T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510050#M1143750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA my sample application and data file.&lt;/P&gt;&lt;P&gt;I need only one record for each cusomerID. If one customer is in more than one GEOID, I need to show first GEOID based on ascending order and the corresponding CITY of GEOID and Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this sample application, I created CustomerID as dimension and GEOID,CITY as expressions but I am not getting the correct CITY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 09:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510050#M1143750</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-09-25T09:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510051#M1143751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just needed to add the ORDER parameter in the concat funcion. Check the table " Test 1 " . Of course... that will give you only the smallest CITY, according to its GEOID, based on the current selections. So if you need to always get the smallest, disregarding selections... you may add a " {1} " to the concat function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 00:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510051#M1143751</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-26T00:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510052#M1143752</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;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concat({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;%Issp_Geography_Dim_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={"&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=SubField(concat(%Issp_Geography_Dim_Id,'|'),'|',1))"&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 04:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510052#M1143752</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-26T04:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510053#M1143753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Carlos......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution is working fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 09:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/510053#M1143753</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-09-26T09:50:53Z</dc:date>
    </item>
  </channel>
</rss>

