<?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: Alway one selected value really in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562610#M209975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggested doing the action &lt;EM&gt;OnOpen&lt;/EM&gt; so that the field would have one and only one value selected when a person opens the document no matter how the document was previously saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for doing the action &lt;EM&gt;OnAnySelect&lt;/EM&gt; is so you can catch situations where someone tries to change the selection of your special field -- like trying to deselect the one value or trying to select and add a second value. The other situation that might occur is someone changing a different but related field that might automatically unselect your special field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the reason for doing the action on the &lt;EM&gt;OnPostReload&lt;/EM&gt; event is that the reload will change data and change field values and it might cause your special field to become unselected. The action described in the blog should make sure that the field has one selected value even if it cannot be the exact same value that was selected prior to the reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;-Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 19:42:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-12T19:42:35Z</dc:date>
    <item>
      <title>Alway one selected value really</title>
      <link>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562609#M209974</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 read the blog post on the above mentioned at below link :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://qlikviewmaven.blogspot.in/2013/01/always-one-selected-value-really.html"&gt;http://qlikviewmaven.blogspot.in/2013/01/always-one-selected-value-really.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is the author add the expression on :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;In the Document Event Triggers window click on &lt;/SPAN&gt;&lt;EM style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;OnAnySelect&lt;/EM&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;. In the Field Event Triggers window&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;And he follow by doing the same of the above as below :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;Click OK and then do the same thing for the &lt;/SPAN&gt;&lt;EM style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;OnOpen&lt;/EM&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt; event. If needed for your situation you may also want to do the same thing for the &lt;/SPAN&gt;&lt;EM style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;OnPostReload&lt;/EM&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #e0e0e0;"&gt;event.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is i just try to do it on the 2nd step of the above it work fine . But i like to know what it the purpose of 1st step field event trigger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 22:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562609#M209974</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-07-10T22:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alway one selected value really</title>
      <link>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562610#M209975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggested doing the action &lt;EM&gt;OnOpen&lt;/EM&gt; so that the field would have one and only one value selected when a person opens the document no matter how the document was previously saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for doing the action &lt;EM&gt;OnAnySelect&lt;/EM&gt; is so you can catch situations where someone tries to change the selection of your special field -- like trying to deselect the one value or trying to select and add a second value. The other situation that might occur is someone changing a different but related field that might automatically unselect your special field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the reason for doing the action on the &lt;EM&gt;OnPostReload&lt;/EM&gt; event is that the reload will change data and change field values and it might cause your special field to become unselected. The action described in the blog should make sure that the field has one selected value even if it cannot be the exact same value that was selected prior to the reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;-Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 19:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562610#M209975</guid>
      <dc:creator />
      <dc:date>2013-07-12T19:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alway one selected value really</title>
      <link>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562611#M209976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank tim. now i understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 23:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alway-one-selected-value-really/m-p/562611#M209976</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-07-12T23:04:43Z</dc:date>
    </item>
  </channel>
</rss>

