<?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 conditional dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130201#M917165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dimension called Branchcode. it has the following values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branchcode:&lt;/P&gt;&lt;P&gt;0001,&lt;/P&gt;&lt;P&gt;0002,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;0501,&lt;/P&gt;&lt;P&gt;0601,&lt;/P&gt;&lt;P&gt;OP01,&lt;/P&gt;&lt;P&gt;DP02,&lt;/P&gt;&lt;P&gt;DP04,&lt;/P&gt;&lt;P&gt;CD03,&lt;/P&gt;&lt;P&gt;RF01, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to use this dimension where it excludes 0501, 0601, code with text.&lt;/P&gt;&lt;P&gt;but it should have the codes that start with 'DP' . how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(not Match(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;,'0501','0601','0701')AND IsNum(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;) and not match(left(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;,2),'DP'), &lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is giving nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130201#M917165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dimension called Branchcode. it has the following values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branchcode:&lt;/P&gt;&lt;P&gt;0001,&lt;/P&gt;&lt;P&gt;0002,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;0501,&lt;/P&gt;&lt;P&gt;0601,&lt;/P&gt;&lt;P&gt;OP01,&lt;/P&gt;&lt;P&gt;DP02,&lt;/P&gt;&lt;P&gt;DP04,&lt;/P&gt;&lt;P&gt;CD03,&lt;/P&gt;&lt;P&gt;RF01, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to use this dimension where it excludes 0501, 0601, code with text.&lt;/P&gt;&lt;P&gt;but it should have the codes that start with 'DP' . how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(not Match(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;,'0501','0601','0701')AND IsNum(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;) and not match(left(&lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;,2),'DP'), &lt;SPAN style="font-size: 13.3333px;"&gt;Branchcode&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is giving nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&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/conditional-dimension/m-p/1130201#M917165</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130202#M917166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's issue in using only below one?&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&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;&lt;STRONG&gt;Where not Match(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Branchcode&lt;/SPAN&gt;,'0501','0601','0701')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130202#M917166</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130203#M917168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem in that part.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(not Match(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Branchcode&lt;/SPAN&gt;,'0501','0601','0701')AND IsNum(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Branchcode&lt;/SPAN&gt;) and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;EM&gt;not match(left(&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Branchcode&lt;/SPAN&gt;,2),'DP'),&lt;/EM&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Branchcode&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the part highlighted in red is not working. &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130203#M917168</guid>
      <dc:creator />
      <dc:date>2016-05-12T08:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130204#M917169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(not Match(Branchcode,'0501','0601','0701') and IsNum(Branchcode) &lt;SPAN style="color: #ff0000;"&gt;or Wildmatch(Branchcode, '*DP*')&lt;/SPAN&gt;, Branchcode)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130204#M917169</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130205#M917170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried this,&lt;/P&gt;&lt;P&gt;it is giving values for the first two part but not 'DP'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130205#M917170</guid>
      <dc:creator />
      <dc:date>2016-05-12T08:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130206#M917172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where (Not Match(Branchcode,'0501','0601','0701') and IsNum(Branchcode)) or WildMatch(Branchcode,'DP*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130206#M917172</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130207#M917173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124387_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(not Match(Branchcode,'0501','0601','0701') and IsNum(Branchcode) or Wildmatch(Branchcode, '*DP*'), Branchcode) as BranchcodeNew;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Branchcode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0001,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0002,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0501,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0601,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OP01,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DP02,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DP04,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CD03,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RF01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130207#M917173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130208#M917174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its working sunny.&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130208#M917174</guid>
      <dc:creator />
      <dc:date>2016-05-12T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130209#M917175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-dimension/m-p/1130209#M917175</guid>
      <dc:creator />
      <dc:date>2016-05-12T12:12:30Z</dc:date>
    </item>
  </channel>
</rss>

