<?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: Find the first day's data of each month/quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226435#M850705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my scripts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Database';&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;[Visual]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Site,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unit Price",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inventory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VALUE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Report Date",&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month("Report Date") as Month;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Brand,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Site,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unit Price",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inventory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VALUE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Report Date"&lt;/P&gt;&lt;P&gt;FROM "Database.Table"&lt;/P&gt;&lt;P&gt;where Brand = 'xxx';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Visual)&lt;/P&gt;&lt;P&gt;LOAD Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min("Report Date") as [Report Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 as Flag&lt;/P&gt;&lt;P&gt;Resident Visual&lt;/P&gt;&lt;P&gt;Group By Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurs from Left Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 15:17:44 GMT</pubDate>
    <dc:creator>mhmhmh91</dc:creator>
    <dc:date>2017-03-29T15:17:44Z</dc:date>
    <item>
      <title>Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226427#M850696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table which has a field Date. I now want to display the data of the first day of each month or quarter. However, some dates are missing. For example, I don't have data on 01/01/2017 but I have data on 01/02/2017. In this case I want to display data of 01/02/2017. Can anyone tell me how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Mandi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226427#M850696</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226428#M850698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this needed in a chart or are you looking to do this in the script? If it is in a chart, what all dimensions do you have? Can you may be share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 09:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226428#M850698</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-17T09:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226429#M850699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for replying!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have data below:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Date&lt;/TD&gt;&lt;TD width="64"&gt;Aged Value&lt;/TD&gt;&lt;TD width="64"&gt;Non-Aged Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;&lt;STRONG&gt;1/1/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;20.31&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;54.5&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;1/2/2017&lt;/TD&gt;&lt;TD align="right"&gt;20.35&lt;/TD&gt;&lt;TD align="right"&gt;54.67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;1/3/2017&lt;/TD&gt;&lt;TD align="right"&gt;20.39&lt;/TD&gt;&lt;TD align="right"&gt;54.84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;1/4/2017&lt;/TD&gt;&lt;TD align="right"&gt;20.43&lt;/TD&gt;&lt;TD align="right"&gt;55.01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20"&gt;&lt;STRONG&gt;2/2/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;21.46&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;66.77&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;2/4/2017&lt;/TD&gt;&lt;TD align="right"&gt;27.19&lt;/TD&gt;&lt;TD align="right"&gt;56.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;2/5/2017&lt;/TD&gt;&lt;TD align="right"&gt;32.92&lt;/TD&gt;&lt;TD align="right"&gt;47.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;2/6/2017&lt;/TD&gt;&lt;TD align="right"&gt;38.65&lt;/TD&gt;&lt;TD align="right"&gt;37.16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;2/7/2017&lt;/TD&gt;&lt;TD align="right"&gt;44.38&lt;/TD&gt;&lt;TD align="right"&gt;27.29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;&lt;STRONG&gt;3/1/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;21.02&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;36.56&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;3/2/2017&lt;/TD&gt;&lt;TD align="right"&gt;27.19&lt;/TD&gt;&lt;TD align="right"&gt;56.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;3/3/2017&lt;/TD&gt;&lt;TD align="right"&gt;33.36&lt;/TD&gt;&lt;TD align="right"&gt;77.24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;3/4/2017&lt;/TD&gt;&lt;TD align="right"&gt;39.53&lt;/TD&gt;&lt;TD align="right"&gt;97.58&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;3/5/2017&lt;/TD&gt;&lt;TD align="right"&gt;45.7&lt;/TD&gt;&lt;TD align="right"&gt;117.92&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20"&gt;&lt;STRONG&gt;4/3/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;23.45&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;STRONG&gt;58.76&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;4/4/2017&lt;/TD&gt;&lt;TD align="right"&gt;33.36&lt;/TD&gt;&lt;TD align="right"&gt;77.24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;4/5/2017&lt;/TD&gt;&lt;TD align="right"&gt;43.27&lt;/TD&gt;&lt;TD align="right"&gt;95.72&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20"&gt;4/6/2017&lt;/TD&gt;&lt;TD align="right"&gt;53.18&lt;/TD&gt;&lt;TD align="right"&gt;114.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to have a bar chart like below (only display the data of the first existing date in a month in the table):&lt;IMG alt="qlik.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156678_qlik.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a dimension with expression: &lt;/P&gt;&lt;P&gt;if (num(right(MyDateField, 2)) = 1, Date(MyDateField, 'YYYY-MM-DD'))&lt;/P&gt;&lt;P&gt;However, it will leave out Feb and April data because the existing first date of these two months is not 02-01/04-01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mandi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 15:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226429#M850699</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2017-03-17T15:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226430#M850700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a flag in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(Date) as Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Aged Value, Non-Aged Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2017, 20.31, 54.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/2/2017, 20.35, 54.67&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/3/2017, 20.39, 54.84&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/4/2017, 20.43, 55.01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/2/2017, 21.46, 66.77&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/4/2017, 27.19, 56.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/5/2017, 32.92, 47.03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/6/2017, 38.65, 37.16&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/7/2017, 44.38, 27.29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/2017, 21.02, 36.56&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/2/2017, 27.19, 56.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/3/2017, 33.36, 77.24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/4/2017, 39.53, 97.58&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/5/2017, 45.7, 117.92&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/3/2017, 23.45, 58.76&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/4/2017, 33.36, 77.24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/5/2017, 43.27, 95.72&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/6/2017, 53.18, 114.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Min(Date) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then use this flag as set analysis&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156690_Capture.PNG" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 16:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226430#M850700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-17T16:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226431#M850701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well with INLINE statement. How can I do this when I have to load data by using SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Mandi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 21:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226431#M850701</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2017-03-28T21:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226432#M850702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Month(Date) as Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;SQL SELECT &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;Date,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aged Value], &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Non-Aged Value]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;FROM XYZ_TABLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Min(Date) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Group By Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 01:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226432#M850702</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T01:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226433#M850703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says cannot find field &amp;lt;Month&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226433#M850703</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2017-03-29T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226434#M850704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you doing it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226434#M850704</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226435#M850705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my scripts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Database';&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;[Visual]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Brand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Site,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unit Price",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inventory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VALUE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Report Date",&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month("Report Date") as Month;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Brand,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Site,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unit Price",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Age",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inventory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VALUE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Report Date"&lt;/P&gt;&lt;P&gt;FROM "Database.Table"&lt;/P&gt;&lt;P&gt;where Brand = 'xxx';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Visual)&lt;/P&gt;&lt;P&gt;LOAD Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min("Report Date") as [Report Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 as Flag&lt;/P&gt;&lt;P&gt;Resident Visual&lt;/P&gt;&lt;P&gt;Group By Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurs from Left Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226435#M850705</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2017-03-29T15:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226436#M850706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you are using Qualify *;... do you need this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226436#M850706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226437#M850707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Left Join(Visual)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visual&lt;/SPAN&gt;.Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; Min("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visual&lt;/SPAN&gt;.Report Date") as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visual&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.Report Date"&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident Visual&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Group By &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visual&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.Month&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226437#M850707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find the first day's data of each month/quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226438#M850708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! I worked it out. Thank you very much&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-the-first-day-s-data-of-each-month-quarter/m-p/1226438#M850708</guid>
      <dc:creator>mhmhmh91</dc:creator>
      <dc:date>2017-03-29T18:50:32Z</dc:date>
    </item>
  </channel>
</rss>

