<?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: last 30 days in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459921#M36052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please remember to close the thread by marking the correct and helpful replies,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2018 10:30:24 GMT</pubDate>
    <dc:creator>luismadriz</dc:creator>
    <dc:date>2018-01-09T10:30:24Z</dc:date>
    <item>
      <title>last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459918#M36049</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;How to filter last 30 days sales using set analysts.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 05:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459918#M36049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-07T05:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459919#M36050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check your date format and apply accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;datefiled={"=datefield&amp;gt;=max(datefield)-30"}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;datefiled={"&amp;gt;=$(=max(datefield)-30)&amp;lt;=$(=max(datefield))"}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 06:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459919#M36050</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-07T06:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459920#M36051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Pradosh says, just change &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(datefield)-30 to date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(datefield)-30). If you need to, force the date format to suit, for example&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(datefield)-30,'M/D/YYYY'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I hope this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Luis&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 11:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459920#M36051</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2018-01-07T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459921#M36052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please remember to close the thread by marking the correct and helpful replies,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 10:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459921#M36052</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2018-01-09T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459922#M36053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use&amp;nbsp; below exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={=date(Max(Date)-30,'DD-MM-YYYY')}&amp;gt;}id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 10:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1459922#M36053</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2018-01-09T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: last 30 days</title>
      <link>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1729280#M55612</link>
      <description>&lt;P&gt;Creo que todas las propuestas fallan si no hay registros en el último o últimos días.&amp;nbsp;&lt;BR /&gt;Es decir, toman 30 días a partir del último registro.&amp;nbsp; Lo que pide entiendo que es: 30 días para atrás desde hoy o ayer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 15:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/last-30-days/m-p/1729280#M55612</guid>
      <dc:creator>Chori</dc:creator>
      <dc:date>2020-07-20T15:52:27Z</dc:date>
    </item>
  </channel>
</rss>

