<?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 Restrict field selections on charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657298#M239987</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;Can anyone suggest how can I make my chart react to field selections only on some predefined fields? It shouldn't be changed by selections on other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have some 20 dimensions available for users to select from, but I want my chart to respond to only 2 of the dimensions, for rest of the dimensions it shouldn't respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 05:58:03 GMT</pubDate>
    <dc:creator>bhaskarsharma03</dc:creator>
    <dc:date>2014-06-26T05:58:03Z</dc:date>
    <item>
      <title>Restrict field selections on charts</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657298#M239987</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;Can anyone suggest how can I make my chart react to field selections only on some predefined fields? It shouldn't be changed by selections on other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have some 20 dimensions available for users to select from, but I want my chart to respond to only 2 of the dimensions, for rest of the dimensions it shouldn't respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 05:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657298#M239987</guid>
      <dc:creator>bhaskarsharma03</dc:creator>
      <dc:date>2014-06-26T05:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field selections on charts</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657299#M239988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then use Alternate states. Assign a different alternate state to all those 18 list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 06:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657299#M239988</guid>
      <dc:creator />
      <dc:date>2014-06-26T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field selections on charts</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657300#M239989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or assign a different alternate to the 2 list boxes and make sure your chart has "that" alternate state as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 06:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657300#M239989</guid>
      <dc:creator />
      <dc:date>2014-06-26T06:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field selections on charts</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657301#M239990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhaskar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sum({&amp;lt;$(=concat({1&amp;lt;$Field-={'Country','ID'}&amp;gt;} '[' &amp;amp; $Field &amp;amp; ']=',','))&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The fields used in the expression will give you the result on their Selections. Rest all other fields are excluded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope that works for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;See the Attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Aviral&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 08:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-selections-on-charts/m-p/657301#M239990</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-06-26T08:02:36Z</dc:date>
    </item>
  </channel>
</rss>

