<?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: Conditional Show for Alternate States in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430953#M569636</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; There is no option like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please check this link:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/community.qlik.com/ideas/2340"&gt;http://community.qlik.com/ideas/2340&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can use like this..&lt;/P&gt;&lt;P&gt;Hope that help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 20:51:42 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-10-18T20:51:42Z</dc:date>
    <item>
      <title>Conditional Show for Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430951#M569634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use the conditional show property for an object.&amp;nbsp; I want the condition to be based on if the user has selected a value in a list box that is in an alternate state.&amp;nbsp; How can I write a conditional show expression to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say the alternate state is Alt1.&amp;nbsp; The list box field is Year.&amp;nbsp; I would have thought there was something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(&amp;lt;Alt1&amp;gt; Year) &amp;gt; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had anyone tried this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430951#M569634</guid>
      <dc:creator>cjzimm76</dc:creator>
      <dc:date>2012-10-18T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430952#M569635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I should note that the object with the conditional show is in a different alternate state than Alt1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430952#M569635</guid>
      <dc:creator>cjzimm76</dc:creator>
      <dc:date>2012-10-18T20:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430953#M569636</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; There is no option like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please check this link:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/community.qlik.com/ideas/2340"&gt;http://community.qlik.com/ideas/2340&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can use like this..&lt;/P&gt;&lt;P&gt;Hope that help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430953#M569636</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-18T20:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430954#M569637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a field in the default state that matches the one in the comparison state, you can count all values in the field from the default state and subtract a distinct count from the comparison state. If the value is less than zero, then something has been selected. Its not pretty, but here is an example:&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Count(distinct {[Compare1]} Field) - (GetSelectedCount(Field)+GetAlternativeCount(Field)) &amp;lt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 00:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Alternate-States/m-p/430954#M569637</guid>
      <dc:creator>Lee_Matthews</dc:creator>
      <dc:date>2013-11-14T00:56:05Z</dc:date>
    </item>
  </channel>
</rss>

