<?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: Exclude a specific dimension value from a chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609357#M45258</link>
    <description>&lt;P&gt;hi - my 'Type' field is a master item dimension (DaysCatOrder).&amp;nbsp; Does not work - any thoughts&amp;nbsp; ? jerry&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 12:21:55 GMT</pubDate>
    <dc:creator>jerryr125</dc:creator>
    <dc:date>2019-08-05T12:21:55Z</dc:date>
    <item>
      <title>Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609152#M45235</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have a Dimension (daycat) with the following values (and only these values) :&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to exclude “other” automatically without having the end user to &amp;nbsp;filter it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thoughts ?? Jerry&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 16:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609152#M45235</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-08-04T16:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609155#M45236</link>
      <description>&lt;P&gt;Use the below expression as your dimension in the chart:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;=If( Not [Type] Like 'Other' , [Type])&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp; OR&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;=If(Not WildMatch([Type], 'Other'), [Type])&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;OR&lt;/DIV&gt;&lt;DIV&gt;You can use the below as expression:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;Sum({&amp;lt;Type -={'Other'}&amp;gt;} Amount)&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;NOTE: Substitute your field name for 'Type'&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 04 Aug 2019 17:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609155#M45236</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2019-08-04T17:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609357#M45258</link>
      <description>&lt;P&gt;hi - my 'Type' field is a master item dimension (DaysCatOrder).&amp;nbsp; Does not work - any thoughts&amp;nbsp; ? jerry&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 12:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609357#M45258</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-08-05T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609517#M45270</link>
      <description>&lt;P&gt;Can you please post a sample, so that I can see what I can do.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 17:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609517#M45270</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2019-08-05T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609543#M45272</link>
      <description>&lt;P&gt;Here is the Master Item Dimension expression:&lt;/P&gt;&lt;P&gt;MasterItem: DaysRR&lt;/P&gt;&lt;P&gt;=IF($(Days-Request-to-Requisition) &amp;gt;= 0 and $(Days-Request-to-Requisition) &amp;lt;= 3, '0-3',&lt;BR /&gt;IF($(Days-Request-to-Requisition) &amp;gt; 3 and $(Days-Request-to-Requisition) &amp;lt;= 5, '3+-5',&lt;BR /&gt;IF($(Days-Request-to-Requisition) &amp;gt; 5 and $(Days-Request-to-Requisition) &amp;lt;= 10, '5+-10',&lt;BR /&gt;IF($(Days-Request-to-Requisition) &amp;gt;= 10, '10+','NA'))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the results:&lt;/P&gt;&lt;P&gt;I do not want to show the NA bar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart01.PNG" style="width: 371px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16561i9A4908F8DEE24A1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart01.PNG" alt="Chart01.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 20:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609543#M45272</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-08-05T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a specific dimension value from a chart</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609815#M45288</link>
      <description>&lt;P&gt;By excluding 'NA' in the expression should drop that bar automatically. Something link below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=IF($(Days-Request-to-Requisition) &amp;gt;= 0 and $(Days-Request-to-Requisition) &amp;lt;= 3, '0-3',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF($(Days-Request-to-Requisition) &amp;gt; 3 and $(Days-Request-to-Requisition) &amp;lt;= 5, '3+-5',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF($(Days-Request-to-Requisition) &amp;gt; 5 and $(Days-Request-to-Requisition) &amp;lt;= 10, '5+-10',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF($(Days-Request-to-Requisition) &amp;gt;= 10, '10+'))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-a-specific-dimension-value-from-a-chart/m-p/1609815#M45288</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2019-08-06T13:10:03Z</dc:date>
    </item>
  </channel>
</rss>

