<?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 Selecting zero or only one option in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331990#M122328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may have to use a trigger for this that counts the number of selections in a field and fires an action to go back if more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you could have a text box with a conditional show on it that blocks off all but your field and instructs the user to only select one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 11:14:55 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-02T11:14:55Z</dc:date>
    <item>
      <title>Selecting zero or only one option in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331989#M122327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field with 3 possible values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the users to be able to select either only one field or no fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want a user to be able to select, at any time, 2 of the 3 options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select 1 of the 3 or none of the 3 (or all 3 as that is the same as none) only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I cannot use macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 11:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331989#M122327</guid>
      <dc:creator>thomastc</dc:creator>
      <dc:date>2012-04-02T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Selecting zero or only one option in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331990#M122328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may have to use a trigger for this that counts the number of selections in a field and fires an action to go back if more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you could have a text box with a conditional show on it that blocks off all but your field and instructs the user to only select one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 11:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331990#M122328</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-02T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Selecting zero or only one option in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331991#M122329</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Document properties--&amp;gt;Triggers--&amp;gt;under field event triggers select the field and add action for the on select use select in field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specify the field name of the same and search string as =if(GetSelectedCount(FieldName)&amp;gt;=1,MinString(FieldName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 11:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331991#M122329</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-02T11:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting zero or only one option in a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331992#M122330</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;Hope the attached file helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 11:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-zero-or-only-one-option-in-a-field/m-p/331992#M122330</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-04-02T11:42:30Z</dc:date>
    </item>
  </channel>
</rss>

