<?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: handling dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811651#M1212680</link>
    <description>&lt;P&gt;Ok, My expressio had a typo with double quotes, it should be:&amp;nbsp;Count({&amp;lt;CreatedDate={"&amp;lt;=$(=WeekStart(Today()))"}, ClosedDate={&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;=$(=WeekStart(Today()))"},Year,Month,Date&amp;gt;} TicketID)&lt;/P&gt;&lt;P&gt;You can also do manual selections&amp;nbsp; in createddate and closed date to check the records it returns, maybe some records doesn't have a closedDate, you can to use another field for closedDate or edit the Closeddate irselft in script with: If(IsNull(ClosedDate), MakeDate(2099), ClosedDate) as ClosedDate // This sets 01/01/2099 as closed date, so the &amp;gt;= also filters this this records.&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 06:32:11 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2021-05-31T06:32:11Z</dc:date>
    <item>
      <title>handling dates</title>
      <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811374#M1212657</link>
      <description>&lt;P&gt;CreatedDate=2021/05/01&lt;BR /&gt;ClosedDate=2021/05/27&lt;BR /&gt;TicketID&lt;BR /&gt;The ticket was Open for 26 Days (Duration)&lt;/P&gt;&lt;P&gt;CreateDate is driving the Model&lt;/P&gt;&lt;P&gt;so if you view the Tickets by week which would be created week, you would only see the Duration of the ticket for the week that it has been Created&lt;/P&gt;&lt;P&gt;How can I view this data by the actual week. I hope this makes sense.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 13:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811374#M1212657</guid>
      <dc:creator>bimanbeginner</dc:creator>
      <dc:date>2021-05-28T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: handling dates</title>
      <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811591#M1212673</link>
      <description>&lt;P&gt;Hi, a possible solution can be use set analysis in expression,something like:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;CreatedDate={"&amp;lt;=$(=WeekStart(Today()))"}, ClosedDate={&amp;gt;="$(=WeekStart(Today()))"},Year,Month,Date&amp;gt;} TicketID)&lt;/P&gt;&lt;P&gt;Another solution can be setting a key for each different interval and create a relation for each interval with all the different dates it has. This can return a huge table so it will be better to go with the first option.&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 07:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811591#M1212673</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-05-30T07:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: handling dates</title>
      <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811645#M1212679</link>
      <description>&lt;P&gt;Thank you for the reply , I have actually tried in set analysis using a between created and closed date but it doesn't seem to be giving the correct answer, let me work on this some more and confirm.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 06:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811645#M1212679</guid>
      <dc:creator>bimanbeginner</dc:creator>
      <dc:date>2021-05-31T06:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: handling dates</title>
      <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811651#M1212680</link>
      <description>&lt;P&gt;Ok, My expressio had a typo with double quotes, it should be:&amp;nbsp;Count({&amp;lt;CreatedDate={"&amp;lt;=$(=WeekStart(Today()))"}, ClosedDate={&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;=$(=WeekStart(Today()))"},Year,Month,Date&amp;gt;} TicketID)&lt;/P&gt;&lt;P&gt;You can also do manual selections&amp;nbsp; in createddate and closed date to check the records it returns, maybe some records doesn't have a closedDate, you can to use another field for closedDate or edit the Closeddate irselft in script with: If(IsNull(ClosedDate), MakeDate(2099), ClosedDate) as ClosedDate // This sets 01/01/2099 as closed date, so the &amp;gt;= also filters this this records.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 06:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811651#M1212680</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-05-31T06:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: handling dates</title>
      <link>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811684#M1212682</link>
      <description>&lt;P&gt;Hi Rubenmarin&lt;/P&gt;&lt;P&gt;So I believe my complication would come in with the dimension that I use in my table.&lt;/P&gt;&lt;P&gt;I am using the createdate to show how many ticket each person closed within kpi for each week, I'm using createdate to create the lastday of the week, in this case Sat, so when looking at my table chart , it would only give the reflection of the week the ticket was opened if I use the last day of the week field as a dimension.&lt;/P&gt;&lt;P&gt;I would need to see&amp;nbsp; for each week how many tickets were closed within KPI, so somehow I need to ignore the create date in my dimension...&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 07:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/handling-dates/m-p/1811684#M1212682</guid>
      <dc:creator>bimanbeginner</dc:creator>
      <dc:date>2021-05-31T07:39:32Z</dc:date>
    </item>
  </channel>
</rss>

