<?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: Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045558#M931768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 27.3776px; background-color: #f2f2f2;"&gt;=if(wildMatch(Product,'*Gillet*' ,'*oldSpice*),Product)&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: 27.3776px; background-color: #f2f2f2;"&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; font-size: 27.3776px; background-color: #f2f2f2;"&gt;Regards,&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: 27.3776px; background-color: #f2f2f2;"&gt;Kaushik solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 06:28:35 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-03-10T06:28:35Z</dc:date>
    <item>
      <title>Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045549#M931759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bar chart Under dimension&amp;nbsp; from Product Field i want to displace only two products Resistivity and sensitivty &lt;/P&gt;&lt;P&gt;Please let me know if iam using correct formula ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(Product,'Gillet' ,'oldSpice'),Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above expression iam geting only Gillet but not oldspice.&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/Dimension/m-p/1045549#M931759</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045550#M931760</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 wildmatch function instead of match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also include * before and after value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045550#M931760</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-10T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045551#M931761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Product&lt;/SPAN&gt;, '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Gillet&lt;/SPAN&gt;*', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;oldSpice&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;*&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;), 'product') as NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045551#M931761</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-10T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045552#M931762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam trying this under dimension&amp;nbsp; of bar chart .&lt;/P&gt;&lt;P&gt;So i think i cannot use AS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045552#M931762</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-03-10T06:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045553#M931763</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;Your expression is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(Product,'Gillet' ,'oldSpice'),Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Product = 'Gillet' , 'Gillet',&lt;/P&gt;&lt;P&gt; if(Product = 'oldSpice' , 'oldSpice'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use suppress when value is null&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;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045553#M931763</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-10T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045554#M931764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can create a flag in back end and u can get directly..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045554#M931764</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-10T06:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045555#M931765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;Iam trying to use this in a bar chart under Dimensions "Add Calculated Dimension" ?so how do i use &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045555#M931765</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-03-10T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045556#M931766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand thanks for your reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your expression too but yet its diplaying only Gillete , its not displaying both &lt;/P&gt;&lt;P&gt;Actually ther are 7 productins in that field out of which i want to display only 2 products in the bar graph &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045556#M931766</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-03-10T06:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045557#M931767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;try this&lt;/EM&gt;&lt;/P&gt;&lt;P&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;&lt;EM&gt;if(Match(lower(trim(Product)),'gillet' ,'oldspice'),Product)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045557#M931767</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-10T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045558#M931768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 27.3776px; background-color: #f2f2f2;"&gt;=if(wildMatch(Product,'*Gillet*' ,'*oldSpice*),Product)&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: 27.3776px; background-color: #f2f2f2;"&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; font-size: 27.3776px; background-color: #f2f2f2;"&gt;Regards,&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: 27.3776px; background-color: #f2f2f2;"&gt;Kaushik solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045558#M931768</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-10T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045559#M931769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to check the spellings of the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Gillet and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;oldSpice in the field Product or may be you can use if condition as calculated dimension that i suggest or you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WildMatch also here.&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;&lt;BR /&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;can you provide the list of Product field items for look out. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045559#M931769</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-03-10T06:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045560#M931770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry missed one quote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 42.1923px; background-color: #f2f2f2;"&gt;=if(wildMatch(Product,'*Gillet*' ,'*oldSpice*'),Product)&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: 42.1923px; background-color: #f2f2f2;"&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; font-size: 42.1923px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045560#M931770</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-10T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045561#M931771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u just remove as newfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 06:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045561#M931771</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-10T06:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045562#M931772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Try like this &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Match(upper(Product),'GILLET' ,'OLDSPICE'),Product) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;this should work &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045562#M931772</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-10T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045563#M931773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try this too&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; font-size: 13px;"&gt;=if ( wild&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Match(upper(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Product&lt;/STRONG&gt;), '*&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;GILLET&lt;/STRONG&gt;*') and wildmatch(upper(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Product&lt;/STRONG&gt;), '*&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;OLDSPICE&lt;/STRONG&gt;*' ),'&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Product&lt;/STRONG&gt;') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045563#M931773</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-10T07:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045564#M931774</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 the values are fixed you can try this way&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Calculated Dimension:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick (WildMatch( upper(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Product)&lt;/SPAN&gt;, '*&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;GILLET&lt;/STRONG&gt;&lt;/SPAN&gt;*', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'*&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;OLDSPICE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;*&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Gillet', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;oldSpice')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; 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: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Check the option suppress NULL values &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension/m-p/1045564#M931774</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-03-10T07:10:59Z</dc:date>
    </item>
  </channel>
</rss>

