<?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: Set analysis how do i include only records with date field greater than another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895154#M1217494</link>
    <description>&lt;P&gt;I attempted this but it is not working properly, not sure why, it removed the negatives but the averages are like 0.1 hours when the qa team is giving me numbers around 4-5 hours.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Feb 2022 17:59:22 GMT</pubDate>
    <dc:creator>Marcushenriquesk</dc:creator>
    <dc:date>2022-02-20T17:59:22Z</dc:date>
    <item>
      <title>Set analysis how do i include only records with date field greater than another</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1894921#M1217482</link>
      <description>&lt;P&gt;I have this measure to calculate the average difference of time between run date and received date:&lt;/P&gt;
&lt;P&gt;=avg(aggr(Sum({&amp;lt;[PANEL_ID]-={"&amp;gt;=30000&amp;lt;=39999"},[ORG_ID-REG_ORG_ID]-={"1,6"},[TEST_ID]-={"&amp;gt;=90000&amp;lt;=99999"}, [RUN_DATE_TIME]={"&amp;gt;=$([RECEIVED_DATE_TIME])"}&amp;gt;}RUN_DATE_TIME-RECEIVED_DATE_TIME) ,ACC_ID))&lt;/P&gt;
&lt;P&gt;I am trying to add something to the set analysis that only includes run_dates that are greater than the received date. I am trying this:&lt;/P&gt;
&lt;P&gt;[RUN_DATE_TIME]={"&amp;gt;=$([RECEIVED_DATE_TIME])"}&lt;/P&gt;
&lt;P&gt;but it doesnt seem to be working there are still negative difference being included in the output of the function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1894921#M1217482</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-02-18T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis how do i include only records with date field greater than another</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895143#M1217493</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;
&lt;P&gt;Just replace from this&amp;nbsp;&lt;SPAN&gt;[RUN_DATE_TIME]={"&amp;gt;=$([RECEIVED_DATE_TIME])"} to&amp;nbsp;this&lt;STRONG&gt;&amp;nbsp;[RUN_DATE_TIME]={"=[RUN_DATE_TIME]&amp;gt;=[RECEIVED_DATE_TIME]"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 15:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895143#M1217493</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2022-02-20T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis how do i include only records with date field greater than another</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895154#M1217494</link>
      <description>&lt;P&gt;I attempted this but it is not working properly, not sure why, it removed the negatives but the averages are like 0.1 hours when the qa team is giving me numbers around 4-5 hours.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 17:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895154#M1217494</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-02-20T17:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis how do i include only records with date field greater than another</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895155#M1217495</link>
      <description>&lt;P&gt;=avg(aggr(Sum({&amp;lt;[RUN_DATE_TIME]={"=[RUN_DATE_TIME]&amp;gt;=[RECEIVED_DATE_TIME]"}, [ORG_ID-REG_ORG_ID]-={"1,6"}&amp;gt;}RUN_DATE_TIME-RECEIVED_DATE_TIME), ACC_ID))&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is what i have now. its so weird but some dates just have no data populating at all now. and also the numbers seem to be a lot lower than the predicted averages.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 18:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895155#M1217495</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-02-20T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis how do i include only records with date field greater than another</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895156#M1217496</link>
      <description>&lt;P&gt;is it because the set analysis is on the sum level and not removing each ACC_ID that has a run date less than received date&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 18:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-how-do-i-include-only-records-with-date-field/m-p/1895156#M1217496</guid>
      <dc:creator>Marcushenriquesk</dc:creator>
      <dc:date>2022-02-20T18:14:04Z</dc:date>
    </item>
  </channel>
</rss>

