<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725319#M260163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Sep 2014 10:10:51 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2014-09-07T10:10:51Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725313#M260157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following List Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept&lt;/P&gt;&lt;P&gt;Bran&lt;/P&gt;&lt;P&gt;City&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above list box I want to hide Dept and Region in one of my sheet and display only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bran&lt;/P&gt;&lt;P&gt;City&amp;nbsp;&amp;nbsp;&amp;nbsp; in my list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me how I can do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725313#M260157</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-09-07T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725314#M260158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can write the expression in the List Box as show below: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;=IF(ListBox= 'Bran' OR Name = 'City', ListBox)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725314#M260158</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-09-07T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725315#M260159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put in Box List an expresion with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(not Match(Var,'Dept','Region'),Var)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725315#M260159</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-07T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725316#M260160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But none of the the methods work. If you can pls upload a sample QV document &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725316#M260160</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-09-07T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725317#M260161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your field name, which has these values?&lt;/P&gt;&lt;P&gt;or can you show share a sample doc or screen shots, what you have done...?&lt;/P&gt;&lt;P&gt;but this expression works for me..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;=if(FiledName = 'Bran' or FieldName = 'City', FieldName, Null)..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;put your field name in the expression....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725317#M260161</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-09-07T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725318#M260162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Really!? that's very strange. Anyway, here is the attachment. See the second Listbox which contains only A &amp;amp; B. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725318#M260162</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-09-07T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725319#M260163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 10:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725319#M260163</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-09-07T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725320#M260164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is the &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Dept&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Bran&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;City&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&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;are values of one List box or they are different list boxes??&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;If they are values of one List Box then&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;You have to create List Box With expression like&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;If(not wildmatch(Fieldname,'*Dept*','*Region*'),FieldName).&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;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 10:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725320#M260164</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-07T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/725321#M260165</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;another one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14100867626896936" jivemacro_uid="_14100867626896936"&gt;
&lt;P&gt;=Aggr(Only({1-&amp;lt;Type={'Dept','Region'}&amp;gt;} Type), Type)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132228_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66130_QlikCommunity_Thread_132228_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132228_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66131_QlikCommunity_Thread_132228_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/725321#M260165</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-07T10:47:09Z</dc:date>
    </item>
  </channel>
</rss>

