<?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: help with alternate state trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892126#M998481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see if this works for you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switched the trigger to document side instead of sheet &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 15:27:33 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-06-24T15:27:33Z</dc:date>
    <item>
      <title>help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892120#M998475</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 have an on activate sheet trigger which takes the selections from a list box on sheet 1 and applys it to a list box on sheet 2. &lt;/P&gt;&lt;P&gt;both sheets are in different alternate states. &lt;/P&gt;&lt;P&gt;The trigger only seems to work if 1 value is selcted, if i select multiple values then nothing is passed to the other list box. &lt;/P&gt;&lt;P&gt;Does anyone know how i can get this to work for any value selected? apart from when there is nothing selected, i dont want anything passed if nothing is selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892120#M998475</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-06-24T14:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892121#M998476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try by adding this to your trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat(DISTINCT&amp;nbsp; [Dim 1], '|') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892121#M998476</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-24T14:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892122#M998477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks, that works for multiple selections, but when there's no selections made it carries all possible selections over instead. i don't want it to do that.&lt;/P&gt;&lt;P&gt;I have tried adding an if statement to the trigger but i cant seem to get the state to work within the if statement.&lt;/P&gt;&lt;P&gt;i have added a text box with the getselectedcount of the field in state2 but it seems to only pick up the default state..&lt;/P&gt;&lt;P&gt;see updated example attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892122#M998477</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-06-24T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892123#M998478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this for your &lt;SPAN style="font-size: 13.3333330154419px;"&gt;GetSelectedCount() for your State2 :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =GetSelectedCount ( [Dim 1] , 0&amp;nbsp; ,&amp;nbsp; 'State2' )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892123#M998478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892124#M998479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am getting an error in expression error. &lt;/P&gt;&lt;P&gt;am i right in thinking that the 3rd paramter of getselectedcount is only available in 11.2SR8 and above?&lt;/P&gt;&lt;P&gt;i am on SR5 and the client that this is for is on SR4.&lt;/P&gt;&lt;P&gt;I don't think they will upgrade just to get this working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892124#M998479</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-06-24T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892125#M998480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I think you are correct, as in did come out post SR5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892125#M998480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T15:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892126#M998481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see if this works for you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switched the trigger to document side instead of sheet &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892126#M998481</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-24T15:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892127#M998482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks, that seems to work. i have already changed my approach though and i have gone through each object and told each expression to ignore certain fields instead of using alternate states . &lt;/P&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892127#M998482</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-06-24T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892128#M998483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892128#M998483</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-24T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: help with alternate state trigger</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892129#M998484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-alternate-state-trigger/m-p/892129#M998484</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-06-24T15:57:22Z</dc:date>
    </item>
  </channel>
</rss>

