<?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 List Box Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193220#M54565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;I can't seem to get it to work. the list box doesn't return the correct fields.&lt;/P&gt;&lt;P&gt;could you have a look at this please??&lt;/P&gt;&lt;P&gt;i have tried myself but am having trouble... I'm still getting used to this front end stuff.... my skills lie in the SQL part still !!&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2011 14:54:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-31T14:54:07Z</dc:date>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193213#M54558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikviewers&lt;/P&gt;&lt;P&gt;Could somebody help explain to my why this list box on the attached file doesnt work??&lt;/P&gt;&lt;P&gt;Many Thanks&lt;BR /&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 12:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193213#M54558</guid>
      <dc:creator />
      <dc:date>2011-03-31T12:41:17Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193214#M54559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;you would need to aggregate, maybe this expression will help for the listbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if(aggr(sum(Incurred), [Claim Number], [Claimant Type])=0,'C','O')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 12:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193214#M54559</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-31T12:57:07Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193215#M54560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;Just for clarification,&lt;/P&gt;&lt;P&gt;When the if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;=if(sum(Incurred)=0,'C','O') is used in the dimension. it is throwing the error and when used in the List Box Virtually it is not showing the data. But when used as expression it is working fine without using an aggreagtion. How does it works internally.&lt;/H3&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193215#M54560</guid>
      <dc:creator />
      <dc:date>2011-03-31T13:10:18Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193216#M54561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't get your question. This expression &lt;B&gt;is&lt;/B&gt; working in the &lt;B&gt;Listbox&lt;/B&gt; expression. I've tried this on QV 10.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193216#M54561</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-31T13:16:45Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193217#M54562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;I am using Qv9.&lt;/P&gt;&lt;P&gt;Consider the James QVW file itself,&lt;/P&gt;&lt;H3&gt;=if(sum(Incurred)=0,'C','O') is used an expression and data was displaying.&lt;/H3&gt;&lt;P&gt;And the same is used as&lt;/P&gt;&lt;H3&gt;=if(sum(Incurred)=0,'C','O') in the list box it was not working. But your solution was working.I mean after adding the aggregation.&lt;/H3&gt;&lt;P&gt;And just tried to used &lt;STRONG&gt;=if(sum(Incurred)=0,'C','O')&lt;/STRONG&gt; as Dimension it was throwing error. So what is the role of Aggr in this expression.&lt;/P&gt;&lt;P&gt;Why the same statement works in the expression but not in Dimesion and the List box without adding aggr. After adding aggr it is working.why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193217#M54562</guid>
      <dc:creator />
      <dc:date>2011-03-31T13:25:53Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193218#M54563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XXX,&lt;/P&gt;&lt;P&gt;1. How QV can sum without a dimension (in a listbox)? How should it know which dimension to use?&lt;/P&gt;&lt;P&gt;2. You will understand this if you add a 'current selection' box. There you can see what selection QV is making if you click 'O' on the listbox. It selects the associated dimensions.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193218#M54563</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-31T13:41:08Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193219#M54564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Ralph&lt;/P&gt;&lt;P&gt;I think i need to play with the aggregation,as i have way more fields in my original cloud solution, i will give you a shout if i get stuck&lt;BR /&gt;&lt;BR /&gt;Much Appreciated, James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193219#M54564</guid>
      <dc:creator />
      <dc:date>2011-03-31T13:46:40Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193220#M54565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;I can't seem to get it to work. the list box doesn't return the correct fields.&lt;/P&gt;&lt;P&gt;could you have a look at this please??&lt;/P&gt;&lt;P&gt;i have tried myself but am having trouble... I'm still getting used to this front end stuff.... my skills lie in the SQL part still !!&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 14:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193220#M54565</guid>
      <dc:creator />
      <dc:date>2011-03-31T14:54:07Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193221#M54566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I have this&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;Incurred&lt;/B&gt;)&amp;gt;1,'C','O')&lt;/P&gt;&lt;P&gt;Try that for your ListBox Expression... It looks like it worked something, but not sure if thats what you want.&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 15:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193221#M54566</guid>
      <dc:creator />
      <dc:date>2011-03-31T15:32:10Z</dc:date>
    </item>
    <item>
      <title>List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193222#M54567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;I see, this is not working with with a two dimensional aggregation. I think it could work if you would have both dimensions concatenated in one field:&lt;/P&gt;&lt;P&gt;[Claim Number] &amp;amp;[Claimant Type] as Dim&lt;/P&gt;&lt;P&gt;But a better solution could be an aggregation table with sum(Incurred) if you need this as selection.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 20:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193222#M54567</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-31T20:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193223#M54568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend to you creating a new aggregated field in the script using ApplyMaps e.g. to properly flag the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 22:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193223#M54568</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-02-16T22:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Help</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193224#M54569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil, Please try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 00:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Help/m-p/193224#M54569</guid>
      <dc:creator />
      <dc:date>2014-02-17T00:49:49Z</dc:date>
    </item>
  </channel>
</rss>

