<?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 Show selection in text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272239#M101957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a text box to show the selection made on a date field(formatted to show only 'DD').&lt;/P&gt;&lt;P&gt;when I choose many values at the same time I dont get the values on the text box..&lt;/P&gt;&lt;P&gt;Is there anyway to show the starting selection and the end selection.&lt;/P&gt;&lt;P&gt;Also is there anyway to set ristrection on some fields so the user will be able to choose only one value?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2012 16:31:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-10T16:31:21Z</dc:date>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272239#M101957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a text box to show the selection made on a date field(formatted to show only 'DD').&lt;/P&gt;&lt;P&gt;when I choose many values at the same time I dont get the values on the text box..&lt;/P&gt;&lt;P&gt;Is there anyway to show the starting selection and the end selection.&lt;/P&gt;&lt;P&gt;Also is there anyway to set ristrection on some fields so the user will be able to choose only one value?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272239#M101957</guid>
      <dc:creator />
      <dc:date>2012-02-10T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272240#M101958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the restriction, select one value and then enable "always one selected value" in the general tab of the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the selected values, use &lt;/P&gt;&lt;P&gt;=GetFieldSelections( DateField ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to show min and max selected values&lt;/P&gt;&lt;P&gt;='Min: ' &amp;amp; Date(min(DateField))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp&lt;/P&gt;&lt;P&gt;='Max: ' &amp;amp; Date(max(DateField))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272240#M101958</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-10T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272241#M101959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the restriction, I want the user to choose only one value out of several values on that field, by doing the above, the user will see only the value which I selected and saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min and Max didn't show me the min and max of that selected values on that field..&lt;/P&gt;&lt;P&gt;May you please give me more detailed info.&lt;/P&gt;&lt;P&gt;Thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272241#M101959</guid>
      <dc:creator />
      <dc:date>2012-02-10T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272242#M101960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get field selected worked fine though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272242#M101960</guid>
      <dc:creator />
      <dc:date>2012-02-10T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272243#M101961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just checked, the min and max values should be fine if DateField is of type Date with a numerical representation.&lt;/P&gt;&lt;P&gt;What do you see? Nothing, or unexpected values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The restriction should also work in a way that the user can change the selection to any other value, but only one value possible, no multiselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272243#M101961</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-10T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272244#M101962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried and it works, only if you have only DD (I had a month field with only the month) probably you should drop the date function from swuehl advice which is correct. If I select three months I get Feb,Mar, Apr ... as MIN I get the value "2" for February.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Min: ' &amp;amp; min(DateField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272244#M101962</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2012-02-10T17:03:26Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272245#M101963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is working.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272245#M101963</guid>
      <dc:creator />
      <dc:date>2012-02-10T17:24:51Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272246#M101964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the min and max are working fine after I dropped the Date at first. ='Min: ' &amp;amp; min(DateField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection: once I select one value and then go to the General Tab and set Only one value. I see only that value and no other values in there.&lt;/P&gt;&lt;P&gt;Thxs:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272246#M101964</guid>
      <dc:creator />
      <dc:date>2012-02-10T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Show selection in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272247#M101965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh! it is working, I just have set to hide excluded values..now I disabled that it is working.Thxs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-selection-in-text-box/m-p/272247#M101965</guid>
      <dc:creator />
      <dc:date>2012-02-10T17:32:43Z</dc:date>
    </item>
  </channel>
</rss>

