<?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: Select in field trigger should choose only one value, right? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12512#M2039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, unfortunately it doesn't work, it does exactly the same thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194571_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 12:19:21 GMT</pubDate>
    <dc:creator>dapostolopoylos</dc:creator>
    <dc:date>2018-02-26T12:19:21Z</dc:date>
    <item>
      <title>Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12510#M2037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm facing this weird situation and i would like some help... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Qlikview app i have created a Month dimension with values 1 to 12 (obviously)...&lt;/P&gt;&lt;P&gt;I added a "OnOpen" trigger where i created a "Select In Field" action on the Month field where the Search String equals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Num(Month(Today()))=1, 12, Month(Today())-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When my app opens the values 1,10,11,12 are selected...&lt;/P&gt;&lt;P&gt;When i run the same trigger with a button to test the code only value 1 is selected... &lt;/P&gt;&lt;P&gt;The Default Search Mode of the document is Normal...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i missing here???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I have created the same trigger in another Qlikview document and it works fine....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12510#M2037</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T12:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12511#M2038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;'("' &amp;amp;&lt;/SPAN&gt; If(Num(Month(Today()))=1, 12, Month(Today())-1) &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; '")'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12511#M2038</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-26T12:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12512#M2039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, unfortunately it doesn't work, it does exactly the same thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194571_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12512#M2039</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12513#M2040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='=Month = Num(Month(AddMonths(Today(), -1)))'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12513#M2040</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-26T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12514#M2041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither...&lt;/P&gt;&lt;P&gt;The thing is that it works like a wildcard search and i cannot understand why...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12514#M2041</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T12:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12515#M2042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working for me in the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12515#M2042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-26T12:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12516#M2043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something is wrong with the document...&lt;/P&gt;&lt;P&gt;I have tried the code from my original post in a new document and it works fine...&lt;/P&gt;&lt;P&gt;The problem is that the document that the problem appeared is a production document...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12516#M2043</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12517#M2044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you have other triggers? Difficult to know without playing with it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12517#M2044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-26T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12518#M2045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You sure have a point my friend!&lt;/P&gt;&lt;P&gt;It seems that the problem is created by another trigger where i stored in a bookmark the initial filter selection of the document in order to give the end user the option to reset filters...&lt;/P&gt;&lt;P&gt;Something is not working as it should with the Replace Bookmark action, i wll work on that to see what's going on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12518#M2045</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12519#M2046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12519#M2046</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2018-02-28T09:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12520#M2047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already marked Sunny's last post as helpful, two days ago...&lt;/P&gt;&lt;P&gt;The problem was that another trigger (Replace bookmark) was messing up the selections....&lt;/P&gt;&lt;P&gt;Nevertheless i will mark Sunny's anwser as the Correct if you think it' more helpful for the communtity...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12520#M2047</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-28T12:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger should choose only one value, right?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12521#M2048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to mark my response as correct as long as your close the thread. The problem is that when a thread is not closed, people who are trying to help might come in to see that the issue has already been resolved. There are other ways to close the thread, in case you don't want to mark any response as correct. One of which is to mark the thread as Assumed Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-should-choose-only-one-value-right/m-p/12521#M2048</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T12:19:29Z</dc:date>
    </item>
  </channel>
</rss>

