<?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 conditional Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203173#M880330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for you help!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 20:44:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-05T20:44:49Z</dc:date>
    <item>
      <title>List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203165#M880319</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;I need to create a List Box with few cities and I need to filter the cities that are not in Europe. &lt;/P&gt;&lt;P&gt;I have Longitude and Latitude for every city.&lt;/P&gt;&lt;P&gt;I have tried to use "If" like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(P_Longitude&amp;lt;=60 and P_Longitude&amp;gt;=11 and P_Latitude&amp;lt;=71 and P_Latitude&amp;gt;=36,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously it did not work. can someone please help?&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/List-Box-conditional-Show/m-p/1203165#M880319</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203166#M880320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this something you are thinking of doing on the front end of the script or back end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203166#M880320</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203167#M880321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this on the front end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({1&amp;lt;Country ={'*'}-{'Europe'}&amp;gt;} City), City)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203167#M880321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203168#M880322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, thank you for you answer.&lt;/P&gt;&lt;P&gt;I did not understand it quite well, I am very new with this.&lt;/P&gt;&lt;P&gt;Let me write it again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this table in Excel-&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 276px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" class="xl65" height="17" width="70"&gt;P_Latitude&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-left: none;" width="81"&gt;P_Longitude&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-left: none;" width="55"&gt;Plant_ID&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-left: none;" width="70"&gt;PlantName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;-6.181015&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;106.828335&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;Jakarta&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;35.680071&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;139.768522&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;Tokyo&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;40.713054&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;-74.007228&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;New York&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;51.507276&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;-0.12766&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;London&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;52.374733&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;4.898117&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;Amsterdam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="17" style="border-top: none;"&gt;55.751615&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;37.618701&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="left" class="xl66" style="border-top: none; border-left: none;"&gt;Moscow&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to create a chart only the cities in Europe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203168#M880322</guid>
      <dc:creator />
      <dc:date>2016-10-05T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203169#M880323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You only have Longitude and Latitude? Don't have a field which explicitly states the name of the Country? Are you trying the if statement in the script to create flags?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 18:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203169#M880323</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T18:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203170#M880325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this expression in listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=60 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;=11 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=71 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;=36,'Europe','Others') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;But instead of doing like this, you can do it in the script itself. Like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=60 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Longitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;=11 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=71 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;P_Latitude&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;=36,'Europe','Others') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; P_Latitude, P_Longitude, Plant_ID, PlantName&lt;BR /&gt; -6.181015, 106.828335, 4, Jakarta&lt;BR /&gt; 35.680071, 139.768522, 2, Tokyo&lt;BR /&gt; 40.713054, -74.007228, 3, New York&lt;BR /&gt; 51.507276, -0.12766, 6, London&lt;BR /&gt; 52.374733, 4.898117, 1, Amsterdam&lt;BR /&gt; 55.751615, 37.618701, 5, Moscow&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then simply create the 'Region' Listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203170#M880325</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-10-05T19:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203171#M880327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know what flag is.&lt;/P&gt;&lt;P&gt;but I am trying to show in a List Box only the rows that mach the If condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203171#M880327</guid>
      <dc:creator />
      <dc:date>2016-10-05T19:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203172#M880329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look like what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139755_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a flag in the script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(P_Longitude&amp;lt;=60 and P_Longitude&amp;gt;=11 and P_Latitude&amp;lt;=71 and P_Latitude&amp;gt;=36,1,0) as Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P_Latitude, P_Longitude, Plant_ID, PlantName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -6.181015, 106.828335, 4, Jakarta&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35.680071, 139.768522, 2, Tokyo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40.713054, -74.007228, 3, New York&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51.507276, -0.12766, 6, London&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52.374733, 4.898117, 1, Amsterdam&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55.751615, 37.618701, 5, Moscow&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then used the following expressions for the two list boxes:&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;=Aggr(Only({1&amp;lt;Flag = {1}&amp;gt;} PlantName), PlantName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;=Aggr(Only({1&amp;lt;Flag = {0}&amp;gt;} PlantName), PlantName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 19:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203172#M880329</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T19:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Box conditional Show</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203173#M880330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for you help!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-conditional-Show/m-p/1203173#M880330</guid>
      <dc:creator />
      <dc:date>2016-10-05T20:44:49Z</dc:date>
    </item>
  </channel>
</rss>

