<?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/1412932#M796494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Class function is the way to do this, as others have said.&lt;/P&gt;&lt;P&gt;An alternative if you don't like Class would be to use If or Case statements in your script to split the amounts into buckets, which you can then assign to a new field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(amount&amp;lt;50,bucket1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(amount&amp;lt;100,bucket2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not as clean as using Class, but would do the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 15:37:07 GMT</pubDate>
    <dc:creator>Ben_P</dc:creator>
    <dc:date>2017-12-15T15:37:07Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412924#M796486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a &lt;STRONG style="text-decoration: underline;"&gt;list box&lt;/STRONG&gt; in my dashboard as below for only&amp;nbsp; &lt;STRONG style="text-decoration: underline;"&gt;"ACTUAL"&lt;/STRONG&gt; values.&lt;/P&gt;&lt;P&gt;You can find attached data and dashboard files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Sum(Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;0&lt;/P&gt;&lt;P&gt;0-50&lt;/P&gt;&lt;P&gt;50-100&lt;/P&gt;&lt;P&gt;100-250&lt;/P&gt;&lt;P&gt;250-500&lt;/P&gt;&lt;P&gt;500-1000&lt;/P&gt;&lt;P&gt;1000-5000&lt;/P&gt;&lt;P&gt;5000&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&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/m-p/1412924#M796486</guid>
      <dc:creator>asknyldz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412925#M796487</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;you just need to do this on a list box:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(TYPE='ACTUAL', CLIENT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;attached below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412925#M796487</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-15T13:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412926#M796488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please clear your requirement, what is mean by below data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Sum(Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;0-50&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;50-100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;100-250&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;250-500&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;500-1000&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1000-5000&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5000&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412926#M796488</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-15T13:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412927#M796489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i don't need List Box for Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to below list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Sum(Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;0&lt;/P&gt;&lt;P&gt;0-50&lt;/P&gt;&lt;P&gt;50-100&lt;/P&gt;&lt;P&gt;100-250&lt;/P&gt;&lt;P&gt;250-500&lt;/P&gt;&lt;P&gt;500-1000&lt;/P&gt;&lt;P&gt;1000-5000&lt;/P&gt;&lt;P&gt;5000&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412927#M796489</guid>
      <dc:creator>asknyldz</dc:creator>
      <dc:date>2017-12-15T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412928#M796490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Total Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to, when i click to 0-50&lt;/P&gt;&lt;P&gt;Straight table must show only Actual sum amount 0 to 50 values. i.e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 397px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="232"&gt;FILLO LOJISTIK&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="67"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="98"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;AYAYDIN GIYIM&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;SUNEL TICARET&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;KASTAS KAUCUK&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;ANIL BETON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;PORLAND&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GL EVENTS&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;TUBORG&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GALERI ISTANBUL MOBILYA DEKORASYON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ACTUAL&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 232px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="232"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412928#M796490</guid>
      <dc:creator>asknyldz</dc:creator>
      <dc:date>2017-12-15T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412929#M796491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use Class function here to create the buckets for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412929#M796491</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-15T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412930#M796492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is one method to do it, I'm sure there a lot of other approach better than this, but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did the examples cases: &amp;lt;0 and &amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just finish the rest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412930#M796492</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-15T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412931#M796493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add this calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Dual(Replace(class( AMOUNT,50 ),'&amp;lt;= x &amp;lt;','to'), NUM(class( AMOUNT,50)) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412931#M796493</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-15T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412932#M796494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Class function is the way to do this, as others have said.&lt;/P&gt;&lt;P&gt;An alternative if you don't like Class would be to use If or Case statements in your script to split the amounts into buckets, which you can then assign to a new field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(amount&amp;lt;50,bucket1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(amount&amp;lt;100,bucket2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not as clean as using Class, but would do the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412932#M796494</guid>
      <dc:creator>Ben_P</dc:creator>
      <dc:date>2017-12-15T15:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412933#M796495</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;maybe one example could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_285241_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187253_QlikCommunity_Thread_285241_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_285241_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/187254_QlikCommunity_Thread_285241_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_285241_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/187255_QlikCommunity_Thread_285241_Pic3.JPG" style="height: 435px; width: 620px;" /&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, 17 Dec 2017 23:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412933#M796495</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-12-17T23:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412934#M796496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 04:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1412934#M796496</guid>
      <dc:creator>asknyldz</dc:creator>
      <dc:date>2017-12-18T04:58:57Z</dc:date>
    </item>
  </channel>
</rss>

