<?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: Suma entre fechas in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2146408#M93286</link>
    <description>&lt;P&gt;Prueba esto&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Translation" data-ved="2ahUKEwidtfKX_4eDAxXQRmwGHRijA1kQ3ewLegQICBAQ"&gt;&lt;SPAN class="Y2IQFc"&gt;Sum({&amp;lt;[Date.autoCalendar.Date]={"&amp;gt;=$(=YearStart(Max([Date.autoCalendar.Date])))&amp;lt;=$(=Max({&amp;lt;Date.autoCalendar.Month=&amp;gt;}[Date.autoCalendar.Date]))" }&amp;gt;}[Sale You Quote])&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 18:19:56 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2023-12-11T18:19:56Z</dc:date>
    <item>
      <title>Suma entre fechas</title>
      <link>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2146209#M93257</link>
      <description>&lt;P&gt;Hola a todos, tengo el siguiete problema:&lt;/P&gt;
&lt;P&gt;Necesito la suma de una cantidad entre dos fechas. Tengo el filtro del año (2023) y el mes (Feb.) Cuando selecciono el mes solo me da la suma del mes de febrero y necesito de enero a febrero.&lt;/P&gt;
&lt;P&gt;Esta es mi formula.&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Fecha.autoCalendar.Date]={"&amp;gt;=$(=YearStart(Max([Fecha.autoCalendar.Date])))&amp;lt;=$(=Max([Fecha.autoCalendar.Date]))"}&amp;gt;}[Venta Ud. Presup])&lt;/P&gt;
&lt;P&gt;¿Que estoy haciendo mal?.&lt;/P&gt;
&lt;P&gt;Gracias de antemano.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 11:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2146209#M93257</guid>
      <dc:creator>german13</dc:creator>
      <dc:date>2023-12-11T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suma entre fechas</title>
      <link>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2146408#M93286</link>
      <description>&lt;P&gt;Prueba esto&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Translation" data-ved="2ahUKEwidtfKX_4eDAxXQRmwGHRijA1kQ3ewLegQICBAQ"&gt;&lt;SPAN class="Y2IQFc"&gt;Sum({&amp;lt;[Date.autoCalendar.Date]={"&amp;gt;=$(=YearStart(Max([Date.autoCalendar.Date])))&amp;lt;=$(=Max({&amp;lt;Date.autoCalendar.Month=&amp;gt;}[Date.autoCalendar.Date]))" }&amp;gt;}[Sale You Quote])&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 18:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2146408#M93286</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2023-12-11T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Suma entre fechas</title>
      <link>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2153960#M93481</link>
      <description>&lt;P&gt;Hola, gracias por tu respuesta.&lt;/P&gt;
&lt;P&gt;Funciono con un pequeño cambio:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Fecha.autoCalendar.Date]={"&amp;gt;=$(=YearStart(Max([Fecha.autoCalendar.Date])))&amp;lt;=$(=Max(Fecha.autoCalendar.Date))"},[Fecha.autoCalendar.Month]&amp;gt;}[Venta Ud. Presup])&lt;/P&gt;
&lt;P&gt;Cambie&amp;nbsp;[Date.autoCalendar.Date] por&amp;nbsp;[Fecha.autoCalendar.Month] y funcionó.&lt;/P&gt;
&lt;P&gt;Muchas gracias&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 08:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2153960#M93481</guid>
      <dc:creator>german13</dc:creator>
      <dc:date>2023-12-18T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suma entre fechas</title>
      <link>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2155763#M93612</link>
      <description>&lt;P&gt;Hola, tu solución me funcionó.&lt;/P&gt;
&lt;P&gt;Tengo, tambien, otro problema que no entiendo porque no funciona.&lt;/P&gt;
&lt;P&gt;Estoy intendo lo mismo, pero del año anterior. (Mismo periodo, año anterior) y siempre devuelve 0 (Cero)&lt;/P&gt;
&lt;P&gt;Utilizo esta formula:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Fecha.autoCalendar.Date]={"&amp;gt;=$(=YearStart(Max([Fecha.autoCalendar.Year] -1)))&amp;lt;=$(=AddYears(Max([Fecha.autoCalendar.Date]),-1))"}, [Fecha.autoCalendar.Month]&amp;gt;} [Venta Ud. Presup])&lt;/P&gt;
&lt;P&gt;Gracias.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 10:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suma-entre-fechas/m-p/2155763#M93612</guid>
      <dc:creator>german13</dc:creator>
      <dc:date>2023-12-22T10:37:41Z</dc:date>
    </item>
  </channel>
</rss>

