<?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: Problem with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445300#M166095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Can this also work with times? So i wanna see all records before a time :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example all records before : 22-01-2013 6:02 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried understanding formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TheDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;22-01-2013 6:02 AM"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 13:14:54 GMT</pubDate>
    <dc:creator>francisvandergr</dc:creator>
    <dc:date>2013-01-28T13:14:54Z</dc:date>
    <item>
      <title>Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445297#M166092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a txt file with a text field "Last Backup to appliance2". I tried to convert this field to a date field. But this doesn't work. I attached to files the qvw and the datasource file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445297#M166092</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2013-01-22T22:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445298#M166093</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;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445298#M166093</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-01-22T22:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445299#M166094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to convert that text field to date using the correct format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Date#([Last Backup To Appliance], 'MM/DD/YYYY h:mm TT') AS TheDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached I am sending your file using the same method as you (with IF in the calculated dimension), and with a better approach using set analysis: Sum({&amp;lt;TheDate={"&amp;lt;21-01-2013"}&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 22:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445299#M166094</guid>
      <dc:creator />
      <dc:date>2013-01-22T22:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445300#M166095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Can this also work with times? So i wanna see all records before a time :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example all records before : 22-01-2013 6:02 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried understanding formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TheDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;22-01-2013 6:02 AM"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 13:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates/m-p/445300#M166095</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2013-01-28T13:14:54Z</dc:date>
    </item>
  </channel>
</rss>

