<?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: alternate states in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802108#M1032468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/410525#410525" title="http://community.qlik.com/message/410525#410525"&gt;http://community.qlik.com/message/410525#410525&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2015 23:15:54 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-01-31T23:15:54Z</dc:date>
    <item>
      <title>alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802107#M1032467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I want to do and I am not sure if it is possible using Alternate states or any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two charts and one straight table in my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a filter that I only want to work with the table.&amp;nbsp; But I need the table to work with the other filters and the charts.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried setting alternate states and I can make the table work with the filter.&amp;nbsp; But then it doesn't respond to any other changes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess my question is can an object have multiple states or is there another way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 23:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802107#M1032467</guid>
      <dc:creator>rittermd</dc:creator>
      <dc:date>2015-01-31T23:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802108#M1032468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/410525#410525" title="http://community.qlik.com/message/410525#410525"&gt;http://community.qlik.com/message/410525#410525&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 23:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802108#M1032468</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-01-31T23:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802109#M1032469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using alternate states in this case, I would use set analysis on the charts, so that they won't be affected by the selections on the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say that your filter is called 'Country'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on each of the charts I would add "Country=" in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: sum({&amp;lt;Country=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the charts will respond to everything except your filter and table will still be affected by the filter (and the rest of the other selections).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Nuno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 23:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802109#M1032469</guid>
      <dc:creator />
      <dc:date>2015-01-31T23:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802110#M1032470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think that alternate state can achieve this.&lt;/P&gt;&lt;P&gt;So the logic is to use set analysis to disable a field or filter selection on an object&lt;/P&gt;&lt;P&gt;Let there be 3 filters &lt;/P&gt;&lt;P&gt;Brand,Location,Store&lt;/P&gt;&lt;P&gt;Now you want Brand and location to be selectable for the for the all three objects but Store not for the straight table.&lt;/P&gt;&lt;P&gt;So let straight table have expression sum(Sales)&lt;/P&gt;&lt;P&gt;then write it as &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Store=-&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 23:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternate-states/m-p/802110#M1032470</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-01-31T23:26:32Z</dc:date>
    </item>
  </channel>
</rss>

