<?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 On Open force user to select values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243526#M92978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; How can we make qlikview app to force a&amp;nbsp; user to select values for a list box when a particular sheet is activated or when the app is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 18:46:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-29T18:46:07Z</dc:date>
    <item>
      <title>On Open force user to select values</title>
      <link>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243526#M92978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; How can we make qlikview app to force a&amp;nbsp; user to select values for a list box when a particular sheet is activated or when the app is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243526#M92978</guid>
      <dc:creator />
      <dc:date>2011-06-29T18:46:07Z</dc:date>
    </item>
    <item>
      <title>On Open force user to select values</title>
      <link>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243527#M92979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of tying the need for selection to opening of an application or activating a sheet, you can tie it to display or calculation of an object. For example, if display of values in a table, or bar chart makes sense only when any selection is made (such as display of order detail which requires an oder number, display of YTD value requires selection of year, etc.), you can add the condition for display of the object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 19:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243527#M92979</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-06-29T19:27:25Z</dc:date>
    </item>
    <item>
      <title>On Open force user to select values</title>
      <link>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243528#M92980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you need to do is create Actions on the appropriate trigger events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For document open go to &lt;STRONG&gt;Settings \ Document Properties \ Triggers&lt;/STRONG&gt; and then select &lt;STRONG&gt;OnOpen&lt;/STRONG&gt; and click the &lt;STRONG&gt;Add Action(s)&lt;/STRONG&gt; button.&amp;nbsp; Then click the &lt;STRONG&gt;Add &lt;/STRONG&gt;button and select &lt;STRONG&gt;Selections \ Select In Field&lt;/STRONG&gt; - in the &lt;STRONG&gt;Field &lt;/STRONG&gt;box enter the field name and in the &lt;STRONG&gt;Search String&lt;/STRONG&gt; box enter the value you want to set.&amp;nbsp; Repeat this step for each field you wish to set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search string can contain a fixed value or an expression, for example to select the first item in a field alphabetically you will need to enter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=minstring(FieldName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabs also have triggers and these are set up in a similar way, right click the background of a sheet and select &lt;STRONG&gt;Properties&lt;/STRONG&gt; then the &lt;STRONG&gt;Triggers &lt;/STRONG&gt;tab.&amp;nbsp; You can then click&lt;STRONG&gt; Add Actions&lt;/STRONG&gt; to enter actions for entering or leaving a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tend not to use triggers like this, particularly on sheet changes, as it can confuse the user - but if you have a good reason to do so then the above should help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/"&gt;Quick Intelligence&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 22:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243528#M92980</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-06-29T22:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: On Open force user to select values</title>
      <link>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243529#M92981</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;as &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/krishnamoorthy" id="jive-382704774609895123284"&gt;krishnamoorthy&lt;/A&gt; mentioned you can give conditional calculation, please see the attached sample for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 06:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Open-force-user-to-select-values/m-p/243529#M92981</guid>
      <dc:creator />
      <dc:date>2011-06-30T06:53:46Z</dc:date>
    </item>
  </channel>
</rss>

