<?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 total list box for one chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85540#M756809</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 stacked bar chart and two list boxes Named as year and Fyear. My requirement is whenever i have selected from the year list box that stacked bar chart will unresponsive (Means list box year selections will not apply to this chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my expression for my chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'plcdate'},fYear={2018,2019}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'offerdate'},fYear={2018,2019}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i modify/add in my expressions to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out from this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>bvssudhakar</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to exclude total list box for one chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85540#M756809</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 stacked bar chart and two list boxes Named as year and Fyear. My requirement is whenever i have selected from the year list box that stacked bar chart will unresponsive (Means list box year selections will not apply to this chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my expression for my chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'plcdate'},fYear={2018,2019}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'offerdate'},fYear={2018,2019}&amp;gt;}CandidateID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i modify/add in my expressions to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out from this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&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/how-to-exclude-total-list-box-for-one-chart/m-p/85540#M756809</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude total list box for one chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85541#M756810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ad year= to your Expression in set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;&lt;STRONG&gt;year=,&lt;/STRONG&gt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'plcdate'},fYear={2018,2019}&amp;gt;}CandidateID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85541#M756810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T07:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude total list box for one chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85542#M756811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include the year field as well in the set analysis like:&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;=count({&amp;lt;&lt;STRONG&gt;YearField, &lt;/STRONG&gt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},Date_Flag={'plcdate'},fYear={2018,2019}&amp;gt;}CandidateID)&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;&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;Similarly in other expression as well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85542#M756811</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-09-19T07:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude total list box for one chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85543#M756812</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;Both gave same &amp;amp; correct answer. Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-total-list-box-for-one-chart/m-p/85543#M756812</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-19T07:25:42Z</dc:date>
    </item>
  </channel>
</rss>

