<?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 expression for not effected by other selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687138#M248914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;YearFieldName={$(=Year(Today()))}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;here 1 represents ignores all selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 11:27:54 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2014-09-12T11:27:54Z</dc:date>
    <item>
      <title>set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687132#M248908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need set expression to show current year data..but not effected by other selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687132#M248908</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-09-12T11:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687133#M248909</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;Nullify otherfield in your set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;DateField={"&amp;gt;=$(=yearstart(today()))"},&lt;STRONG&gt;Month=&lt;/STRONG&gt;,&lt;STRONG&gt;Day=&lt;/STRONG&gt;&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can achive currente YEar Sales regardless other selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687133#M248909</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-12T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687134#M248910</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;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. 1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;Year ={'2014'},month=,date=,product=&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333339691162px;"&gt; 2......sum({&amp;lt;Year ={"$(=year(today()))"},month=,date=,product=&amp;gt;}sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your selecting the month,date,product fields then it will not reflect in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687134#M248910</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-09-12T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687135#M248911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you Need to define those selections who shall not modify your result by "Selection=" (selection will have no effect to calculation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum{&amp;lt;year={}selectedyear},Selection1=,Selection2=,Selectionn..&amp;gt;}Anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687135#M248911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-12T11:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687136#M248912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({1&amp;lt;Year = {'$(=Year(Today()))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687136#M248912</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-12T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687137#M248913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need to qualify all fields just use the 1 set qualifier like this:&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;Year={$(=Max(YearField))}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687137#M248913</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-09-12T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for not effected by other selections</title>
      <link>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687138#M248914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;YearFieldName={$(=Year(Today()))}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;here 1 represents ignores all selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-expression-for-not-effected-by-other-selections/m-p/687138#M248914</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-09-12T11:27:54Z</dc:date>
    </item>
  </channel>
</rss>

