<?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: expressions evaluation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275296#M1187959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is what the script look like (modified what Anand had attached previously).&lt;IMG alt="Yr_Mth_Day_Script.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7396_Yr_Mth_Day_Script.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2011 17:02:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-20T17:02:09Z</dc:date>
    <item>
      <title>expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275292#M1187955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to do some strange things, namely:&lt;/P&gt;&lt;P&gt;i have some field, filled with variables names&lt;/P&gt;&lt;P&gt;For examle&lt;/P&gt;&lt;P&gt;Field:&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Year, Month &amp;amp; Day are fields in other tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart I wnat to hane an expression like&amp;nbsp; =sum($(Field)&lt;/P&gt;&lt;P&gt;I mean if&amp;nbsp; Filed=Year then expression should be sum(Year)&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 12:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275292#M1187955</guid>
      <dc:creator />
      <dc:date>2011-09-20T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275293#M1187956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;If i understood your Question properly.Your expression should be like =sum($(=Field)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check out the attached application.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope this helps you,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 14:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275293#M1187956</guid>
      <dc:creator>sridhar240784</dc:creator>
      <dc:date>2011-09-20T14:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275294#M1187957</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;&lt;/P&gt;&lt;P&gt;I think you need to write a code some thing like below for expression calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Getfieldselections(Year),Sum(Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 15:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275294#M1187957</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-20T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275295#M1187958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Yr_Mth_Day.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7395_Yr_Mth_Day.PNG" /&gt;&lt;/P&gt;&lt;P&gt;If Year, Month and Day are in different tables, just refer to them with the same fieldname so they all will line up irrespective of Yr, Mth or Day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275295#M1187958</guid>
      <dc:creator />
      <dc:date>2011-09-20T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275296#M1187959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is what the script look like (modified what Anand had attached previously).&lt;IMG alt="Yr_Mth_Day_Script.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7396_Yr_Mth_Day_Script.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275296#M1187959</guid>
      <dc:creator />
      <dc:date>2011-09-20T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: expressions evaluation</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275297#M1187960</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;In this type of requirements make a composite key which contains Year Month and Day values and use this key so in this case your problem solve with this you need to use this key as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Let me know tomorrow it is too late. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 18:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-evaluation/m-p/275297#M1187960</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-20T18:29:38Z</dc:date>
    </item>
  </channel>
</rss>

