<?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: identify one or more dates within one week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775254#M717520</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35727"&gt;@heimo_ernst_wei&lt;/a&gt;&amp;nbsp;, in that case, you can do something like this :&lt;/P&gt;&lt;P&gt;BookingJournal:&lt;BR /&gt;Load&lt;BR /&gt;BookingID &amp;amp; ' | ' &amp;amp;&amp;nbsp;week(DateOfBooking)&amp;nbsp; as Id,&lt;BR /&gt;DateofBooking,&lt;BR /&gt;MoreFields&lt;BR /&gt;From yoursource;&lt;/P&gt;&lt;P&gt;MinDatePerWeek:&lt;BR /&gt;Load&lt;BR /&gt;Id,&lt;BR /&gt;min(DateOfBooking) as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;MinDateofWeek&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Resident BookingJournal&lt;BR /&gt;group by Id;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 12:56:30 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2021-01-18T12:56:30Z</dc:date>
    <item>
      <title>identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1774523#M717516</link>
      <description>&lt;P&gt;I have a table representing a booking journal, bookings are sometimes made on one day per week only (not always the same weekday), sometimes on two days within one week. There are some thousand bookings per batch run (day).&lt;/P&gt;&lt;P&gt;I need to extract the bookings of only one day per week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for a solution to extract/identify only one date per week even if two have been stored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for any useful proposal!&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>Fri, 15 Nov 2024 23:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1774523#M717516</guid>
      <dc:creator>heimo_ernst_wei</dc:creator>
      <dc:date>2024-11-15T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1774556#M717517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35727"&gt;@heimo_ernst_wei&lt;/a&gt;&amp;nbsp;, please check if something like this works for you.&lt;/P&gt;&lt;P&gt;Its just creates the field &lt;FONT color="#008000"&gt;&lt;STRONG&gt;NumberOfDates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;and&amp;nbsp; its going to tell you how many dates are in every Booking :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BookingJournal:&lt;BR /&gt;Load&lt;BR /&gt;BookingID &amp;amp; ' | ' &amp;amp;&amp;nbsp;week(DateOfBooking)&amp;nbsp; as Id,&lt;BR /&gt;DateofBooking,&lt;BR /&gt;MoreFields&lt;BR /&gt;From yoursource;&lt;/P&gt;&lt;P&gt;NumberOfDates:&lt;BR /&gt;Load&lt;BR /&gt;Id,&lt;BR /&gt;count(DateOfBooking) as &lt;FONT color="#008000"&gt;&lt;STRONG&gt;NumberOfDates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Resident BookingJournal&lt;BR /&gt;group by Id;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 20:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1774556#M717517</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-14T20:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775231#M717518</link>
      <description>&lt;P&gt;Thank you for your proposal, however I think I did not explain my problem well enough.&lt;/P&gt;&lt;P&gt;I have bookings from one or two different dates in a week and want use only one date per week for aggregation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775231#M717518</guid>
      <dc:creator>heimo_ernst_wei</dc:creator>
      <dc:date>2021-01-18T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775249#M717519</link>
      <description>&lt;P&gt;If i understand it right&lt;/P&gt;&lt;P&gt;this mght work for you:&lt;/P&gt;&lt;P&gt;Map_BookingIdCount:&lt;/P&gt;&lt;P&gt;Mapping Load Week&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count(Distinct BookingID) as BookingCount&lt;/P&gt;&lt;P&gt;Source Booking Table&lt;/P&gt;&lt;P&gt;group by week;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Booking:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if(BookingCount=1,1,0) _OneBookingperWeekFlag;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load Week&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; applymap('Map_BookingIdCount',Week,null()) as BookingCount,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; more Fields&lt;/P&gt;&lt;P&gt;Source Booking Table;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775249#M717519</guid>
      <dc:creator>PriyankaShivhare</dc:creator>
      <dc:date>2021-01-18T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775254#M717520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35727"&gt;@heimo_ernst_wei&lt;/a&gt;&amp;nbsp;, in that case, you can do something like this :&lt;/P&gt;&lt;P&gt;BookingJournal:&lt;BR /&gt;Load&lt;BR /&gt;BookingID &amp;amp; ' | ' &amp;amp;&amp;nbsp;week(DateOfBooking)&amp;nbsp; as Id,&lt;BR /&gt;DateofBooking,&lt;BR /&gt;MoreFields&lt;BR /&gt;From yoursource;&lt;/P&gt;&lt;P&gt;MinDatePerWeek:&lt;BR /&gt;Load&lt;BR /&gt;Id,&lt;BR /&gt;min(DateOfBooking) as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;MinDateofWeek&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Resident BookingJournal&lt;BR /&gt;group by Id;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 12:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775254#M717520</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-18T12:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775684#M717521</link>
      <description>&lt;P&gt;Thank you this helped me to solve my problem.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 15:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775684#M717521</guid>
      <dc:creator>heimo_ernst_wei</dc:creator>
      <dc:date>2021-01-19T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: identify one or more dates within one week</title>
      <link>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775686#M717522</link>
      <description>&lt;P&gt;Thank you for your proposal, I found a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 16:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/identify-one-or-more-dates-within-one-week/m-p/1775686#M717522</guid>
      <dc:creator>heimo_ernst_wei</dc:creator>
      <dc:date>2021-01-19T16:00:17Z</dc:date>
    </item>
  </channel>
</rss>

