<?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 finding data for missing date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/finding-data-for-missing-date/m-p/1872714#M72002</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one table name &lt;STRONG&gt;DAT&lt;/STRONG&gt; . On every monday and thursday data is uploaded in it but with same count [ 36k rows were added on every monday and thursday]. it consist 4 fields&lt;/P&gt;
&lt;P&gt;for &lt;EM&gt;&lt;STRONG&gt;ex 16-6-2021 thursday&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;coulmn&amp;nbsp; &amp;nbsp;1 date&amp;nbsp; 2&amp;nbsp; origin_area&amp;nbsp; &amp;nbsp; 3 dest_area&amp;nbsp; &amp;nbsp; &amp;nbsp; 4 rates&amp;nbsp; &amp;nbsp; &amp;nbsp;KEY (created by me)&lt;/P&gt;
&lt;P&gt;data&amp;nbsp; &amp;nbsp; &amp;nbsp;16-6-2021&amp;nbsp; &amp;nbsp; &amp;nbsp;MU_FT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GT_OI&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(16-6-2021 &amp;nbsp;MU_FT- GT_OI)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16-6 -2021&amp;nbsp; &amp;nbsp; &amp;nbsp; MU_GY&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GT_PO&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(16-6-2021&amp;nbsp; MU_GY -GT_PO)&lt;/P&gt;
&lt;P&gt;It Is basically the&amp;nbsp; rates that were added every time on Monday and Thursday with fixed no of rows.&lt;/P&gt;
&lt;P&gt;but I have no data for like date 17,18,19 as there is no such date present .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So basically I need dates and data for 17 18 19 which should be same for 16 th date . then on monday on 20th new rates will come So again I want those data to be replicate for 21 22?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;MinMaxTable:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Max(date) as Maxdate,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Min(date) as Mindate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Resident [DAT];&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Let vMax= Peek('Maxdate',0,'MinMaxTable');&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Let vMin= Peek('Mindate',0,'MinMaxTable');&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Drop Table MinMaxTable;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Calender:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;date($(vMin) + RowNo()-1) as X&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoGenerate $(vMax) - $(vMin)+1;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I am working with above code for missing dates&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 16:52:59 GMT</pubDate>
    <dc:creator>Bhagwat09</dc:creator>
    <dc:date>2024-11-16T16:52:59Z</dc:date>
    <item>
      <title>finding data for missing date</title>
      <link>https://community.qlik.com/t5/App-Development/finding-data-for-missing-date/m-p/1872714#M72002</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one table name &lt;STRONG&gt;DAT&lt;/STRONG&gt; . On every monday and thursday data is uploaded in it but with same count [ 36k rows were added on every monday and thursday]. it consist 4 fields&lt;/P&gt;
&lt;P&gt;for &lt;EM&gt;&lt;STRONG&gt;ex 16-6-2021 thursday&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;coulmn&amp;nbsp; &amp;nbsp;1 date&amp;nbsp; 2&amp;nbsp; origin_area&amp;nbsp; &amp;nbsp; 3 dest_area&amp;nbsp; &amp;nbsp; &amp;nbsp; 4 rates&amp;nbsp; &amp;nbsp; &amp;nbsp;KEY (created by me)&lt;/P&gt;
&lt;P&gt;data&amp;nbsp; &amp;nbsp; &amp;nbsp;16-6-2021&amp;nbsp; &amp;nbsp; &amp;nbsp;MU_FT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GT_OI&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(16-6-2021 &amp;nbsp;MU_FT- GT_OI)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;16-6 -2021&amp;nbsp; &amp;nbsp; &amp;nbsp; MU_GY&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GT_PO&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(16-6-2021&amp;nbsp; MU_GY -GT_PO)&lt;/P&gt;
&lt;P&gt;It Is basically the&amp;nbsp; rates that were added every time on Monday and Thursday with fixed no of rows.&lt;/P&gt;
&lt;P&gt;but I have no data for like date 17,18,19 as there is no such date present .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So basically I need dates and data for 17 18 19 which should be same for 16 th date . then on monday on 20th new rates will come So again I want those data to be replicate for 21 22?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;MinMaxTable:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Max(date) as Maxdate,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Min(date) as Mindate&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Resident [DAT];&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Let vMax= Peek('Maxdate',0,'MinMaxTable');&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Let vMin= Peek('Mindate',0,'MinMaxTable');&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Drop Table MinMaxTable;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Calender:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;date($(vMin) + RowNo()-1) as X&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AutoGenerate $(vMax) - $(vMin)+1;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I am working with above code for missing dates&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/finding-data-for-missing-date/m-p/1872714#M72002</guid>
      <dc:creator>Bhagwat09</dc:creator>
      <dc:date>2024-11-16T16:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: finding data for missing date</title>
      <link>https://community.qlik.com/t5/App-Development/finding-data-for-missing-date/m-p/1872840#M72011</link>
      <description>&lt;P&gt;You can find the answer here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/How-to-populate-a-sparsely-populated-field/ba-p/1470637" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/How-to-populate-a-sparsely-populated-field/ba-p/1470637&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 21:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/finding-data-for-missing-date/m-p/1872840#M72011</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2021-12-17T21:09:31Z</dc:date>
    </item>
  </channel>
</rss>

