<?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 State Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819660#M288973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any workaround for this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 14:44:14 GMT</pubDate>
    <dc:creator>pradnyat</dc:creator>
    <dc:date>2014-11-12T14:44:14Z</dc:date>
    <item>
      <title>Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819656#M288969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing one tricky issue.&lt;/P&gt;&lt;P&gt;I have 1 straight table for which I am using Alternate State named 'Alternate State1' .&lt;/P&gt;&lt;P&gt;I have 1 dimension named 'Contract'. My requirement is the Straight table should be displayed only when no contract is selected i.e&lt;/P&gt;&lt;P&gt;in layout I need to add expression as :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;getselectedcount(Contract)=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal situations this condition will work , but as I am using Alternate State for the chart, Contract selections are not affecting on that table, and we can't use the ($) symbol in layout expression to affect based on current selection as this is not feasible in getSelectedCount expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to make this work?&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, 12 Nov 2014 13:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819656#M288969</guid>
      <dc:creator>pradnyat</dc:creator>
      <dc:date>2014-11-12T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819657#M288970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QV 11.20 SR8 the getselectedcount function accepts an additional parameter for the alternate state:&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Contract ,'StateA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that version is not available and upgrading not an option you can do a check only if the number of possible values is not limited by selections in other fields: =if( count({StateA}distinct Contract) = fieldvaluecount('Contract'), 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819657#M288970</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-12T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819658#M288971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we are using QV 11.20 SR5. So, this function is not working there.&lt;/P&gt;&lt;P&gt;Is there any other workaround for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819658#M288971</guid>
      <dc:creator>pradnyat</dc:creator>
      <dc:date>2014-11-12T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819659#M288972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can't use&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;if( count({StateA}distinct Contract) = fieldvaluecount('Contract'), 1, 0) function as the data is restricting by other field selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819659#M288972</guid>
      <dc:creator>pradnyat</dc:creator>
      <dc:date>2014-11-12T13:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819660#M288973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any workaround for this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819660#M288973</guid>
      <dc:creator>pradnyat</dc:creator>
      <dc:date>2014-11-12T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate State Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819661#M288974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/136005"&gt;PradnyaT&lt;/A&gt;‌, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same issue, you can try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT {[StateA]} Contract) = COUNT(DISTINCT {1} Contract) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case when there are no selections made in StateA the count of the contracts should be the same as alle the contracts (state =1 is ignore all selections). When there is a selection made then the count of the contracts is unequal to the count of all the contracts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-State-Issue/m-p/819661#M288974</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2016-05-30T07:06:01Z</dc:date>
    </item>
  </channel>
</rss>

