<?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 Expressions problem with several listboxes. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596533#M1109700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a graph with the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;queue={643,646}&amp;gt;} answ_call_cnt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a list box named: queued_and_answ_call_dur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the Sum for answ_call_cnt to show only for the values over 30 in the queued_and_answ_call_dur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i write an expression like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 09:08:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-04T09:08:53Z</dc:date>
    <item>
      <title>Expressions problem with several listboxes.</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596533#M1109700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a graph with the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;queue={643,646}&amp;gt;} answ_call_cnt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a list box named: queued_and_answ_call_dur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the Sum for answ_call_cnt to show only for the values over 30 in the queued_and_answ_call_dur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i write an expression like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596533#M1109700</guid>
      <dc:creator />
      <dc:date>2014-03-04T09:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions problem with several listboxes.</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596534#M1109701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;queued_and_answ_call_dur={"&amp;gt;30"}&amp;gt;} ans_call_cnt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596534#M1109701</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-04T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions problem with several listboxes.</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596535#M1109702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still only want to do it for Queue 643 and 646. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i dont want it to Sum first, i want it to Sum all values OVER 30!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596535#M1109702</guid>
      <dc:creator />
      <dc:date>2014-03-04T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions problem with several listboxes.</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596536#M1109703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erik just what to do is that derive a flag for the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Queue 643 and 646&lt;/SPAN&gt;&amp;nbsp; with call duration &amp;gt;30 and then use this value in your set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use nested if &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum(if(Queue=643 OR Queue=646,if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;queued_and_answ_call_dur&lt;/SPAN&gt;&amp;gt;=30,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ans_call_cnt&lt;/SPAN&gt;)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Queue=643 OR Queue=646,if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;queued_and_answ_call_dur&lt;/SPAN&gt;&amp;gt;=30,sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ans_call_cnt)&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596536#M1109703</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-03-04T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions problem with several listboxes.</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596537#M1109704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Simply adding the queue part should work, like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;STRONG&gt;queue={643,646}&lt;/STRONG&gt; , queued_and_answ_call_dur={"&amp;gt;30"}&amp;gt;} ans_call_cnt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-problem-with-several-listboxes/m-p/596537#M1109704</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-04T10:00:46Z</dc:date>
    </item>
  </channel>
</rss>

