<?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: Need help for an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293432#M869706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used [Social Code Group] field&amp;nbsp; in an dimension and use the condition like this: if the product type code is in 'IN', 'MF', 'LS', then [Social Code Group] field values will be in 'RET','DCIO','Non-DCIO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my previous expression is : &lt;STRONG&gt;if ([Social Code Group] = 'RET','DCIO','Non-DCIO')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which means&lt;STRONG&gt; &lt;/STRONG&gt;field value of &lt;STRONG&gt;[Social Code Group] &lt;/STRONG&gt; will only include&lt;STRONG&gt; &lt;STRONG&gt;'RET','DCIO','Non-DCIO'&lt;/STRONG&gt; and these values can be used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now, please tell me what will be the set expression?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2016 07:55:43 GMT</pubDate>
    <dc:creator>ananyaghosh</dc:creator>
    <dc:date>2016-11-23T07:55:43Z</dc:date>
    <item>
      <title>Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293427#M869696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For the fllowing expression;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ([Product Type Code] = 'IN', 'MF', 'LS', [Social Code Group] = 'RET','DCIO','Non-DCIO')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used in an dimension for the condition is that: if the product type code is in 'IN', 'MF', 'LS', then [Social Code Group] field values will be in 'RET','DCIO','Non-DCIO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me the correct syntax of expression for the above condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293427#M869696</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293428#M869698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you wish to use this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293428#M869698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-23T07:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293429#M869700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&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&gt;pick(match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Product Type Code],&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'IN', 'MF', 'LS'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'RET','DCIO','Non-DCIO')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293429#M869700</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2016-11-23T07:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293430#M869702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you Need to filter&amp;nbsp; [Social Code Group] in your app, you may use field Trigger to achieve&lt;/P&gt;&lt;P&gt;if you want e.g. a Chart to only diesplay the relevant data you may use&lt;/P&gt;&lt;P&gt;if match(([Product Type Code], 'IN', 'MF', 'LS'&amp;gt;0, if match([Social Code Group],'RET','DCIO','Non-DCIO')&amp;gt;0, ([Social Code Group])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in an Expression you may use set analysis&lt;/P&gt;&lt;P&gt;{&amp;lt;([Social Code Group]={'RET','DCIO','Non-DCIO'}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293430#M869702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-23T07:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293431#M869704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this an expression or calculated dimension?&lt;/P&gt;&lt;P&gt;This should be your calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Match([Product Type Code], 'IN', 'MF', 'LS'),[Social Code Group])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second part should be part of your expressions in set analysis&lt;/P&gt;&lt;P&gt;,[Social Code Group] = {'RET','DCIO','Non-DCIO'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293431#M869704</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-11-23T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293432#M869706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used [Social Code Group] field&amp;nbsp; in an dimension and use the condition like this: if the product type code is in 'IN', 'MF', 'LS', then [Social Code Group] field values will be in 'RET','DCIO','Non-DCIO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my previous expression is : &lt;STRONG&gt;if ([Social Code Group] = 'RET','DCIO','Non-DCIO')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which means&lt;STRONG&gt; &lt;/STRONG&gt;field value of &lt;STRONG&gt;[Social Code Group] &lt;/STRONG&gt; will only include&lt;STRONG&gt; &lt;STRONG&gt;'RET','DCIO','Non-DCIO'&lt;/STRONG&gt; and these values can be used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now, please tell me what will be the set expression?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293432#M869706</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2016-11-23T07:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293433#M869708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&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;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-ui-elem j-dotted-star"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used [Social Code Group] field&amp;nbsp; in an dimension and use the condition like this: if the product type code is in 'IN', 'MF', 'LS', then [Social Code Group] field values will be in 'RET','DCIO','Non-DCIO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my previous expression is : &lt;STRONG&gt;if ([Social Code Group] = 'RET','DCIO','Non-DCIO')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which means&lt;STRONG&gt; &lt;/STRONG&gt;field value of &lt;STRONG&gt;[Social Code Group] &lt;/STRONG&gt; will only include&lt;STRONG&gt; &lt;STRONG&gt;'RET','DCIO','Non-DCIO'&lt;/STRONG&gt; and these values can be used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, please tell me what will be the set expression? or the if statement?&lt;/P&gt;&lt;P&gt;your if statement does not work for me:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if match(([Product Type Code], 'IN', 'MF', 'LS'&amp;gt;0, if match([Social Code Group],'RET','DCIO','Non-DCIO')&amp;gt;0, ([Social Code Group])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please give me the correct ones.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293433#M869708</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2016-11-23T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293434#M869710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AS I am using Qliksense there is no option for calculated dimension.&lt;/P&gt;&lt;P&gt;Please&lt;/P&gt;&lt;P&gt;I have used [Social Code Group] field&amp;nbsp; in an dimension and use the condition like this: if the product type code is in 'IN', 'MF', 'LS', then [Social Code Group] field values will be in 'RET','DCIO','Non-DCIO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my previous expression is : &lt;STRONG&gt;if ([Social Code Group] = 'RET','DCIO','Non-DCIO')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which means&lt;STRONG&gt; &lt;/STRONG&gt;field value of &lt;STRONG&gt;[Social Code Group] &lt;/STRONG&gt; will only include&lt;STRONG&gt; &lt;STRONG&gt;'RET','DCIO','Non-DCIO'&lt;/STRONG&gt; and these values can be used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, please tell me the if statement if you can?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293434#M869710</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2016-11-23T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293435#M869712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/calculated-dimensions.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/calculated-dimensions.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/calculated-dimensions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the link above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the below in dimension&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;if(Match([Product Type Code], 'IN', 'MF', 'LS'),[Social Code Group])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and below should be part of set analysis in all expressions of the chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Social Code Group] = {'RET','DCIO','Non-DCIO'}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293435#M869712</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-11-23T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293436#M869713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match([Product Type Code],'IN','MF','LS'),[Social Code Group])&lt;/P&gt;&lt;P&gt;in you dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293436#M869713</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-11-23T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293437#M869714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is whenever &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Product Type Code]=IN,MF,LS then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Social Code Group] = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RET,DCIO,Non-DCIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;so you can use pick and match in your expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;match(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Product Type Code],&lt;SPAN style="font-style: inherit;"&gt; 'IN', 'MF', 'LS') which fetch IN, MF, LS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It will perform whenever IN MF LS comes RET DCIO Non-DCIO will appear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; 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-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; 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-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;pick(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;match(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Product Type Code],&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt; 'IN', 'MF', 'LS'), 'RET','DCIO','Non-DCIO')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;May this i think so:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; 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-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;if (match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Product Type Code],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt; 'IN', 'MF', 'LS'),match([Social Code Group] , 'RET','DCIO','Non-DCIO'),[Social Code Group])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Hemanth&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 09:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293437#M869714</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2016-11-23T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293438#M869715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tired with sample data&lt;/P&gt;&lt;P&gt;pick and match expression is working fine&lt;/P&gt;&lt;P&gt;if statement is not upto desired&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a qvw for the reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 09:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-an-expression/m-p/1293438#M869715</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2016-11-23T09:45:52Z</dc:date>
    </item>
  </channel>
</rss>

