<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box/m-p/602990#M222826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am calculating AVG for Using this Expression&lt;/P&gt;&lt;P&gt;=sum(pay_amount)/count(distinct standard id])&lt;/P&gt;&lt;P&gt;in list box i have three business how can i write separate expression each one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BusinessUnit1-----i want to show each business AVG separate&lt;/P&gt;&lt;P&gt;Business Unit2---Where can i apply this business Filter&amp;nbsp; in Expression&lt;/P&gt;&lt;P&gt;Business Unit3---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 12:03:50 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2014-04-22T12:03:50Z</dc:date>
    <item>
      <title>List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/602990#M222826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am calculating AVG for Using this Expression&lt;/P&gt;&lt;P&gt;=sum(pay_amount)/count(distinct standard id])&lt;/P&gt;&lt;P&gt;in list box i have three business how can i write separate expression each one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BusinessUnit1-----i want to show each business AVG separate&lt;/P&gt;&lt;P&gt;Business Unit2---Where can i apply this business Filter&amp;nbsp; in Expression&lt;/P&gt;&lt;P&gt;Business Unit3---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 12:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/602990#M222826</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-04-22T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/602991#M222827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(Aggr(pay_amount,Business1))/count(Aggr(distinct standard id], Business1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 12:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/602991#M222827</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-22T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/602992#M222828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt; =sum ({&amp;lt;YourListBoxfield = {' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BusinessUnit1&lt;/SPAN&gt; '}&amp;gt;} pay_amount)/count(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;YourListBoxfield = {' &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BusinessUnit1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; '}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt; standard id])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-size: 10pt; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; =sum ({&amp;lt;YourListBoxfield = {' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BusinessUnit2&lt;/SPAN&gt; '}&amp;gt;} pay_amount)/count(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;YourListBoxfield = {' &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BusinessUnit2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; '}&amp;gt;}&lt;/SPAN&gt; standard id])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;SPAN style="font-size: 10pt; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; =sum ({&amp;lt;YourListBoxfield = {' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BusinessUnit3&lt;/SPAN&gt; '}&amp;gt;} pay_amount)/count(distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;YourListBoxfield = {' &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BusinessUnit3&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; '}&amp;gt;}&lt;/SPAN&gt; standard id])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 12:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/602992#M222828</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-22T12:08:09Z</dc:date>
    </item>
  </channel>
</rss>

