<?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 Default Listbox check in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296454#M1186685</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;If no selection causes the table to take too long to render, then use onditional calculation to suppress the calculation of the table if nothing is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the chart properties tab for the table, enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCound(YourField) &amp;gt; 0 as the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also change the error message from "Calculation condition unfulfilled" to a message of you choice by clicking the Error Messages button and overriding the default message with your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2011 09:51:34 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2011-10-02T09:51:34Z</dc:date>
    <item>
      <title>Default Listbox check</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296451#M1186681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;I am trying to set a default selection to a checkbox. For example the list box has 3 values namely A,B and C. The default selection should be "&lt;STRONG&gt;A&lt;/STRONG&gt;" preferable on load of the page. The user can check all the three values but cannot &lt;STRONG&gt;uncheck&lt;/STRONG&gt; all the values. At least &lt;STRONG&gt;one&lt;/STRONG&gt; value should be checked as a requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Thanks in Advance for all you suggestions and support&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 11:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296451#M1186681</guid>
      <dc:creator />
      <dc:date>2011-09-28T11:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Default Listbox check</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296452#M1186683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As regards setting A as your default try setting a 'Select In Field'&lt;/P&gt;&lt;P&gt;action on your sheet, triggered on Active &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i.e. bring-up the sheet's properties, go to the Triggers tab, press Add&lt;/P&gt;&lt;P&gt;Action for OnActiveSheet, add an action of type Selection/Select in&lt;/P&gt;&lt;P&gt;Field, and specify the name of the field &amp;amp; value.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I don't know of a way to stop the user from selecting none of the&lt;/P&gt;&lt;P&gt;values.  But then, why would you want to, given that this implicitly&lt;/P&gt;&lt;P&gt;means that all values are in view anyway?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Angus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 23:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296452#M1186683</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2011-09-28T23:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Default Listbox check</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296453#M1186684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks !!!!&amp;nbsp; Solution A Works. I need to specify a default selection because the straight table is populated with a huge list of of records. I am planning to integrated pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 00:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296453#M1186684</guid>
      <dc:creator />
      <dc:date>2011-10-02T00:37:00Z</dc:date>
    </item>
    <item>
      <title>Default Listbox check</title>
      <link>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296454#M1186685</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;If no selection causes the table to take too long to render, then use onditional calculation to suppress the calculation of the table if nothing is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the chart properties tab for the table, enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCound(YourField) &amp;gt; 0 as the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also change the error message from "Calculation condition unfulfilled" to a message of you choice by clicking the Error Messages button and overriding the default message with your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 09:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-Listbox-check/m-p/296454#M1186685</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-02T09:51:34Z</dc:date>
    </item>
  </channel>
</rss>

