<?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 Aggregate in textbox with conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666880#M242594</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;I have a straight table chart with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: TradeID&lt;/P&gt;&lt;P&gt;Expressions: &lt;/P&gt;&lt;P&gt;1. Buyer - concat(Buyer,',')&lt;/P&gt;&lt;P&gt;2. Seller - concat(Seller,',')&lt;/P&gt;&lt;P&gt;3. Trade Type - &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(wildmatch(concat(Bank,','),'*Bank X*'), 'VOICE','ELECTRONIC')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I express this in a textbox where I want to display the count of VOICE and ELECTRONIC trades?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 01:38:11 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2014-09-23T01:38:11Z</dc:date>
    <item>
      <title>Aggregate in textbox with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666880#M242594</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;I have a straight table chart with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: TradeID&lt;/P&gt;&lt;P&gt;Expressions: &lt;/P&gt;&lt;P&gt;1. Buyer - concat(Buyer,',')&lt;/P&gt;&lt;P&gt;2. Seller - concat(Seller,',')&lt;/P&gt;&lt;P&gt;3. Trade Type - &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(wildmatch(concat(Bank,','),'*Bank X*'), 'VOICE','ELECTRONIC')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I express this in a textbox where I want to display the count of VOICE and ELECTRONIC trades?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 01:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666880#M242594</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-09-23T01:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate in textbox with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666881#M242595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in a list box.&amp;nbsp; I'm putting the 2nd count two lines below the first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'# Voice Trades: ' &amp;amp;&amp;nbsp; count (&amp;nbsp; if( wildmatch( Bank, '*Bank X*') , Bank ) )&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;amp; chr(10) &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'# Electronic Trades: ' &amp;amp; count( if ( not wildmatch( Bank, '*Bank X*') , Bank) )&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 02:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666881#M242595</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-23T02:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate in textbox with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666882#M242596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='VOICE: ' &amp;amp; count({&amp;lt;Bank={'Bank X'}&amp;gt;}TradeID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px; font-family: 'courier new', courier;"&gt;='ELECTRONIC: ' &amp;amp; count({&amp;lt;Bank=-{'Bank X'}&amp;gt;}TradeID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 02:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregate-in-textbox-with-conditions/m-p/666882#M242596</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-09-23T02:11:03Z</dc:date>
    </item>
  </channel>
</rss>

