<?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 Ignore Listbox selections for a single Item on a sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195507#M55973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to build a bar chart with two bars(expressions) where one expression reacts to all listbox selections and the other bar only reacts to some of the slections. For example I want both expressions to react to the YEAR selection, But I only want the second expression to react to the BUSINESS UNITListbox.&lt;/P&gt;&lt;P&gt;The Dimensions are YEAR and BUSINESS UNIT and PRODUCT&lt;/P&gt;&lt;P&gt;Both Expressions are :&lt;/P&gt;&lt;P&gt;COUNT(FIELDA)&lt;/P&gt;&lt;P&gt;COUNT(FIELDA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other option is to build Two charts on the same sheet side by side but I run into the same problem of having one react to LISTBOX selections and the other to ignore the BUSINESS UNIT selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Nov 2010 17:23:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-19T17:23:20Z</dc:date>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195507#M55973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to build a bar chart with two bars(expressions) where one expression reacts to all listbox selections and the other bar only reacts to some of the slections. For example I want both expressions to react to the YEAR selection, But I only want the second expression to react to the BUSINESS UNITListbox.&lt;/P&gt;&lt;P&gt;The Dimensions are YEAR and BUSINESS UNIT and PRODUCT&lt;/P&gt;&lt;P&gt;Both Expressions are :&lt;/P&gt;&lt;P&gt;COUNT(FIELDA)&lt;/P&gt;&lt;P&gt;COUNT(FIELDA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other option is to build Two charts on the same sheet side by side but I run into the same problem of having one react to LISTBOX selections and the other to ignore the BUSINESS UNIT selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 17:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195507#M55973</guid>
      <dc:creator />
      <dc:date>2010-11-19T17:23:20Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195508#M55974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;You can use set analysis to accomplish this. Basically, your first expresson would use a set to ignore the selection for BUSINESS UNIT.&lt;/P&gt;&lt;P&gt;Something like Count ({$&amp;lt;[BUSINESS UNIT] = {"*"}&amp;gt;} FieldA). Note: Syntax not verified.&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195508#M55974</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2010-11-19T18:03:10Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195509#M55975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks . that worked perfectly !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 21:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195509#M55975</guid>
      <dc:creator />
      <dc:date>2010-11-19T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195510#M55976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simpler syntax just so you know:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;count({&amp;lt;[BUSINESS UNIT]=&amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;The dollar sign is optional, and I prefer to exclude it since dollar signs are also used for dollar sign expansion and for parameters. And using = says to ignore the selections, which gives the same result as ={"*"}, which says to search for and "select" all values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 22:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195510#M55976</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-19T22:56:22Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195511#M55977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip John. Your syntax is much cleaner.&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 17:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195511#M55977</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2010-11-22T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195512#M55978</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;How would you alter above expression to ignore more than one list boxes selections. For exaple I already have ignore one selection (express) in this expression below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min({&amp;lt; sub_metrics = {'same day'},branch_flag ={'0'},express=&amp;gt;}target)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I also want to ignore Month dimension in the expression above. How would I change this to ignore month too along with express dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 01:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195512#M55978</guid>
      <dc:creator />
      <dc:date>2011-05-13T01:26:42Z</dc:date>
    </item>
    <item>
      <title>Ignore Listbox selections for a single Item on a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195513#M55979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; To ignore more than one selection, the syntax would look like this:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;count({&amp;lt;Field1=,Field2=,Field3=&amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Listbox-selections-for-a-single-Item-on-a-sheet/m-p/195513#M55979</guid>
      <dc:creator />
      <dc:date>2012-03-01T20:45:11Z</dc:date>
    </item>
  </channel>
</rss>

