<?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: Re: Expression in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519728#M194213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gtripathy,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;why you need match() only .... if there are no distinct values still using If condition you can achieve that something like &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;if((AD_ID&amp;gt;=5004 and AD_ID&amp;lt;=5019) OR (AD_ID&amp;gt;=5035 and AD_ID&amp;lt;=5050),'Prnt Key','TER') as ColumnNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;hope I understood your problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, or you can attach a Sample data with desired output you need &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 10:02:52 GMT</pubDate>
    <dc:creator>qlikpahadi07</dc:creator>
    <dc:date>2013-12-23T10:02:52Z</dc:date>
    <item>
      <title>Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519716#M194201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a expression used in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P&gt;only(if(match((AD_ID,&amp;gt;=5004 and &amp;lt;=5019) and (AD_ID,&amp;gt;=5035 and &amp;lt;=5050)),'Prnt Key','TER'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone tell me what's the error in this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519716#M194201</guid>
      <dc:creator />
      <dc:date>2013-12-23T08:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519717#M194202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A quick look finds:&lt;/P&gt;&lt;P&gt;AD_ID,&amp;gt;=5004&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // remove comma after AD_ID and similarly from AD_ID,&amp;gt;=5035 as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519717#M194202</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-23T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519718#M194203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;Thanks for quick reply.I have tried that before.but still there is some error in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519718#M194203</guid>
      <dc:creator />
      <dc:date>2013-12-23T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519719#M194204</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;only(if(((AD_ID&amp;gt;=5004 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AD_ID&lt;/SPAN&gt;&amp;lt;=5019) OR (AD_ID&amp;gt;=5035 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AD_ID&lt;/SPAN&gt;&amp;lt;=5050)),'Prnt Key','TER'))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519719#M194204</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-23T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519720#M194205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more:&lt;/P&gt;&lt;P&gt;((AD_ID,&amp;gt;=5004 and &amp;lt;=5019) and (AD_ID,&amp;gt;=5035 and &amp;lt;=5050)) - this is logically impossible. May be you want&lt;/P&gt;&lt;P&gt;((AD_ID&amp;gt;=5004 and &amp;lt;=5019) &lt;SPAN style="color: #ff00ff;"&gt;OR &lt;/SPAN&gt;(AD_ID&amp;gt;=5035 and &amp;lt;=5050))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519720#M194205</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-23T08:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519721#M194206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it should be OR.but the expression is still having error after the conditional statement ends,it's throwing error.:(. (AD_ID&amp;gt;=5035 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AD_ID&lt;/SPAN&gt;&amp;lt;=5050&lt;STRONG&gt;)),&lt;/STRONG&gt;'Prnt Key','TER'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519721#M194206</guid>
      <dc:creator />
      <dc:date>2013-12-23T08:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519722#M194207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add one more ')' at the last and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519722#M194207</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-23T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519723#M194208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without Match(), i can build the expression but i need match() as there are no distinct values.so two AD_ID's ll be there.so match() is a must.Please understand that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P&gt;only(if(match((AD_ID&amp;gt;=5004 and AD_ID&amp;lt;=5019) OR (AD_ID&amp;gt;=5035 and AD_ID&amp;lt;=5050)),'Prnt Key','TER')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is the latest expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519723#M194208</guid>
      <dc:creator />
      <dc:date>2013-12-23T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519724#M194209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to use Match() then you have to specify each individual value not &amp;gt;= and &amp;lt;=.&amp;nbsp; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;only(if(match(AD_ID,5004, 5005, 5006,.... 5019, 5035, 5036, ...........5050), 'Prnt Key','TER')))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519724#M194209</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-23T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519725#M194210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your example app with sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519725#M194210</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-23T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519726#M194211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P&gt;only(if(match(5004,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050),'Prnt Key','TER')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can achieve by this.but i want to use and or OR operator as i feel the above may degrade the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519726#M194211</guid>
      <dc:creator />
      <dc:date>2013-12-23T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519727#M194212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;Yeah i can achieve with giving all values.that's working out correctly before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(AD_ID,5001,5032),'KEY Cnt',&lt;/P&gt;&lt;P&gt;only(if(match(5004,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050),'Prnt Key','TER')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to use operator..any other suggestion to replace this expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519727#M194212</guid>
      <dc:creator />
      <dc:date>2013-12-23T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519728#M194213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gtripathy,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;why you need match() only .... if there are no distinct values still using If condition you can achieve that something like &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;if((AD_ID&amp;gt;=5004 and AD_ID&amp;lt;=5019) OR (AD_ID&amp;gt;=5035 and AD_ID&amp;lt;=5050),'Prnt Key','TER') as ColumnNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;hope I understood your problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, or you can attach a Sample data with desired output you need &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 10:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519728#M194213</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-23T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519729#M194214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached a sample data.But in real scenario, there are many ID's so i want to use operator AND/OR to club them.&lt;/P&gt;&lt;P&gt;We need to either use only()and match() and individual ID's or i guess applymap may be does the trick but i'm not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the detail chart (You ll get it once you click on any AD_Desc), For Parent_Num dimension, i have used that expression.It's not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: In real scenario,list of ID are much more..so can't use define them individually like&lt;/P&gt;&lt;P&gt;e.g- &lt;/P&gt;&lt;P&gt;=if(Match(AD_ID,5001),'KEY Cnt',&lt;/P&gt;&lt;P&gt;only(if(match(AD_ID,5004,5005,5006,5007,5008,5009,5010),'Prnt Key','TER')))&lt;/P&gt;&lt;P&gt;This above expression is accurate.But in real scenario, AD_ID dimension contains distinct 30 records around.&lt;/P&gt;&lt;P&gt;Please consider that first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 10:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519729#M194214</guid>
      <dc:creator />
      <dc:date>2013-12-25T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519730#M194215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gtripathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve by both ways If Else and Match statements. but for Match() you can't give '&amp;lt;=' or '&amp;gt;'... you have to mention all ID but you can create a Variable and make Dynamic Chart for the same.&lt;/P&gt;&lt;P&gt;something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(AD_ID,$(vVar1)),'KEY Cnt',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Match(AD_ID,$(vVar2)),'Prnt Key','TER'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the Attachment may be helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 05:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519730#M194215</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-26T05:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519731#M194216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this will &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;degrade the performance&lt;/SPAN&gt; or you can create a Variable instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 05:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519731#M194216</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-26T05:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519732#M194217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikPahadi,&lt;/P&gt;&lt;P&gt;I appreciate your suggestion.&lt;/P&gt;&lt;P&gt;using variable is really handy on these case.though i used AD_ID's like i mentioned in previous expression.using Match().&lt;/P&gt;&lt;P&gt;But if i'm not wrong we can't use if-else.reason is the expression won't work properly when there are two ID's in the chart..:)&lt;/P&gt;&lt;P&gt;thanks for the sample attachment...I appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 18:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519732#M194217</guid>
      <dc:creator />
      <dc:date>2013-12-26T18:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519733#M194218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gtripathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Depends you can still use If Else statements if you have 2 same ID's.&lt;/P&gt;&lt;P&gt;Let say all numbers in Dimension1 say '7' should be 'India' then If(&amp;lt;Dimension1&amp;gt; = 7 , "India', 'Rest') this statement will replace all code '7' to India though it appears twice or thrice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT if there are some relation then you can use AND statements like&lt;/P&gt;&lt;P&gt;If(&amp;lt;Dimension1&amp;gt; = 7 and &amp;lt;Dimension2&amp;gt; = 5, "India', 'Rest')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement will &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;only&lt;/STRONG&gt;&lt;/SPAN&gt; replace those&amp;nbsp; code whose Dimension 1 is&amp;nbsp; '7'&amp;nbsp; and Dimension 2 is&amp;nbsp; '5' to India though it appears twice or thrice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Year greetings &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Dec 2013 04:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Chart/m-p/519733#M194218</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-29T04:41:25Z</dc:date>
    </item>
  </channel>
</rss>

