<?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: Set analysis with previous date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586266#M42887</link>
    <description>&lt;P&gt;Would you able to share sample and expected result?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 14:35:17 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-05-29T14:35:17Z</dc:date>
    <item>
      <title>Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586101#M42861</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to achieve number of occurrences for current and previous month in a table.&lt;/P&gt;&lt;P&gt;For previous month I am using:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Servicio.MesAno]={"$(=MonthName(addmonths([Servicio.MesAno],-1)))"}, Servicio.alturaModulo={"pies"}&amp;gt;} Servicio.codArticulo)&lt;/P&gt;&lt;P&gt;where Servicio.MesAno is like ene. 2019, feb. 2019, etc.&lt;/P&gt;&lt;P&gt;My sentence doesn't run. I need your help.&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586101#M42861</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2024-11-16T20:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586148#M42871</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Servicio.MesAno]={"$(=addmonths(Max([Servicio.MesAno]),-1))"}, Servicio.alturaModulo={"pies"}&amp;gt;} Servicio.codArticulo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Servicio.MesAno]={"$(=Date(addmonths(Max([Servicio.MesAno]),-1)&lt;FONT color="#FF0000"&gt;,'Date Format'&lt;/FONT&gt;))"}, Servicio.alturaModulo={"pies"}&amp;gt;} Servicio.codArticulo)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586148#M42871</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-29T13:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586207#M42876</link>
      <description>&lt;P&gt;Sorry Anyl but don't run.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586207#M42876</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2019-05-29T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586234#M42878</link>
      <description>&lt;P&gt;What it is returning?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthName(AddYears(Max(Servicio.MesAno),-1))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586234#M42878</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-29T13:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586237#M42879</link>
      <description>&lt;P&gt;may. 2018&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586237#M42879</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2019-05-29T14:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586260#M42884</link>
      <description>&lt;P&gt;Better, If you could draft sample data for us, Try this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Servicio.MesAno]={"$(=MonthName(addmonths(Max([Servicio.MesAno]),&lt;FONT color="#FF0000"&gt;-2&lt;/FONT&gt;)))"}, Servicio.alturaModulo={"pies"}&amp;gt;} Servicio.codArticulo)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586260#M42884</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-29T14:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586261#M42885</link>
      <description>&lt;P&gt;I would have in a table the next fields.&lt;/P&gt;&lt;P&gt;Current month - Last month - Last year&lt;/P&gt;&lt;P&gt;And in each field their values of codArticulo.&lt;/P&gt;&lt;P&gt;I have the data from the data base but I don't know how I have to write to see them in the table. Now I only see the current month data.&lt;/P&gt;&lt;P&gt;Thank you for your efforts.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586261#M42885</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2019-05-29T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586266#M42887</link>
      <description>&lt;P&gt;Would you able to share sample and expected result?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586266#M42887</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-29T14:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586273#M42890</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CapturaQS.PNG" style="width: 300px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12884i9925C49BEEC46BF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CapturaQS.PNG" alt="CapturaQS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the 'Actual' field we can see the data for the current year and month. In the 'Mes pasado' field I would like see the data of last month.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586273#M42890</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2019-05-29T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with previous date</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586277#M42892</link>
      <description>&lt;P&gt;In row ene. 2019 field 'Mes pasado' I would have to see the data of dec. 2018; in row feb. 2019, the field 'Mes pasado' would show the data of ene. 2019, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-previous-date/m-p/1586277#M42892</guid>
      <dc:creator>PuriVelasco</dc:creator>
      <dc:date>2019-05-29T14:44:31Z</dc:date>
    </item>
  </channel>
</rss>

