<?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: Set Selection field with Alternate States in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644193#M236053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain the scenario that you are going to implement? There might be some other better way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 07:19:32 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2014-06-09T07:19:32Z</dc:date>
    <item>
      <title>Set Selection field with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644191#M236051</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;When I click on some field on my straight table, for example "Name", I want the "Name" field with Alternate State called "StateA" will be filtered too - using&amp;nbsp; triggers. But I don't know the right syntax for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to to the opposite case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I choose some value from the "Name" field on the Multi-Box with Alternate State "StateA" I want the same value on the Field "Name" &lt;SPAN style="text-decoration: underline;"&gt;without any&lt;/SPAN&gt;&amp;nbsp; Alternate State will be seleceted.&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>Mon, 09 Jun 2014 07:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644191#M236051</guid>
      <dc:creator />
      <dc:date>2014-06-09T07:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Selection field with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644192#M236052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create a sample qvw and share&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644192#M236052</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-09T07:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Selection field with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644193#M236053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain the scenario that you are going to implement? There might be some other better way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644193#M236053</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-06-09T07:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Selection field with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644194#M236054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need that an expression is influenced by set analysis, the syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({STATE1 &amp;lt;quarter={'Q1'}&amp;gt;} week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;I used sum but you can use any aggregation function&lt;/P&gt;&lt;P&gt;STATE1 is the alternate state used in the list box (or multibox) to select values&lt;/P&gt;&lt;P&gt;quarter={'Q1'} is a condition (but you can omit it writing only: Sum({STATE1} week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644194#M236054</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-09T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Selection field with Alternate States</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644195#M236055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found my solution.&lt;/P&gt;&lt;P&gt;When I define some new a&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;lternate state&lt;/SPAN&gt;, the selection box with the wanted a&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;lternate state is shown near the text fields at the triggers window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Selection-field-with-Alternate-States/m-p/644195#M236055</guid>
      <dc:creator />
      <dc:date>2014-06-09T07:39:50Z</dc:date>
    </item>
  </channel>
</rss>

