<?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: upcoming  weekday in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751775#M719666</link>
    <description>&lt;P&gt;You could solve this by set analysis.Assuming your date field is named [Date] and you have a field containing weekday names named [Weekday].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only({&amp;lt;[Date] ={"&amp;gt;$(=only([Date])) &amp;lt;= $(=only([Date])+6)"}, [Weekday] = {'Sat'}&amp;gt;}[Date])&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 05:01:42 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-13T05:01:42Z</dc:date>
    <item>
      <title>upcoming  weekday</title>
      <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751771#M719665</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a Listbox with dates, for example:&lt;/P&gt;&lt;P&gt;11/10/2017&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;11/11/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;11/12/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;11/13/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;11/14/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;11/15/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I select any date, I need to know which is the&amp;nbsp;&lt;STRONG&gt;next Saturday&lt;/STRONG&gt;&amp;nbsp;for that date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;how to can i get this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bhagi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751771#M719665</guid>
      <dc:creator>bhagi</dc:creator>
      <dc:date>2024-11-15T23:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: upcoming  weekday</title>
      <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751775#M719666</link>
      <description>&lt;P&gt;You could solve this by set analysis.Assuming your date field is named [Date] and you have a field containing weekday names named [Weekday].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only({&amp;lt;[Date] ={"&amp;gt;$(=only([Date])) &amp;lt;= $(=only([Date])+6)"}, [Weekday] = {'Sat'}&amp;gt;}[Date])&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 05:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751775#M719666</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-13T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: upcoming  weekday</title>
      <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751780#M719667</link>
      <description>&lt;P&gt;Or something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=Date(DateField+6-Num(Weekday(DateField)))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Assuming Monday is 1 (i.e. - FirstWeekDay=6)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 05:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751780#M719667</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-10-13T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: upcoming  weekday</title>
      <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751849#M719668</link>
      <description>&lt;P&gt;why cant you try this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET FirstWeekDay=6;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WeekEnd(Max(DateField))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1751849#M719668</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-13T08:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: upcoming  weekday</title>
      <link>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1756336#M719669</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127588"&gt;@bhagi&lt;/a&gt;&amp;nbsp;you have received three very good responses to your question on this one, we would greatly appreciate it if you would return to the thread and use the Accept as Solution button on the post(s) that helped you resolve things.&amp;nbsp; If you did something different, you may post that and mark it after it is posted.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upcoming-weekday/m-p/1756336#M719669</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-27T15:43:39Z</dc:date>
    </item>
  </channel>
</rss>

