<?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 Set analysis/Set Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491954#M102122</link>
    <description>&lt;P&gt;&lt;EM&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I hope all is well.&lt;BR /&gt;&lt;BR /&gt;Please assist in building in a set expression to pull the last 3 months in a measure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;The measure is&lt;STRONG&gt;&amp;nbsp;Avg(OFFLOAD_TAT)&lt;/STRONG&gt;, and the date field in format "2024-09-01 05:30:00.000000" called &lt;STRONG&gt;DropArrive&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 06:36:24 GMT</pubDate>
    <dc:creator>botlhokots</dc:creator>
    <dc:date>2024-11-11T06:36:24Z</dc:date>
    <item>
      <title>Set analysis/Set Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491954#M102122</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I hope all is well.&lt;BR /&gt;&lt;BR /&gt;Please assist in building in a set expression to pull the last 3 months in a measure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;The measure is&lt;STRONG&gt;&amp;nbsp;Avg(OFFLOAD_TAT)&lt;/STRONG&gt;, and the date field in format "2024-09-01 05:30:00.000000" called &lt;STRONG&gt;DropArrive&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 06:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491954#M102122</guid>
      <dc:creator>botlhokots</dc:creator>
      <dc:date>2024-11-11T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis/Set Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491959#M102123</link>
      <description>&lt;P&gt;May be this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;rangesum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;above&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;STRONG&gt;Avg(OFFLOAD_TAT)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;,0,3))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If not, you can provide some sample data with output examples for more clarity.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 06:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491959#M102123</guid>
      <dc:creator>sk88024</dc:creator>
      <dc:date>2024-11-11T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis/Set Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491963#M102125</link>
      <description>&lt;P&gt;Avg({&amp;lt;Contract= {'Invoiced'}&amp;gt;} OFFLOAD_TAT)&lt;BR /&gt;&lt;BR /&gt;Using this example where I put in a condition for Contract. I want to do the same for the Date Field and returning the last 3 months.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491963#M102125</guid>
      <dc:creator>botlhokots</dc:creator>
      <dc:date>2024-11-11T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis/Set Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491964#M102126</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Avg({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Today(),-4))) &amp;lt;$(=MonthEnd(AddMonths(Today(),-1)))"}&amp;gt;} &lt;SPAN&gt;OFFLOAD_TAT&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;=Avg({&amp;lt;Date = {"&amp;gt;$(=Max((Addmonths(Date,-3)))) &amp;lt;$(=Max (Addmonths(Date)))"}&amp;gt;} OFFLOAD_TAT)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Set-Expression/m-p/2491964#M102126</guid>
      <dc:creator>sk88024</dc:creator>
      <dc:date>2024-11-11T07:23:49Z</dc:date>
    </item>
  </channel>
</rss>

