<?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: Expression set analysis and renaming values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105935#M16637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;Hopefully you can use the attached&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2018 12:39:46 GMT</pubDate>
    <dc:creator>paul_ripley</dc:creator>
    <dc:date>2018-08-03T12:39:46Z</dc:date>
    <item>
      <title>Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105930#M16632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The set analysis below, will bring back results for any portfolio where the GBP proce eds is &amp;gt; 500,000 (excluding portfolio 22701282).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I would like to amend it slightly, so that the below is still correct but with the additional criteria that any portfolio with proceeds &amp;lt; 500,000 is also included but they are grouped together and renamed as 'Other'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;proceeds&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Proceeds'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {22701282}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GPR GBP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) * -1 &amp;gt; 500000, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;proceeds&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Proceeds'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {22701282}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GPR GBP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) * -1, 1E6))&lt;BR /&gt; &lt;BR /&gt; , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;bussline_reclass&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio_text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/1000000&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For example below currently below I would only return Prisa and SLR.&amp;nbsp; I would like to group the rest to be called 'Other' as they are less than 500,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209815_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could anyone help with this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105930#M16632</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-03T11:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105931#M16633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Just set Dimension Limits?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="209827" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209827_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Or you could create a calculated dimension? Something like:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF(&lt;SPAN style="font-size: 13.3333px;"&gt; AGGR(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;//Your measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, [Dimension Field]) &amp;lt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;500,000&lt;/SPAN&gt; , &lt;SPAN style="font-size: 13.3333px;"&gt;[Dimension Field] &lt;/SPAN&gt;,'OTHERS')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105931#M16633</guid>
      <dc:creator>rick_vansoest</dc:creator>
      <dc:date>2018-08-03T11:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105932#M16634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this would need you to use calculated dimension instead of set analysis here... would you be able to share a sample to help you better here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105932#M16634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105933#M16635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;How is the best way to share this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105933#M16635</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-03T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105934#M16636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105934#M16636</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T12:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105935#M16637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;Hopefully you can use the attached&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105935#M16637</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-03T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105936#M16638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were not able to reduce it down any further &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105936#M16638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105937#M16639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which chart am I looking at? This one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209823_Capture.PNG" style="height: 319px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105937#M16639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105938#M16640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is the one, thanks.&amp;nbsp; I Just did the reduce data thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105938#M16640</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-03T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105939#M16641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for delay in replying. I don't seem to get emails when I get a reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105939#M16641</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-03T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105940#M16642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105940#M16642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105941#M16643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;Unfortunately dimension limits didnt work because I had 2 expressions in the table and the portfolio could be zero in 1 expression but &amp;gt; 500,000 in the other &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209930_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I tried using your code in the expression.&amp;nbsp; The current expression is&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;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;entity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"0148"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;pl&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"X01*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;proceeds&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Proceeds"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {22701282} &amp;gt; } &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GPR GBP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So I entered the below but it seemed to have an issue with 'OTHERS'.&amp;nbsp; Can you see what ive done wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {&lt;BR /&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;entity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"0148"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;pl&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"X01*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;proceeds&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Proceeds"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;period&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {22701282}&lt;BR /&gt; &amp;gt;&lt;BR /&gt; }&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GPR GBP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*-1)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt;= 500,000 , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,'OTHERS') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105941#M16643</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-06T08:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105942#M16644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;Did you get chance to take a further look?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105942#M16644</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-06T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105943#M16645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It had some trouble with the , in the 500,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaced the old dimensions with the new ones:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209961_Capture1.PNG" style="height: 503px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This calculation is working for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF( AGGR(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;entity -= {"0148"},pl -={"X01*"}, proceeds = {"Proceeds"}, period = {"&amp;gt;=$(vStartPeriod_CY)&amp;lt;=$(vEndPeriod_CY)"},portfolio -= {22701282} &amp;gt; } [GPR GBP])*-1)&lt;/P&gt;&lt;P&gt;, portfolio) &amp;gt;= 500000 , portfolio, 'Others')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could do the same for portfolio_text and Money Multiple (GBP) Depending on the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/209962_Capture2.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 12:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105943#M16645</guid>
      <dc:creator>rick_vansoest</dc:creator>
      <dc:date>2018-08-06T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105944#M16646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Dimensions limits gave me the same result. Just make sure you set the expression which you want to use first. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209966_Capture3.PNG" style="height: 222px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 12:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105944#M16646</guid>
      <dc:creator>rick_vansoest</dc:creator>
      <dc:date>2018-08-06T12:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression set analysis and renaming values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105945#M16647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;Thanks very much for your help.&amp;nbsp; It is now working&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 16:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-set-analysis-and-renaming-values/m-p/105945#M16647</guid>
      <dc:creator>paul_ripley</dc:creator>
      <dc:date>2018-08-06T16:06:34Z</dc:date>
    </item>
  </channel>
</rss>

