<?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: Separate values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308030#M846795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attachment shows a technique to accomplish this. It works by first converting the Rev indicators into values with a numerical component, and by using these to order the values sequentially and picking the correct one using &lt;SPAN style="font-family: 'courier new', courier;"&gt;FirstSortedValue()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A solution is maybe impossible to create if we don't know how the values for Rev/Month combination are calculated. Therefore you may want to replace the expression in the Result table with something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=FirstSortedValue(&lt;STRONG style="color: #ff6600;"&gt;aggr(expr,...)&lt;/STRONG&gt;, -Rev)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where expr should be replaced with the original aggregation that calculates these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 12:05:26 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-03-30T12:05:26Z</dc:date>
    <item>
      <title>Separate values</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308028#M846793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with a chart when I must show values separated in reviews.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending of Cheks of "Selector Anual", must show a specific values, but now show accumulated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output for each Review (revision):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158215_data.PNG" style="height: 110px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if check Rev0 and Rev1, must show the next values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enero: 0.17&lt;/P&gt;&lt;P&gt;Febrero: 0.84&lt;/P&gt;&lt;P&gt;Marzo: 1.28&lt;/P&gt;&lt;P&gt;Abril: 2.42&lt;/P&gt;&lt;P&gt;Mayo: 2.53 &lt;/P&gt;&lt;P&gt;Junio: 1.68 &lt;/P&gt;&lt;P&gt;Julio: 1.51 &lt;/P&gt;&lt;P&gt;Agosto: 1.70 &lt;/P&gt;&lt;P&gt;Septiembre: 2.44 &lt;/P&gt;&lt;P&gt;Octubre: 2.18 &lt;/P&gt;&lt;P&gt;Noviembre: 1.90 &lt;/P&gt;&lt;P&gt;Diciembre: 0.42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the current output is the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/158228_Capture.PNG" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Mar, show 3.12 (sum of Rev0 and Rev1 for Mar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/158229_12.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need show without accumulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attach a qlik with the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me buddy's.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308028#M846793</guid>
      <dc:creator>mromrod22</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Separate values</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308029#M846794</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;If there is any field that allows you to filter only for 1.28 march value, you should put that in the set expression. This should get you the result as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 08:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308029#M846794</guid>
      <dc:creator>karthiksrqv</dc:creator>
      <dc:date>2017-03-30T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Separate values</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308030#M846795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attachment shows a technique to accomplish this. It works by first converting the Rev indicators into values with a numerical component, and by using these to order the values sequentially and picking the correct one using &lt;SPAN style="font-family: 'courier new', courier;"&gt;FirstSortedValue()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A solution is maybe impossible to create if we don't know how the values for Rev/Month combination are calculated. Therefore you may want to replace the expression in the Result table with something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=FirstSortedValue(&lt;STRONG style="color: #ff6600;"&gt;aggr(expr,...)&lt;/STRONG&gt;, -Rev)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where expr should be replaced with the original aggregation that calculates these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 12:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-values/m-p/1308030#M846795</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-30T12:05:26Z</dc:date>
    </item>
  </channel>
</rss>

