<?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: How to use GetFieldSelections() with Alternate State in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378667#M810397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Rob!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2017 19:18:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-17T19:18:42Z</dc:date>
    <item>
      <title>How to use GetFieldSelections() with Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378665#M810395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two similar graphs with different filters in different alternate states. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to do is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i check the box "Detail" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Graph1 hiden, Graph2 appears &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i don't check the box "Detail" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Graph1 apprears, Graph2 hiden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The box "Detail" is an object list box with one filed.&amp;nbsp; Since the 2 graphs are not in the same alternate states.&amp;nbsp; i am not sure how to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks 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-use-GetFieldSelections-with-Alternate-State/m-p/1378665#M810395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GetFieldSelections() with Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378666#M810396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume the Detail listbox is in the default state. To count selections for the field "Detail" in the default state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(Year, true(), '$')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a conditional show expression might be like to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GetSelectedCount(Detail, true(), '$') &amp;gt; 0&amp;nbsp;&amp;nbsp; // Something selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GetSelectedCount(Detail, true(), '$') = 0&amp;nbsp; // Nothing selected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It doesn't matter what State the chart is in.&amp;nbsp; If you want to test a state other than the Default, substitute the state name in for $. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378666#M810396</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-10-16T23:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GetFieldSelections() with Alternate State</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378667#M810397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Rob!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 19:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetFieldSelections-with-Alternate-State/m-p/1378667#M810397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T19:18:42Z</dc:date>
    </item>
  </channel>
</rss>

