<?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 Timestamp field between two other fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134171#M463187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached.&amp;nbsp; I'm thinking this is a formatting issue but I've lost enough time to figuring it out myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write the set analysis for Task_Opened_At is between Visit_FirstViewByDay and Visit_IncidentWindowEnd but nothing has worked for me.&amp;nbsp; The results should be zero so I'm testing with Task_Opened_At &amp;lt;= Visit_FirstViewByDay and &amp;gt;= Visit_IncidentWindowEnd.&amp;nbsp; This should count all the records but I'm getting no results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2016 18:44:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-24T18:44:20Z</dc:date>
    <item>
      <title>Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134171#M463187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached.&amp;nbsp; I'm thinking this is a formatting issue but I've lost enough time to figuring it out myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write the set analysis for Task_Opened_At is between Visit_FirstViewByDay and Visit_IncidentWindowEnd but nothing has worked for me.&amp;nbsp; The results should be zero so I'm testing with Task_Opened_At &amp;lt;= Visit_FirstViewByDay and &amp;gt;= Visit_IncidentWindowEnd.&amp;nbsp; This should count all the records but I'm getting no results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 18:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134171#M463187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-24T18:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134172#M463188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;1.Possibility:&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;=if(Task_Opened_At&amp;lt;= Visit_FirstViewByDay and Task_Opened_At&amp;gt;= Visit_IncidentWindowEnd and Visit_ScriptsRun&amp;gt;0 ,Visit_Date)&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=Count(DISTINCT Task_Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Possibility:&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;=Visit_Date&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;count({&amp;lt;Task_Opened_At={"&amp;gt;=$(=only(Visit_IncidentWindowEnd,'M/D/YYYY'))&amp;lt;=$(=only(Visit_FirstViewByDay,'M/D/YYYY'))"},Visit_ScriptsRun={'&amp;gt;0'}&amp;gt;}DISTINCT(Task_Number))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 18:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134172#M463188</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-24T18:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134173#M463189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;Task_Number = {"=Task_Opened_At &amp;lt;= Visit_FirstViewByDay and Task_Opened_At &amp;gt;= Visit_IncidentWindowEnd"}&amp;gt;} Task_Number)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132304_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 21:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134173#M463189</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-24T21:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134174#M463190</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;What about this expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Task_Opened_At={"&amp;lt;=$(=max(Visit_FirstViewByDay))&amp;gt;= $(=min(Visit_IncidentWindowEnd))"}&amp;gt;}Task_Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134174#M463190</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-07-25T07:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134175#M463191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I haven't tried this yet but I'm thinking this will cause my dates chart to show only the dates where a Task exists and I like to show zero values.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This one appeared to work correctly at first but as soon as I switched to &amp;lt;=Visit_IncidentWindowEnd and &amp;gt;=Visit_FirstViewByDay the data doesn't change.&amp;nbsp; It should show zero results.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134175#M463191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134176#M463192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck with any of the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134176#M463192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134177#M463193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The image provided above is not what you are looking to get?&lt;/P&gt;&lt;P&gt;What is the expected output here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134177#M463193</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134178#M463194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No because the formula isn't actually working.&amp;nbsp; It looks like you used FLOOR() on all the time stamps because their times have been lost and this expression does not work in my original file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134178#M463194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134179#M463195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no Floor function used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {&amp;lt;Task_Number = {"=Task_Opened_At &amp;lt;= Visit_FirstViewByDay and Task_Opened_At &amp;gt;= Visit_IncidentWindowEnd"}&amp;gt;} Task_Number)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried opening the file I have attached with my initial response?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134179#M463195</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134180#M463196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have.&amp;nbsp; If you look at the data in the table box in the file you attached all the time stamps have lost their actual time and look like FLOOR() was used on them.&amp;nbsp; When I refresh the data in the file you attached with the original data, this expression does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134180#M463196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134181#M463197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very strange because I have not done any manipulation in the script. I just used what you posted above and offered an expression. I will try to reload with the attached file to see what is the difference here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134181#M463197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134182#M463198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the two conditions you have provided:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;=Task_Opened_At &amp;lt;= Visit_FirstViewByDay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;=Task_Opened_At &amp;gt;= Visit_IncidentWindowEnd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All your Task Number been the 1st condition, but fail the second condition&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/132353_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these two conditions correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134182#M463198</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134183#M463199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noted AND in my original post and I guess it should be an OR?&amp;nbsp; The main thing I need to do is count task numbers when the task was opened outside the 6 hour window (Visit_FirstViewByDay to Visit_IncidentWindowEnd - IncidentWindowEnd is a simple DateAdd(hour,6,Visit_FirstViewByDay_ in my actual&amp;nbsp; SQL SELECT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I've done that I just need to duplicate the formula and count tasks that were opened in that 6 hour window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134183#M463199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134184#M463200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you re-explain the two condition with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134184#M463200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134185#M463201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can and I've also updated the QVW and XLS to show better examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write two expressions that I will put into a bar chart with Visit_Date as the dimension.&amp;nbsp; The bar chart will show a &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Inside Visit Window: D&lt;SPAN style="font-size: 13.3333px;"&gt;istinct count of Task_Number where &lt;/SPAN&gt;Task_Opened_At is between Visit_FirstViewByDay and Visit_IncidentWindowEnd&lt;/LI&gt;&lt;LI&gt;Outside Visit Window: Distinct count of Task_Number where Task_Opened_At is NOT between &lt;SPAN style="font-size: 13.3333px;"&gt;Visit_FirstViewByDay and Visit_IncidentWindowEnd&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original post the data did not contain any Tasks opened between the two time stamps.&amp;nbsp; I've since added test data for this example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134185#M463201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134186#M463202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have to use set analysis?&amp;nbsp; I think you can set up a flag when loading the script.&amp;nbsp; Please see attached.&amp;nbsp; I changed data in your xls for testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134186#M463202</guid>
      <dc:creator />
      <dc:date>2016-07-25T15:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134187#M463203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont want to say I can't use set analysis but this load script is not my real load script.&amp;nbsp; Visit information is coming from an SQL server and Task information is coming from a Sybase server.&amp;nbsp; I'll look at your file shortly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134187#M463203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134188#M463204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to add the flag through residential load.&amp;nbsp; Also date comparison calculation happens at load script, which, based on my reading, should give better performance than putting it in an UI expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134188#M463204</guid>
      <dc:creator />
      <dc:date>2016-07-25T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134189#M463205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my first time working with data from two different sources so I'm not sure how I can combine the two to flag this.&amp;nbsp; Have an example anywhere?&amp;nbsp; Below is where the data comes from and their table names in my LOAD script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visits (SQL):&lt;/P&gt;&lt;P&gt;Visit_FirstViewByDay&lt;/P&gt;&lt;P&gt;Visit_IncidentWindowEnd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tasks (Sybase):&lt;/P&gt;&lt;P&gt;Task_Number&lt;/P&gt;&lt;P&gt;Task_Opened_At&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 16:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134189#M463205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-25T16:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp field between two other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134190#M463206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-field-between-two-other-fields/m-p/1134190#M463206</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:14:18Z</dc:date>
    </item>
  </channel>
</rss>

