<?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 Expression Help Getting &amp;quot;Others&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Help-Getting-quot-Others-quot/m-p/1441394#M432454</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 the following 3 existing expressions that provide the top 20 rows for VSI quantity, CPU's and Memory (GB).&amp;nbsp; I now have an ask to add one more row of everything else combined for Foundation *=VSI or in other words, a Others row.&amp;nbsp; Is this possible and if so, how would I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt; = {1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN&gt; = {1}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN&gt; ={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[DM #]&lt;/SPAN&gt;&lt;SPAN&gt;-= {'88888*'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Item Action]&lt;/SPAN&gt;&lt;SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Foundation&lt;/SPAN&gt;&lt;SPAN&gt; *= {'VSI'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;effective_item_qty&lt;/SPAN&gt;&lt;SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt; = {1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN&gt; = {1}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN&gt; ={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[DM #]&lt;/SPAN&gt;&lt;SPAN&gt;-= {'88888*'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Item Action]&lt;/SPAN&gt;&lt;SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Foundation&lt;/SPAN&gt;&lt;SPAN&gt; *= {'VSI'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CPUs&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Expression 3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[Memory (GB)]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression 4????&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 21:15:44 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2017-11-08T21:15:44Z</dc:date>
    <item>
      <title>Expression Help Getting "Others"</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-Getting-quot-Others-quot/m-p/1441394#M432454</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 the following 3 existing expressions that provide the top 20 rows for VSI quantity, CPU's and Memory (GB).&amp;nbsp; I now have an ask to add one more row of everything else combined for Foundation *=VSI or in other words, a Others row.&amp;nbsp; Is this possible and if so, how would I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Rank&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt; = {1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN&gt; = {1}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN&gt; ={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[DM #]&lt;/SPAN&gt;&lt;SPAN&gt;-= {'88888*'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Item Action]&lt;/SPAN&gt;&lt;SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Foundation&lt;/SPAN&gt;&lt;SPAN&gt; *= {'VSI'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;effective_item_qty&lt;/SPAN&gt;&lt;SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt; = {1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN&gt; = {1}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;&lt;SPAN&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN&gt; ={1}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[DM #]&lt;/SPAN&gt;&lt;SPAN&gt;-= {'88888*'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Item Action]&lt;/SPAN&gt;&lt;SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Foundation&lt;/SPAN&gt;&lt;SPAN&gt; *= {'VSI'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CPUs&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Expression 3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Rank&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;effective_item_qty&lt;/SPAN&gt;))) &amp;lt; 21,&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;project_include_in_forecast&lt;/SPAN&gt; = {1},&lt;SPAN style="color: #800000;"&gt;project_is_active&lt;/SPAN&gt; = {1}, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;={1},&lt;SPAN style="color: #800000;"&gt;estimate_is_active&lt;/SPAN&gt; ={1}, &lt;SPAN style="color: #800000;"&gt;[DM #]&lt;/SPAN&gt;-= {'88888*'}, &lt;SPAN style="color: #800000;"&gt;[Item Action]&lt;/SPAN&gt;={'Add'} ,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Foundation&lt;/SPAN&gt; *= {'VSI'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[Memory (GB)]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression 4????&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-Getting-quot-Others-quot/m-p/1441394#M432454</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-11-08T21:15:44Z</dc:date>
    </item>
  </channel>
</rss>

