<?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: display on a current Selection Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153562#M520916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a new field in your script like&lt;/P&gt;&lt;P&gt;Load col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dateQA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(monthstart(DateQA), 'MMM-YYYY') as MonthYear&lt;/P&gt;&lt;P&gt;FROM ...... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create MonthYear listbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a thought!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 03:04:14 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2016-07-14T03:04:14Z</dc:date>
    <item>
      <title>display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153559#M520913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a list box which shows the months - I used an expression:&lt;/P&gt;&lt;P&gt;=Monthname(date(dateQA))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I thing choose a month from this list box - the Current Selections box show the selection as 623 of 4380 o r 618 or 4380 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I can do about this?&amp;nbsp; It is correct but users are thrown off by the fact that it is not showing what they selected ie May 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;o\Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 01:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153559#M520913</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2016-07-14T01:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153560#M520914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Menù -&amp;gt; User preferences --&amp;gt; General -&amp;gt; Max Values in Current Selections -&amp;gt; Max limit is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;100 (Distinct values will be shown in current selection box).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG __jive_id="131216" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131216_Capture.PNG" style="height: 319px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 02:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153560#M520914</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-14T02:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153561#M520915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Tamil I have not explained myself well:&lt;/P&gt;&lt;P&gt;the list box shows the Months in the format of Apr 2016 but the selection box does not show Apr 2016 it will show 208 of 3043.&amp;nbsp; 208 of 3043 are the number of individual dates in April 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the original document dateQA is a datestamp (there are 3043 dates in this instance) - in the Lilstbox - the datestamps are grouped according to the monthname - so for example in April - there were 208 dateQA datestamps and they are grouped under the monthname which is displayed.&amp;nbsp; The Selection box however does not show the monthname date group, but tells me that I have 208 dates.&amp;nbsp; Hope that makes sense.&lt;/P&gt;&lt;P&gt;Jo.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 02:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153561#M520915</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2016-07-14T02:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153562#M520916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a new field in your script like&lt;/P&gt;&lt;P&gt;Load col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dateQA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(monthstart(DateQA), 'MMM-YYYY') as MonthYear&lt;/P&gt;&lt;P&gt;FROM ...... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create MonthYear listbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a thought!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153562#M520916</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-14T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153563#M520917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131218_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153563#M520917</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2016-07-14T03:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153564#M520918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I mean - the list box is fine (showing the edited expression), but the Current Selections box is confusing - although correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153564#M520918</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2016-07-14T03:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153565#M520919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Vishaggi, create a new field in back end and use the field name in listbox. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153565#M520919</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-14T03:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153566#M520920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current selection box is showing the current selections by fields. The only field that you have selected is dateQA so it only shows dateQA. If you create a field called "MonthName" in the script and then make selection in the front in this field, it will show May 2016 in the current selection box.&lt;/P&gt;&lt;P&gt;The calculation "=Monthname(date(dateQA))" is not a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 04:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153566#M520920</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2016-07-14T04:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: display on a current Selection Object</title>
      <link>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153567#M520921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-on-a-current-Selection-Object/m-p/1153567#M520921</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2016-07-14T13:58:49Z</dc:date>
    </item>
  </channel>
</rss>

