<?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: Date Range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Range/m-p/2031179#M84937</link>
    <description>&lt;P&gt;you can solve this in the script by creating a new custom month field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is one way that might achieve what you're trying to do.&lt;/P&gt;
&lt;P&gt;if (Day([Date])&amp;lt;6,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dual('6th ' &amp;amp; date(monthstart([Date],-1),'MMM') &amp;amp; ' - 5th ' &amp;amp; date(monthstart([Date]),'MMM'), monthstart([Date],-1)),&lt;/P&gt;
&lt;P&gt;dual('6th ' &amp;amp; date(monthstart([Date]),'MMM') &amp;amp; ' - 5th ' &amp;amp; date(monthstart([Date],1),'MMM'), monthstart([Date]))&lt;/P&gt;
&lt;P&gt;) as [Custom Month]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Jan 2023 09:25:30 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2023-01-29T09:25:30Z</dc:date>
    <item>
      <title>Date Range</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Range/m-p/2030767#M84899</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Can any one suggest on how to get the column names date with month in Qlik Sense.&lt;/P&gt;
&lt;P&gt;Please find the below snap for reference. I need sum of total cost with New supplier Group by .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ragsuha_9052_0-1674814380100.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98987iE91AC01416DAF35D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ragsuha_9052_0-1674814380100.png" alt="ragsuha_9052_0-1674814380100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need a Total sum for&amp;nbsp; sum of Total cost Group by New Supplier, for ever 6th Jan - 5th Feb kind.&lt;/P&gt;
&lt;P&gt;Thank You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 10:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Range/m-p/2030767#M84899</guid>
      <dc:creator>ragsuha_9052</dc:creator>
      <dc:date>2023-01-27T10:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Range/m-p/2031179#M84937</link>
      <description>&lt;P&gt;you can solve this in the script by creating a new custom month field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is one way that might achieve what you're trying to do.&lt;/P&gt;
&lt;P&gt;if (Day([Date])&amp;lt;6,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dual('6th ' &amp;amp; date(monthstart([Date],-1),'MMM') &amp;amp; ' - 5th ' &amp;amp; date(monthstart([Date]),'MMM'), monthstart([Date],-1)),&lt;/P&gt;
&lt;P&gt;dual('6th ' &amp;amp; date(monthstart([Date]),'MMM') &amp;amp; ' - 5th ' &amp;amp; date(monthstart([Date],1),'MMM'), monthstart([Date]))&lt;/P&gt;
&lt;P&gt;) as [Custom Month]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 09:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Range/m-p/2031179#M84937</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-01-29T09:25:30Z</dc:date>
    </item>
  </channel>
</rss>

