<?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: I need Help with tracking bookings based on date ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972595#M1255932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your set expression could either&lt;/P&gt;&lt;P&gt;only expand expressions that evaluate to a date format&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;use the expression search syntax and compare the BOOKINGDATE field with pure numerics to avoid date format issues (I prefer the latter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible solutions could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99288" alt="QlikCommunity_Thread_181287_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99288_QlikCommunity_Thread_181287_Pic1.JPG" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99289" alt="QlikCommunity_Thread_181287_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/99289_QlikCommunity_Thread_181287_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 23:18:53 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-09-17T23:18:53Z</dc:date>
    <item>
      <title>I need Help with tracking bookings based on date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972592#M1255922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do two things with my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I need to be able to show what's been booked on a rolling weeks basis. I've tried the below but can seem to get it to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;BOOKINGDATE=P({1&amp;lt;BOOKINGDATE={"&amp;gt;=$(=Today()-7)&amp;lt;$(=Today())"}&amp;gt;}BOOKINGDATE)&amp;gt;}NETNET)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing I need to get is get a forward booked position. If I choose a BOOKINGDATE this year what were the bookings at the same time last year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea where to start with this one.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972592#M1255922</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: I need Help with tracking bookings based on date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972593#M1255925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BOOKINGDATE&lt;/SPAN&gt;={"&amp;gt;=$(=date(Today()-7))&amp;lt;=$(=Today())"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NETNET&lt;/SPAN&gt;)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 19:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972593#M1255925</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-17T19:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: I need Help with tracking bookings based on date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972594#M1255928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try with this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;BOOKINGDATE={"&amp;gt;=$(=Today()-7)&amp;lt;$(=Today())"}&amp;gt;}&amp;gt;}NETNET)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this should give you the rolling twelve months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=Sum({$&amp;lt;BOOKINGDATE={"=$(=addmonth(Today()),-12)"}&amp;gt;}&amp;gt;}NETNET)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 19:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972594#M1255928</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-09-17T19:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: I need Help with tracking bookings based on date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972595#M1255932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your set expression could either&lt;/P&gt;&lt;P&gt;only expand expressions that evaluate to a date format&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;use the expression search syntax and compare the BOOKINGDATE field with pure numerics to avoid date format issues (I prefer the latter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible solutions could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99288" alt="QlikCommunity_Thread_181287_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99288_QlikCommunity_Thread_181287_Pic1.JPG" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99289" alt="QlikCommunity_Thread_181287_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/99289_QlikCommunity_Thread_181287_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 23:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972595#M1255932</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-17T23:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: I need Help with tracking bookings based on date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972596#M1255936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can get the Forward position for last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically for whatever the user selection is for BOOKINGDATE - what was the equivalent revenue (NETNET) we had booked at that same point in time last year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adapting your expression as below but no luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;BOOKINGDATE={"&amp;gt;=$(=date(BOOKINGDATE-730))&amp;lt;=$(=date(BOOKINGDATE-365))"}&amp;gt;} NETNET) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-Help-with-tracking-bookings-based-on-date-ranges/m-p/972596#M1255936</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:30:07Z</dc:date>
    </item>
  </channel>
</rss>

