<?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: List Box Grouping by alphabets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574443#M544249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A-H&lt;/P&gt;&lt;P&gt;IF(Left([Payer Name],1) &amp;lt;='H', [Payer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I-Q&lt;/P&gt;&lt;P&gt;=IF(Left([Payer Name],1)&amp;gt;='I' and Left([Customer Name],1) &amp;lt;= 'Q',[Payer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R-Z&lt;/P&gt;&lt;P&gt;=IF(Left([Payer Name],1)&amp;gt;='R',[Payer Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 14:30:09 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-14T14:30:09Z</dc:date>
    <item>
      <title>List Box Grouping by alphabets</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574442#M544248</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;Is it possible to group the list box data alpghabetically.&lt;/P&gt;&lt;P&gt;Like there should be 3 groups A-H,I-Q and R-Z.&lt;/P&gt;&lt;P&gt;When user will select group A-H, only values starting with A-H should be displayed in list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attachement for the required output.&lt;/P&gt;&lt;P&gt;Is it possible to implement this in QlikView??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574442#M544248</guid>
      <dc:creator />
      <dc:date>2014-04-14T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Grouping by alphabets</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574443#M544249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A-H&lt;/P&gt;&lt;P&gt;IF(Left([Payer Name],1) &amp;lt;='H', [Payer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I-Q&lt;/P&gt;&lt;P&gt;=IF(Left([Payer Name],1)&amp;gt;='I' and Left([Customer Name],1) &amp;lt;= 'Q',[Payer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R-Z&lt;/P&gt;&lt;P&gt;=IF(Left([Payer Name],1)&amp;gt;='R',[Payer Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574443#M544249</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-14T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Grouping by alphabets</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574444#M544250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a container object with three listboxes added to it. See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574444#M544250</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-14T14:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Grouping by alphabets</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574445#M544251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sort tab write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( A-H = Match( Left([Payer Name] ,'A','B','C','D','E','F','G','H'),&lt;/P&gt;&lt;P&gt;If( I-Q = Match( Left([Payer Name] ,'I','J','K','L','M','N','O','P','Q'),&lt;/P&gt;&lt;P&gt;If( R-Z = Match( Left([Payer Name] ,'R','S','T','U','V','W','X','Y','Z')&amp;nbsp; )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574445#M544251</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-14T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Grouping by alphabets</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574446#M544252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.!&lt;/P&gt;&lt;P&gt;Its working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Grouping-by-alphabets/m-p/574446#M544252</guid>
      <dc:creator />
      <dc:date>2014-04-15T05:42:40Z</dc:date>
    </item>
  </channel>
</rss>

