<?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 how to exclude a value from being plotted in QLIK bar graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-exclude-a-value-from-being-plotted-in-QLIK-bar-graph/m-p/1877526#M72339</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a data set that has the following:&lt;/P&gt;
&lt;P&gt;Requesting Agency and Servicing Agency&lt;/P&gt;
&lt;P&gt;I am trying to plot the count of&amp;nbsp; times of servicing agency, when the requesting agency = 'JAY'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;
&lt;P&gt;=if([Requesting Agency] = 'JAY',count([Servicing Agency]),1).&lt;/P&gt;
&lt;P&gt;It works fine, however, if the Servicing Agency is = "jay" it also plots it. How do I exclude that value from being plotted.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 14:34:15 GMT</pubDate>
    <dc:creator>aj_954</dc:creator>
    <dc:date>2022-01-05T14:34:15Z</dc:date>
    <item>
      <title>how to exclude a value from being plotted in QLIK bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-exclude-a-value-from-being-plotted-in-QLIK-bar-graph/m-p/1877526#M72339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a data set that has the following:&lt;/P&gt;
&lt;P&gt;Requesting Agency and Servicing Agency&lt;/P&gt;
&lt;P&gt;I am trying to plot the count of&amp;nbsp; times of servicing agency, when the requesting agency = 'JAY'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;
&lt;P&gt;=if([Requesting Agency] = 'JAY',count([Servicing Agency]),1).&lt;/P&gt;
&lt;P&gt;It works fine, however, if the Servicing Agency is = "jay" it also plots it. How do I exclude that value from being plotted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 14:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-exclude-a-value-from-being-plotted-in-QLIK-bar-graph/m-p/1877526#M72339</guid>
      <dc:creator>aj_954</dc:creator>
      <dc:date>2022-01-05T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude a value from being plotted in QLIK bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-exclude-a-value-from-being-plotted-in-QLIK-bar-graph/m-p/1882835#M72682</link>
      <description>&lt;P&gt;For this simple if statement, try to use set analysis:&lt;/P&gt;
&lt;P&gt;Count( {&amp;lt;Requesting Agency={'JAY'}&amp;gt;} [Servicing Agency])&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-exclude-a-value-from-being-plotted-in-QLIK-bar-graph/m-p/1882835#M72682</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-19T13:40:22Z</dc:date>
    </item>
  </channel>
</rss>

