<?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 Triggers / OnOpen / Select  In Field   -  Two selection in same field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236047#M87270</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;This one also works (3 values):&lt;/P&gt;&lt;P&gt;= '(' &amp;amp; Max({1} [Shipments.Recognition Year]) &amp;amp; '|' &amp;amp; (Max({1} [Shipments.Recognition Year])-1) &amp;amp; '|' &amp;amp; (Max({1} [Shipments.Recognition Year])-2) &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Dec 2010 10:36:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-30T10:36:01Z</dc:date>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236042#M87265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have defined a Trigger:&lt;/P&gt;&lt;P&gt;Document Properties / Triggers / OnOpen / Select In Field&lt;/P&gt;&lt;P&gt;Field ==&amp;gt; [Field1]&lt;/P&gt;&lt;P&gt;Search String ==&amp;gt; =Max(Field1)-1&lt;/P&gt;&lt;P&gt;It is working, but now I need to one more value to the selection. Is that possible?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 09:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236042#M87265</guid>
      <dc:creator />
      <dc:date>2010-12-30T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236043#M87266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aldo,&lt;/P&gt;&lt;P&gt;For values, the folowing will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;(Value1 | Value2)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 09:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236043#M87266</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-30T09:55:54Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236044#M87267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;Search String ==&amp;gt; = ( Max([Shipments.Recognition Year])-1 | Max([Shipments.Recognition Year]) )&lt;/P&gt;&lt;P&gt;and is not working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236044#M87267</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236045#M87268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For expressions use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;='(' &amp;amp; $(=Max(Field)) &amp;amp; '|' &amp;amp; $(=Min(Field)) &amp;amp; ')'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236045#M87268</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-30T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236046#M87269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Select in Field =&amp;gt; = Max([Shipments.Recognition Year])-1&lt;/P&gt;&lt;P&gt;Toggle Select=&amp;gt; = Max([Shipments.Recognition Year])&lt;/P&gt;&lt;P&gt;I got the idea from here: &lt;A href="http://community.qlik.com/forums/p/23382/89372.aspx"&gt;http://community.qlik.com/forums/p/23382/89372.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236046#M87269</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236047#M87270</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;This one also works (3 values):&lt;/P&gt;&lt;P&gt;= '(' &amp;amp; Max({1} [Shipments.Recognition Year]) &amp;amp; '|' &amp;amp; (Max({1} [Shipments.Recognition Year])-1) &amp;amp; '|' &amp;amp; (Max({1} [Shipments.Recognition Year])-2) &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236047#M87270</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236048#M87271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, is it possible to have more than one field selection? I'll give an example. I want to select the latest year and month in my trigger. i have a Year attribute and a Month attribute. I know I can create a YearMonth attribute in the script but I dont want to do this. I want to use the two attribute I already have.&lt;/P&gt;&lt;P&gt;So, i tried creating multiple "Select in Field" actions. First i used Year and made the search string =Max(Year). Second I used Month and the search string is =Max(Month). It would appear to me that the second select in field action overwrites the first selection. This is not what i expected but such is like.&lt;/P&gt;&lt;P&gt;So, i thought maybe I could write and expression to handle this. Something like what you have above but with two "different" attributes. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 19:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236048#M87271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-17T19:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers / OnOpen / Select  In Field   -  Two selection in same field</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236049#M87272</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;you can use this &lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;=Year(Today()) for your Year field&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-position: initial;"&gt;=Month(Today()) for your Month field&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 08:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers-OnOpen-Select-In-Field-Two-selection-in-same-field/m-p/236049#M87272</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2014-11-11T08:38:26Z</dc:date>
    </item>
  </channel>
</rss>

