<?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 calculated dimension help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152457#M376412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hello ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;trying to remove Data in Dimension that starts with "New".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if( not match(County,'New*'),county) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if(county='New*','NULL',county)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;tried above expressions but not working , pls help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 23:05:11 GMT</pubDate>
    <dc:creator>arusanah</dc:creator>
    <dc:date>2016-08-22T23:05:11Z</dc:date>
    <item>
      <title>calculated dimension help</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152457#M376412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hello ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;trying to remove Data in Dimension that starts with "New".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if( not match(County,'New*'),county) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if(county='New*','NULL',county)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;tried above expressions but not working , pls help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 23:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152457#M376412</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2016-08-22T23:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension help</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152458#M376413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this with WildMatch instead of Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Not WildMatch(County, 'New*'), County)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 23:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152458#M376413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-22T23:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: calculated dimension help</title>
      <link>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152459#M376414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(County NOT LIKE 'New*', County)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 23:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculated-dimension-help/m-p/1152459#M376414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-22T23:13:45Z</dc:date>
    </item>
  </channel>
</rss>

