<?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: duplicate values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822323#M289910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it not possible to show any one value in ldap group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 08:58:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-26T08:58:35Z</dc:date>
    <item>
      <title>duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822321#M289908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="664"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="422"&gt;Com_Key&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="242"&gt;LDAP Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;FRM ANALYTICS_rramirez&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;MCCO FRM OPS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;FRM ANALYTICS_rramirez&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;MCCO BFRM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;FRM ANALYTICS_rramirez&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;MCCO AREAMGR IFRM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two cols as mentioned above if i click com_key then any one of the LDAP Group should show,&lt;/P&gt;&lt;P&gt;below is my existing script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meta_Con:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Dashboard App]&amp;amp;'_'&amp;amp;[Unix ID] as Com_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; upper([LDAP Group]) as [LDAP Group],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Unix ID] as [Unix_ID]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822321#M289908</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822322#M289909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karthikeyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV only stores different values, so internally it has that Com_Key "FRM ANALYTICS_rramirez" is associated to LDAP Group "MCCO FRM OPS", "MCCO BFRM" and "MCCO AREAMGR IFRM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you click Com_Key, all LDAP Groups associated are filtered. If you have list boxes with Com_Key and LDAP Group you can check the behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822322#M289909</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822323#M289910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it not possible to show any one value in ldap group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822323#M289910</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822324#M289911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Values aren't shown in a &lt;SPAN style="text-decoration: underline;"&gt;list box&lt;/SPAN&gt;? List Box will show all values stored in [LDAP Group] by default, even if they are not related to any other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to show [LDAP Group] in a text box or graph expression you can use Concat() funtion to show all values:&lt;/P&gt;&lt;P&gt;Concat([LDAP Group])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822324#M289911</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822325#M289912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i want to show this in a st.table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click com_key only one ldap group should show is it possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822325#M289912</guid>
      <dc:creator />
      <dc:date>2014-11-26T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822326#M289913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use minstring() or maxstring() functions to get the first or last group alphabetically:&lt;/P&gt;&lt;P&gt;MinString([LDAP Group])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822326#M289913</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822327#M289914</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 MaxString() or MinString()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight Table:&lt;/P&gt;&lt;P&gt;Dimension: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Com_Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MinString([LDAP Group]) OR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MaxString([LDAP Group]) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OR If you want to handle this in script try below script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Meta_Con:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Dashboard App]&amp;amp;'_'&amp;amp;[Unix ID] as Com_Key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; upper([LDAP Group]) as [LDAP Group],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Unix ID] as [Unix_ID]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM DataSource;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MaxGroup:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Com_Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MaxString([LDAP Group])&amp;nbsp; AS MaxLDAPGroup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Meta_Con&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Group By &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Com_Key;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this column wherever you need.&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822327#M289914</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-26T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate values</title>
      <link>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822328#M289915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you sir...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/duplicate-values/m-p/822328#M289915</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:00:33Z</dc:date>
    </item>
  </channel>
</rss>

