<?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: Expressions in combination with time interval and several dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451610#M513620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark the response which actually helped you reach a solution instead of marking your own response as the correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, also if you got what you wanted, I would suggest you to close the thread by marking the correct response&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&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>Sun, 10 Sep 2017 23:21:47 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-09-10T23:21:47Z</dc:date>
    <item>
      <title>Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451603#M513613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;I have a Qlikview Document where I have loaded three tables: Invoices, Receipts and Orders in the script. Every tables has more than one date-field: documentdate,, creationdate, postingdate and loadingdate &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;I have also defined an inline table DateIntervall with a flag and a field, this interval is needed to switch from data only for today to data till to day and back.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;So I have made a (cycle) timegroup with the most important dates: DocumentDate, PostingDate and Creationdate. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Then I have created two sheets, the first sheet is with filters and two straight tables, the second sheet is with the calendar I have created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;I have made a straight table where I want to calculate different amounts. The sum of columns will be extended, dimensions etc. will be included&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;In the script I have defined ReceiptPostingDate as Date, so the timefilters of my calander are related with ReceiptPostingDate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;I have made some expressions for the different amounts (from the three tables):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;= if(DateIntervalID = 1, Sum(GLEntryAccountingCurrencyAmount),&amp;nbsp; Sum({$ &amp;lt; Year = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #000000;"&gt;$(= max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;}, Month = {"&amp;lt;= $(=max(Month))"}, Quarter = &amp;gt; } GLEntryAccountingCurrencyAmount))&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;= if(DateIntervalID = 1, Sum(InvoiceLineAmountCompanyCurrency),&amp;nbsp; Sum({$ &amp;lt; Year = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #000000;"&gt;$(= max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;}, Month = {"&amp;lt;= $(=max(Month))"}, Quarter = &amp;gt; } ReceiptLineValueCompCurrency))&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;= if(DateIntervalID = 1, Sum(InvoiceLineAmountCompanyCurrency),&amp;nbsp; Sum({$ &amp;lt; Year = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #000000;"&gt;$(= max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;}, Month = {"&amp;lt;= $(=max(Month))"}, Quarter = &amp;gt; } InvoiceLineAmountCompanyCurrency))&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;The expressions, I have defined, don’t work as wanted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;What do I want to achieve:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When DateIntervalID = 0, I want to see all data, all postingdates, amounts etc. till the date I set in the time filters: examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017, I want to see all data till end 2017 (31-12-2017), also data from years before 2017. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017 and monthfilter = 09, I want to see all data till end September (09) 2017 (30-09-2017) also all data from years before 09-2017 like 01-05-2015 or 20-11-2016 etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017, monthfilter = 09 and dayfilter = 07, I want to see all data to 07 September 2017 (07-09-2017) also data from years, months and days before 07-09-2017 like 01-05-2015 or 20-11-2016. Date from 07-09-2017 also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When DateIntervalID = 1,&amp;nbsp; I want to see only data, all postingdates, amounts etc. from the date I set in the time filters: examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017, I want to see all data from 2017 so from 01-01-2017 till 31-12-2017, not data before or after 2017. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017 and monthfilter = 09, I want to see all data from month 09 in 2017 so 01-09 till 30-09-2017.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;When I set yearfilter = 2017, monthfilter = 09 and dayfilter = 07, I want to see only all data from 07 September 2017, no data from other dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Quarter, week and day shortname will have no influence on the filtered data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I will create other calendars to do the same with InvoicePostingDate and GLEntryPostingDate,&amp;nbsp; the&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; (cycle) timegroup will be deleted &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;or extended with all other dates, that depends on the users.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;An other option I have in mind is to create a switch for ReceiptPostingDate, InvoicePostingDate and GLEntryPostingDate and build that into the time filters when that is possible with the expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;I’m not a hero in Set Analysis, so I ask for help once more and I hope someone can help me with the expressions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; color: #000000; font-size: 12pt; mso-ansi-language: EN-GB; font-family: arial,helvetica,sans-serif;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; color: #000000; font-size: 12pt; mso-ansi-language: EN-GB; font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; color: #000000; font-size: 12pt; mso-ansi-language: EN-GB; font-family: arial,helvetica,sans-serif;"&gt;Regards Court&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451603#M513613</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-09-07T13:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451604#M513614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= if(Only(TOTAL {1&amp;lt;DateIntervalName = p(DateIntervalName)&amp;gt;} DateIntervalID) = 1, Sum(GLEntryAccountingCurrencyAmount),&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;Year=, Quarter=, Month=, MonthShortName=, Week=, Day=, DayName=, DayShortName=, Date = {"$(='&amp;lt;=' &amp;amp; Date(Max(Date)))"}&amp;gt;} GLEntryAccountingCurrencyAmount)) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451604#M513614</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-07T14:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451605#M513615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Super !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expressions work great in the amount-column. In the Column RecieptPostingdate I only get dates in combination with the key when the date is equal the filter settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when my setting is year = 2017, month = 07 and day = 07, I only see the date in the column Postingdate when is really 07-07-2017. On other Dates I see a '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way that I always see the relevant data, or should I change my Key /Dimension (= removing the postingdate).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Court&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451605#M513615</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-09-07T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451606#M513616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 15:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451606#M513616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-07T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451607#M513617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Sunny&lt;/P&gt;&lt;P&gt;what do you mean with Check now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 06:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451607#M513617</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-09-08T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451608#M513618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1339545"&gt;Re: Expressions in combination with time interval and several dates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see an application attached.... that attachment is what I want you to check &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 09:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451608#M513618</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-08T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451609#M513619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your help, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 11:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451609#M513619</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-09-08T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451610#M513620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark the response which actually helped you reach a solution instead of marking your own response as the correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, also if you got what you wanted, I would suggest you to close the thread by marking the correct response&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&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>Sun, 10 Sep 2017 23:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451610#M513620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-10T23:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451611#M513621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny, I marked your answer as helpful (the only mark I can set)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Court&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 06:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451611#M513621</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-09-12T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions in combination with time interval and several dates</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451612#M513622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still see only your own response as marked as helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176219_Capture.PNG" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 08:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-in-combination-with-time-interval-and-several-dates/m-p/1451612#M513622</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T08:36:02Z</dc:date>
    </item>
  </channel>
</rss>

