<?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 Chart Properties expression in dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346807#M1175705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you gave me didn't work but I replaced the "or" by "and" and now it work well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for putting me on the right track. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 13:01:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-11T13:01:02Z</dc:date>
    <item>
      <title>Chart Properties expression in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346804#M1175702</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 am new to qlickview and I have already found a few answers to my questions within these discussions so thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question was to only display informatipon which matched 1 criteria, =if(Year(CORPORATEENTRYDATE=2011),AGE).&amp;nbsp; This worked successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to add 1 more criteria to this expression whcih would be =if(year(TERMINATIONDATE=2011),age).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I combine the 2 expressions...?&amp;nbsp; I am trying but no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 12:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346804#M1175702</guid>
      <dc:creator />
      <dc:date>2012-04-11T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Properties expression in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346805#M1175703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How about :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;if(&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Year(CORPORATEENTRYDATE)=2011 or year(&lt;SPAN style="font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;TERMINATIONDATE)=2011,age) ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #eef4f9; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 12:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346805#M1175703</guid>
      <dc:creator />
      <dc:date>2012-04-11T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Properties expression in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346806#M1175704</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using set analysis you can done this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Year = {2011}, Month = {'Jan','Feb','Mar'}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 12:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346806#M1175704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-11T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Chart Properties expression in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346807#M1175705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you gave me didn't work but I replaced the "or" by "and" and now it work well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for putting me on the right track. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 13:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346807#M1175705</guid>
      <dc:creator />
      <dc:date>2012-04-11T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Properties expression in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346808#M1175706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can also do like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;UniqueFieldName={"=(Year(CORPORATEENTRYDATE)=2011 AND Year(&lt;SPAN style="background-color: #eef4f9; font-size: 12px; font-family: Arial;"&gt;TERMINATIONDATE)=2011)"}&amp;gt;} Age )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; font-family: Arial;"&gt;Unique Field name may be customer Id or employee id like that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; font-family: Arial;"&gt;Celambarasan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 13:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Properties-expression-in-dimension/m-p/346808#M1175706</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-11T13:16:20Z</dc:date>
    </item>
  </channel>
</rss>

