<?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 FirstworkDate is not working when using Resident in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172669#M891622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FirstworkDate function&lt;/P&gt;&lt;P&gt;My Issue is when I am directly Loading Data from Database and Using Firstworkdate function it's working fine but when I am using &lt;/P&gt;&lt;P&gt;By Resident Firstworkdate is not getting effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD Dates,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;xyz.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate1]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestDate is working fine but TestDate1 is not getting Reflected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is did Firstworkdate function will work when we using Resident??&lt;/P&gt;&lt;P&gt;Could Please help some one this Issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached Sample Data and Sample qvw for More clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>SatyaPaleti</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>FirstworkDate is not working when using Resident</title>
      <link>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172669#M891622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FirstworkDate function&lt;/P&gt;&lt;P&gt;My Issue is when I am directly Loading Data from Database and Using Firstworkdate function it's working fine but when I am using &lt;/P&gt;&lt;P&gt;By Resident Firstworkdate is not getting effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD Dates,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;xyz.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate1]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestDate is working fine but TestDate1 is not getting Reflected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is did Firstworkdate function will work when we using Resident??&lt;/P&gt;&lt;P&gt;Could Please help some one this Issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached Sample Data and Sample qvw for More clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya&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/FirstworkDate-is-not-working-when-using-Resident/m-p/1172669#M891622</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: FirstworkDate is not working when using Resident</title>
      <link>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172670#M891623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you forgot to link your two tables? Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Dates,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Dates_Data.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #ff0000;"&gt;Dates,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstWorkDate(Dates,8) as [TestDate1]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134281_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 09:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172670#M891623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: FirstworkDate is not working when using Resident</title>
      <link>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172671#M891624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you So Much Sunny. Thats what I Expect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172671#M891624</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2016-08-11T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: FirstworkDate is not working when using Resident</title>
      <link>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172672#M891625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by marking the correct response if you are satisfied with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstworkDate-is-not-working-when-using-Resident/m-p/1172672#M891625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T10:16:31Z</dc:date>
    </item>
  </channel>
</rss>

