<?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: Avoiding list box selection in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709865#M1054040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the list box is for a dimension Field1, include in the expression of the chart the following set expression&lt;/P&gt;&lt;P&gt;{&amp;lt;Field1=&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 11:34:56 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2014-10-28T11:34:56Z</dc:date>
    <item>
      <title>Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709863#M1054038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make one chart unresponsive for one perticular list box selection...... selections of listbox should not effect chart..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709863#M1054038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T11:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709864#M1054039</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;On Properties of chart (General Sheet) you have a property to unlink the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or other option (if you need the listbox) is in expressions you can use set analysis for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709864#M1054039</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-28T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709865#M1054040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the list box is for a dimension Field1, include in the expression of the chart the following set expression&lt;/P&gt;&lt;P&gt;{&amp;lt;Field1=&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709865#M1054040</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-10-28T11:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709866#M1054041</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;Try to create a alternate state in document properties and place in chart general properties,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else whatever list box you are using just exclude that list box field in chart expression&lt;/P&gt;&lt;P&gt;suppose you have Country list box&lt;/P&gt;&lt;P&gt;in chart you have sum(sales)&lt;/P&gt;&lt;P&gt;just write exoression like this sum({&amp;lt;countrty=&amp;gt;} sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709866#M1054041</guid>
      <dc:creator />
      <dc:date>2014-10-28T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709867#M1054042</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;Use Alternate States option to do this. Please check 11 developers guide for Alternate State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709867#M1054042</guid>
      <dc:creator />
      <dc:date>2014-10-28T11:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709868#M1054043</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;Go for Alternate states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709868#M1054043</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-28T11:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709869#M1054044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a chart with Expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Field1 =, Field2=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selections from Field1 &amp;amp; Field2 will not affect the chart using above expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709869#M1054044</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-28T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding list box selection in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709870#M1054045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nag...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hav this expr..&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;TerritoryGroup={Europe} &amp;gt;}Sales)/Sum(Sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i hav list box for TerritoryGroup...when i select values in that my stacked bar chart showing &amp;gt;100%..... i hav 3 values in TG...Europe, NorthAmerica and Pacific....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-list-box-selection-in-chart/m-p/709870#M1054045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T12:02:11Z</dc:date>
    </item>
  </channel>
</rss>

