<?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 Formula Help in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346084#M727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to remove the DateField selection from the average part of the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Tarih &amp;lt;&amp;gt; GetFieldSelections(Tarih) or Ay&amp;lt;&amp;gt;GetFieldSelections(Ay) or Yil &amp;lt;&amp;gt; GetFieldSelections(Yil),AVG({&amp;lt;DateField=&amp;gt;}KURGENEL_MRKSATIS),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could exclude all other selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Tarih &amp;lt;&amp;gt; GetFieldSelections(Tarih) or Ay&amp;lt;&amp;gt;GetFieldSelections(Ay) or Yil &amp;lt;&amp;gt; GetFieldSelections(Yil),AVG({1}KURGENEL_MRKSATIS),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 07:31:43 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-11T07:31:43Z</dc:date>
    <item>
      <title>Formula Help</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346083#M726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a line chart that includes average currency value based on years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with&amp;nbsp; a lot of&amp;nbsp; charts and tables. Therefore; I am facing with problems on the process of creating new formulas. &lt;/P&gt;&lt;P&gt;Most of them is based on "Date Field". So When I choosed any date from listbox, My currency line chart only gives data of specific date that I choosed. But I want to show currency trend while I want to show specific datas in other charts and tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forexample; Please assume that, there are two objects, comperatively one of them is "Line Chart" that shows trend and another is "Table" only show specific data of selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I choosed from data list box anydate to see specific data of selected date, my another object (line chart) which I don't want it to be effected, is broken and shows only selected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to fix formula by adding "1" at the begining the formula but I couldn't achieve. Also, from properties pop menus, I detached the object but when I open the file later I see object as a not detach.&lt;/P&gt;&lt;P&gt;My formula as follows ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Tarih &amp;lt;&amp;gt; GetFieldSelections(Tarih) or Ay&amp;lt;&amp;gt;GetFieldSelections(Ay) or Yil &amp;lt;&amp;gt; GetFieldSelections(Yil),AVG(KURGENEL_MRKSATIS),0).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension of this formula is Year Field. Thus, I want to show trend currency based years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sum; I don't want this formula to be effected from any selection. How Can I success this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mustafa Özyeşil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346083#M726</guid>
      <dc:creator />
      <dc:date>2012-04-11T06:43:02Z</dc:date>
    </item>
    <item>
      <title>Formula Help</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346084#M727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to remove the DateField selection from the average part of the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Tarih &amp;lt;&amp;gt; GetFieldSelections(Tarih) or Ay&amp;lt;&amp;gt;GetFieldSelections(Ay) or Yil &amp;lt;&amp;gt; GetFieldSelections(Yil),AVG({&amp;lt;DateField=&amp;gt;}KURGENEL_MRKSATIS),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could exclude all other selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Tarih &amp;lt;&amp;gt; GetFieldSelections(Tarih) or Ay&amp;lt;&amp;gt;GetFieldSelections(Ay) or Yil &amp;lt;&amp;gt; GetFieldSelections(Yil),AVG({1}KURGENEL_MRKSATIS),0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 07:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346084#M727</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-11T07:31:43Z</dc:date>
    </item>
    <item>
      <title>Formula Help</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346085#M728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh - hang on! I've just looke properly at the rest of your expression and it seems to be an attempt to achieve this! Remove all the IF statements too, to leave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AVG({&amp;lt;DateField=&amp;gt;}KURGENEL_MRKSATIS)&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;=AVG({1}KURGENEL_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 07:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346085#M728</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-11T07:34:13Z</dc:date>
    </item>
    <item>
      <title>Formula Help</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346086#M729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear Jason;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your interest and help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mustafa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 09:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Formula-Help/m-p/346086#M729</guid>
      <dc:creator />
      <dc:date>2012-04-11T09:11:46Z</dc:date>
    </item>
  </channel>
</rss>

