<?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: Extract  weekend days from date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649175#M456134</link>
    <description>&lt;P&gt;=Sum({&amp;lt;AttendanceDay = {'Sat','Sun'}&amp;gt;}WorkingHours)&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 14:35:46 GMT</pubDate>
    <dc:creator>Victor_Alumanah</dc:creator>
    <dc:date>2019-11-20T14:35:46Z</dc:date>
    <item>
      <title>Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649092#M456132</link>
      <description>&lt;P&gt;hi all&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have this date field and from that to extract only sat and sun.. which is weekend.. how i extract weekend from date..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/xaps82qyyo6i0fa/ar.xlsx?dl=0" target="_blank"&gt;https://www.dropbox.com/s/xaps82qyyo6i0fa/ar.xlsx?dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 12:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649092#M456132</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-11-20T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649157#M456133</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;If you want to keep only weekend days, then write something like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Fields]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from [Excel]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;where&amp;nbsp;WeekDay(AttendanceDay) &amp;gt;= 5&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649157#M456133</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-20T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649175#M456134</link>
      <description>&lt;P&gt;=Sum({&amp;lt;AttendanceDay = {'Sat','Sun'}&amp;gt;}WorkingHours)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649175#M456134</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-11-20T14:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649407#M456135</link>
      <description>&lt;P&gt;there is only&amp;nbsp; dates in date field .. have you checked sheet ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85596"&gt;@Victor_Alumanah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 05:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649407#M456135</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2019-11-21T05:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649445#M456136</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you need it in an expression the use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;AttendanceDay = {"=WeekDay(AttendanceDay)&amp;gt;=5"}&amp;gt;}WorkingHours)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(i thought you needed it in script side)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 08:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649445#M456136</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-21T08:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract  weekend days from date</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649488#M456137</link>
      <description>&lt;P&gt;Sorry I seemed to have only pasted in part of the solution I had and now I can not seem to find where I saved it, the solution&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/4168"&gt;@jaibau1993&lt;/a&gt;&amp;nbsp;will give you Sat and Sun.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 09:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-weekend-days-from-date/m-p/1649488#M456137</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-11-21T09:23:30Z</dc:date>
    </item>
  </channel>
</rss>

