<?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: Only function in an element set in set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305045#M406301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also thank you, Sunny Talwar! The second expression worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have helped me before and I really appreciate it. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 17:36:46 GMT</pubDate>
    <dc:creator>dena_reavis</dc:creator>
    <dc:date>2017-03-29T17:36:46Z</dc:date>
    <item>
      <title>Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305041#M406297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt; Hello experts, please help me solve this problem, which is very&amp;nbsp; likely that I messed up the syntax... &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The purpose of this is to dynamically label columns of pay period data, with the number of the pay period or name. There is only one current pay period at a time, which I am using to get the Pay Period ID.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt; This works for the current PayPeriodID, returns 272 for the PayPeriodID&lt;/P&gt;&lt;P&gt;=Only({$&amp;lt;CurrentPayPeriod={"1"}&amp;gt;} PayPeriodID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to label the column with a friendly pay period label for pay period 272, the PayPeriodNumber, and be able to get this for the previous pay periods. So I thought I could use the Only function in the element set. Maybe I can't do that or I have the syntax wrong. I can't figure it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({$&amp;lt;PayPeriodID={"&amp;lt;=$(=Only({$&amp;lt;CurrentPayPeriod={"1"}&amp;gt;} PayPeriodID))"}&amp;gt;} PayPeriodNumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I thought I could later subtract 1 from the PayPeriodID to get the previous pay period for each label. I am entering these as separate expressions on each label, of each expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is some of the data. You can see I can't just subtract 1 from the Pay Period Number because it wouldn't capture the pay period before Pay Period 1 and when prior pay periods are in a different fiscal year.&amp;nbsp; Here is an inline load of some of my data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!! By the way, if there's a better way to do this, please let me know. Thank you!!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="77" style="width: 771px; height: 78px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="18"&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrentPayPeriod, PayPeriodNumber, PayPeriodEndDate, PayPeriodID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 25, 9/3/2016, 259&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 26, 9/17/2016, 260&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 1, 10/1/2016, 261&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 2, 10/15/2016, 262&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 3, 10/29/2016, 263&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 4, 11/12/2016, 264&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 5, 11/26/2016, 265&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 6, 12/10/2016, 266&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 7, 12/24/2016, 267&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 8, 1/7/2017, 268&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 9, 1/21/2017, 269&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 10, 2/4/2017, 270&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 11, 2/18/2017, 271&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 12, 3/4/2017, 272&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 13, 3/18/2017, 273&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 14, 4/1/2017, 274&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305041#M406297</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-03-29T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305042#M406298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think double quotes under double quotes seems to be a problem, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Only({$&amp;lt;PayPeriodID={"&amp;lt;=$(=Only({$&amp;lt;CurrentPayPeriod={1}&amp;gt;} PayPeriodID))"}&amp;gt;} PayPeriodNumber)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Only({$&amp;lt;PayPeriodID = {"$(=Max({$&amp;lt;CurrentPayPeriod = {1}&amp;gt;} PayPeriodID))"}&amp;gt;} PayPeriodNumber)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305042#M406298</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T17:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305043#M406299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Only({$&amp;lt;PayPeriodID={"&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/SPAN&gt;$(=Only({$&amp;lt;CurrentPayPeriod={"1"}&amp;gt;} PayPeriodID))"}&amp;gt;} PayPeriodNumber)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That won't work since the &amp;lt;= will select multiple PayPeriodID values and thus result in a set of multiple PayPeriodNumber values. The Only function will return Null if there are multiple values. Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Current period: =Only({$&amp;lt;PayPeriodID={"$(=Only({$&amp;lt;CurrentPayPeriod={1}&amp;gt;} PayPeriodID))"}&amp;gt;} PayPeriodNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Previous period: =Only({$&amp;lt;PayPeriodID={"$(=Only({$&amp;lt;CurrentPayPeriod={1}&amp;gt;} PayPeriodID)&lt;STRONG&gt;-1&lt;/STRONG&gt;)"}&amp;gt;} PayPeriodNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305043#M406299</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-03-29T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305044#M406300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, Gysbert!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305044#M406300</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-03-29T17:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305045#M406301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also thank you, Sunny Talwar! The second expression worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have helped me before and I really appreciate it. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305045#M406301</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-03-29T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305046#M406302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are glad we were able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305046#M406302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T17:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305047#M406303</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;I need help calculating an average for a number of pay periods backwards. I updated the data below to include a value that I'd like to average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrentPayPeriod, PayPeriodNumber, PayPeriodEndDate, PayPeriodID, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 25, 9/3/2016, 259, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 26, 9/17/2016, 260, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 1, 10/1/2016, 261, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 2, 10/15/2016, 262, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 3, 10/29/2016, 263,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 4, 11/12/2016, 264,7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 5, 11/26/2016, 265,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 6, 12/10/2016, 266,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 7, 12/24/2016, 267,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 8, 1/7/2017, 268,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 9, 1/21/2017, 269,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 10, 2/4/2017, 270,6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 11, 2/18/2017, 271,4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 12, 3/4/2017, 272,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 13, 3/18/2017, 273,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, 14, 4/1/2017, 274,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a set analysis how would I refer to the PayPeriodID and say 3 pay periods back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would start with avg( {$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;PayPeriodID &lt;/SPAN&gt;={"268"}&amp;gt;} Value) if I just wanted the average of PP 268. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I refer to the PayPeriodID without naming it explicitly and 3 payperiods back, like 268, 267, 266, and 265?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 18:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305047#M406303</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-08T18:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305048#M406304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, If i miss some thing to read. Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;avg( {$&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PayPeriodID -&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;= {'268', '267', '266', '265'}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or Better, If you explain expected result set ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 00:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305048#M406304</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-09T00:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305049#M406305</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;Thank you for your reply. I have attached an example in Excel where I calculate the average of the current pay period and the three prior pay periods. Some might call this a rolling 4 pay period average. Perhaps "above" is the function to use, but I don't know. I also attached the test data loaded into a QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am truly grateful for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305049#M406305</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-09T12:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305050#M406306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the Test file I meant to upload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305050#M406306</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-09T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305051#M406307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its Above! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for everyone's help. (I feel like such a dunce but still grateful to the community.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305051#M406307</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-09T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Only function in an element set in set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305052#M406308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RowNo(TOTAL) &amp;gt; 3, RangeAvg(Above(TOTAL Only({&amp;lt;PayPeriodID, PayPeriodNumber&amp;gt;} Value), 0, 4)))&lt;/STRONG&gt;&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/166435_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 10:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-function-in-an-element-set-in-set-analysis/m-p/1305052#M406308</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-10T10:48:35Z</dc:date>
    </item>
  </channel>
</rss>

