<?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: Help set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444222#M165625</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;Try this (if the quarter is in the dimension of your chart) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;DATA INVENTARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=concat(aggr(max(DATA INVENTARIO),MESE),chr(39)&amp;amp;','&amp;amp;chr(39)))'}&amp;gt;} VALORE_MAG&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 10:54:52 GMT</pubDate>
    <dc:creator>vincent_ardiet</dc:creator>
    <dc:date>2013-02-18T10:54:52Z</dc:date>
    <item>
      <title>Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444219#M165622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt; for each three-month period I have 3 possible date: 01/31, 02/29, 03/30.&lt;/P&gt;&lt;P&gt;Without filtering data I would have sum(VALORE_MAG) for the max(date) of each period (year, threemonth period)&lt;/P&gt;&lt;P&gt;DATA INVENTARIO= date&lt;/P&gt;&lt;P&gt;ANNO= year&lt;/P&gt;&lt;P&gt;TRIMESTRE= three month period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is not correct because it extracts the maximum date throughout the period, not the quarter&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[DATA INVENTARIO]={'$(=Max([DATA INVENTARIO]))'}, ANNO,TRIMESTRE&amp;gt;}VALORE_MAG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33612" class="jive-image-thumbnail jive-image" onclick="" alt="Cattura1.JPG" src="https://community.qlik.com/legacyfs/online/33612_Cattura1.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each T# i would like to have a value (valore trim mag) that is the value for the max(date) of the quarter.&lt;/P&gt;&lt;P&gt;How can I do that without filter data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33613" class="jive-image-thumbnail jive-image" onclick="" alt="Cattura2.JPG" src="https://community.qlik.com/legacyfs/online/33613_Cattura2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you to all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444219#M165622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T09:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444220#M165623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to aggr data by Anno and trimestre before sum ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444220#M165623</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-18T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444221#M165624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, how can i write it?&lt;/P&gt;&lt;P&gt;aggr(sum({&amp;lt;[DATA INVENTARIO]={'$(=Max([DATA INVENTARIO]))'}&amp;gt;}VALORE_MAG),ANNO,TRIMESTRE)&lt;/P&gt;&lt;P&gt;doesn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444221#M165624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444222#M165625</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;Try this (if the quarter is in the dimension of your chart) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;DATA INVENTARIO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=concat(aggr(max(DATA INVENTARIO),MESE),chr(39)&amp;amp;','&amp;amp;chr(39)))'}&amp;gt;} VALORE_MAG&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 10:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444222#M165625</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2013-02-18T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444223#M165626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works! Thank you!!!&lt;/P&gt;&lt;P&gt;Could you explain me what do you do with &lt;SPAN style="color: #737373; font-family: Arial; font-size: 11px; background-color: #ffffff;"&gt;&lt;STRONG&gt;$(=&lt;SPAN style="text-decoration: underline;"&gt;concat&lt;/SPAN&gt;&lt;/STRONG&gt;(aggr(max(DATA INVENTARIO),MESE),chr(39)&amp;amp;','&amp;amp;chr(39)))'&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 14:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444223#M165626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T14:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444224#M165627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you have quarters in dimensions, aggr(max(DATA INVETARIO), MESE) will return 3 values, the last day of each month of the current quarter.&lt;/P&gt;&lt;P&gt;Then, I concatenate the 3 values but I want them to be separated by a single quote (ascii code 39), a coma (',') and another quote.&lt;/P&gt;&lt;P&gt;So I'm composing a string like 'month1','month2','month3' (the opening and closing quotes are before the $ and before the }).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 15:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-set-analysis/m-p/444224#M165627</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2013-02-18T15:23:39Z</dc:date>
    </item>
  </channel>
</rss>

