<?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: How to get Numbers from my list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896421#M997379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SaiRamdc&lt;/P&gt;&lt;P&gt;Thanks to your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want filter the data from "June 2003" to "may 2004" with "WHERE" condition in script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 06:26:30 GMT</pubDate>
    <dc:creator>madhubabum</dc:creator>
    <dc:date>2015-06-30T06:26:30Z</dc:date>
    <item>
      <title>How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896413#M997371</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;&lt;/P&gt;&lt;P&gt;I have the following list box.....&lt;/P&gt;&lt;P&gt;DepartmentId:&lt;/P&gt;&lt;P&gt;ab_100&lt;/P&gt;&lt;P&gt;bc_200&lt;/P&gt;&lt;P&gt;st_300&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;200&lt;/P&gt;&lt;P&gt;300&lt;BR /&gt;400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sol: I want only 100,200,300,400....&lt;/P&gt;&lt;P&gt;How can we achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896413#M997371</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-06-25T05:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896414#M997372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this expression in your list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(IsNum(DepartmentId), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;DepartmentId), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;DepartmentId)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896414#M997372</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-25T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896415#M997373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(IsNum(DepartmentId),DepartmentId)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896415#M997373</guid>
      <dc:creator />
      <dc:date>2015-06-25T05:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896416#M997374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks to reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with the help of Inner Join ......I want to make changes in DataModel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896416#M997374</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-06-25T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896417#M997375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In list box properties, ---&amp;gt; select Expression from field drop down ------&amp;gt; edit --------&amp;gt; use the below expression. and it should bring only the selected field values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DepartmentId&lt;/SPAN&gt;,'100','200','300','400'), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DepartmentId)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896417#M997375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896418#M997376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DepartmentId As AllDepartmentIds,&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; font-size: 13px;"&gt;If(IsNum(DepartmentId), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DepartmentId) As DepartmentId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 05:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896418#M997376</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-25T05:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896419#M997377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this in your script. (if you have only one underscore in your data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DepartmentId,'_',2) as DepartmentId&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 06:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896419#M997377</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-06-25T06:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896420#M997378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;KeepChar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DepartmentId, '0123456789')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;please elaborate on your requirements to be able to deliver correct answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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>Fri, 26 Jun 2015 18:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896420#M997378</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-26T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896421#M997379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SaiRamdc&lt;/P&gt;&lt;P&gt;Thanks to your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want filter the data from "June 2003" to "may 2004" with "WHERE" condition in script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896421#M997379</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-06-30T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Numbers from my list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896422#M997380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;table&lt;/P&gt;&lt;P&gt;where monthname(datecolumn)&amp;gt;=monthname(makedate(2003,06) and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;monthname(datecolumn)&amp;lt;=monthname(makedate(2004,05)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Numbers-from-my-list-box/m-p/896422#M997380</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-30T06:36:06Z</dc:date>
    </item>
  </channel>
</rss>

