<?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: Valuelist and Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531368#M198552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind sharing this variables expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse1&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse2&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 12:12:22 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-05-12T12:12:22Z</dc:date>
    <item>
      <title>Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531364#M198548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;chart with a dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ValueList('a','b','c')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (ValueList('a','b','c')='a',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'aa', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='b',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'bb',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='c',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cc' ) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a aa&lt;/P&gt;&lt;P&gt;b bb&lt;/P&gt;&lt;P&gt;c cc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i change the expression in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (ValueList('a','b','c')='a',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'aa', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='b',&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; count(&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;aggr ( if ( $(vFattProgrEse) =0 and $(vFattProgrEse1) = 0 and&amp;nbsp; $(vFattProgrEse2) &amp;gt; 0, Count ( distinct ST_CLIENTE)),ST_CLIENTE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='c',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cc' ) ))&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the aggr expression count the customers filtered in &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;a certain way. the single expression work in others chart.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;But in this chart with the "valuelist dimension" the result is:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;a aa&lt;/P&gt;&lt;P&gt;c cc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 'b' values is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i change the order in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (ValueList('a','b','c')='a',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; count(&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aggr ( if ( $(vFattProgrEse) =0 and $(vFattProgrEse1) = 0 and&amp;nbsp; $(vFattProgrEse2) &amp;gt; 0, Count ( distinct ST_CLIENTE)),ST_CLIENTE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='b',&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;'bbì'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='c',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cc' ) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a 236&lt;/P&gt;&lt;P&gt;b bb&lt;/P&gt;&lt;P&gt;c cc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why?!?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is just a basic example,&lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; understand how it works&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;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531364#M198548</guid>
      <dc:creator>fabio</dc:creator>
      <dc:date>2013-12-05T08:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531365#M198549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this same issue - what a nuisance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531365#M198549</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2016-05-12T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531366#M198550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (ValueList('a','b','c')='a',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; 'aa',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='b',&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;count( &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;aggr (&lt;EM&gt;NODISTINCT&lt;/EM&gt; if ( $(vFattProgrEse) =0 and $(vFattProgrEse1) = 0 and&amp;nbsp; $(vFattProgrEse2) &amp;gt; 0, Count ( distinct ST_CLIENTE)),ST_CLIENTE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='c',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cc' )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (ValueList('a','b','c')='a',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; 'aa',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='b',&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;count( &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit; font-style: inherit; line-height: 1.5em;"&gt;&lt;EM&gt;TOTAL&lt;/EM&gt; aggr (if ( $(vFattProgrEse) =0 and $(vFattProgrEse1) = 0 and&amp;nbsp; $(vFattProgrEse2) &amp;gt; 0, Count ( distinct ST_CLIENTE)),ST_CLIENTE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ValueList('a','b','c')='c',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'cc' )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531366#M198550</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-12T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531367#M198551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there more dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531367#M198551</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-12T12:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531368#M198552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind sharing this variables expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse1&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;vFattProgrEse2&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531368#M198552</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-12T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531369#M198553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clever, the original thread is 2 years old, I doubt that we get an answer from Fabio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've answered to Julian Hartley, using the original expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531369#M198553</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-12T12:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531370#M198554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531370#M198554</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-12T12:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Valuelist and Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531371#M198555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl, you're right... that does fix it! Unfortunately it then gives me incorrect numbers so I guess I'll need to adjust dataset to only feed single values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 11:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valuelist-and-Aggr/m-p/531371#M198555</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2016-06-23T11:17:55Z</dc:date>
    </item>
  </channel>
</rss>

