<?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 - Expression Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711521#M1053920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Leah, I tried but it didn't work. The results are coming out as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 14:06:58 GMT</pubDate>
    <dc:creator>sohailansari201</dc:creator>
    <dc:date>2015-08-26T14:06:58Z</dc:date>
    <item>
      <title>ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711513#M1053909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure there is a simple solution to my problem, I just can't work out what it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written an expression using a ValueList, which is working fine for the first two parameters on the list.&amp;nbsp; When I try to add the third value it fails (the column shows nulls throughout).&amp;nbsp; Can anyone see what I am doing wrong?&amp;nbsp;&amp;nbsp; I have removed the calculation, and just put in a simple '1' result, just to try and get the value to show on the table - at the moment I can only see the first two values (Ambient and Multi Temp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="valuelist.jpg" class="jive-image" height="117" src="https://community.qlik.com/legacyfs/online/69854_valuelist.jpg" style="width: 771.702px; height: 117px;" width="772" /&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&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, 28 Oct 2014 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711513#M1053909</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2014-10-28T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711514#M1053911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leah, after the ActWsvD there is and extra ')', remove it, you also need to remove the last ',)' line and set '))' at the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711514#M1053911</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-10-28T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711515#M1053913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked a treat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711515#M1053913</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2014-10-28T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711516#M1053915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to Ruben's answer, you may want to experiment with using the Pick function as I feel it makes it easier to read and maintain the varying expressions. There are two methods ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one is to order your expressions in reverse alphabetical rank order ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;valuelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Ambient','Multi Temp','Central Billing','Total')),&lt;BR /&gt; 'Total Expr', &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Expression to match last alphabetical rank&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Multi Temp Expr', &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// .. order expressions in reverse order&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Central Billing Expr', &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// .. as per alphabetical rank result &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Ambient Expr' &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Expression to match first alphabetical rank&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second is to assign a numerical value to the Valuelists and change your dimension to match, resulting in the expressions listed in the correct order ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;valuelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Ambient',1),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Multi Temp',2),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Central Billing',3),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total',4)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;valuelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Ambient',1),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Multi Temp',2),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Central Billing',3),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Total',4)),&lt;BR /&gt; 'Ambient Expr',&lt;BR /&gt; 'Multi Temp Expr',&lt;BR /&gt; 'Central Billing Expr', &lt;BR /&gt; 'Total Expr'&lt;BR /&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711516#M1053915</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2014-10-28T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711517#M1053916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Flipside.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not used the PICK function before, and I'm always looking for ways to make processes simpler to maintain (aren't we all?!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your input &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 09:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711517#M1053916</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2014-10-29T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711518#M1053917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this method will help negate the comma and bracket confusion associated with nested ifs. It's great when you revisit very complex expressions that need tweaking months or years after being first written.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711518#M1053917</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2014-10-29T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711519#M1053918</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 am having a unique issue while using valuelist() in a straight table that I am unable to find any help with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Dimension:&lt;/P&gt;&lt;P&gt;Valuelist('A','B','C')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expression:&lt;/P&gt;&lt;P&gt;pick(match(valuelist('A','B','C')&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'A','B','C')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;gt; 10000, 1,0), storeID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;lt; 10000, 1,0), storeID))&lt;/P&gt;&lt;P&gt;,sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) = 0, 1,0), storeID))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the Result is coming out to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 54&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No matter in which order I keep my 3 formulas, only the first one works and rest of them comes out as zero. However, if I create three text boxes and put these 3 formulas in each of these text boxes, I can see the results of all three formulas. (I am scratching my head &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;) Please help.&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>Fri, 14 Aug 2015 21:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711519#M1053918</guid>
      <dc:creator>sohailansari201</dc:creator>
      <dc:date>2015-08-14T21:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711520#M1053919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try it without the match:&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;pick(valuelist('A','B','C'),&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-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;gt; 10000, 1,0), storeID)),&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;sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;lt; 10000, 1,0), storeID)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) = 0, 1,0), storeID))&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>Wed, 26 Aug 2015 09:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711520#M1053919</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2015-08-26T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711521#M1053920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Leah, I tried but it didn't work. The results are coming out as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711521#M1053920</guid>
      <dc:creator>sohailansari201</dc:creator>
      <dc:date>2015-08-26T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711522#M1053921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay ....try this:&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;pick(valuelist('A','B','C'),&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-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;gt; 10000, 1,0), storeID))),&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;(sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) &amp;lt; 10000, 1,0), storeID))),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(sum(aggr(if((min({&amp;lt;planyear_endyear={$(=max(planyear_endyear)-1)}&amp;gt;} salesfigure)) = 0, 1,0), storeID)))&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>Wed, 26 Aug 2015 14:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711522#M1053921</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2015-08-26T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: ValueList - Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711523#M1053922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems strange as you said the individual expressions work in a text box .......not sure my last amend will make any difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a similar thread, looks like it's something to do with the aggregation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/851867"&gt;Multiple Aggr() in Pick/Match function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueList-Expression-Problem/m-p/711523#M1053922</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2015-08-26T14:22:02Z</dc:date>
    </item>
  </channel>
</rss>

