<?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 Who can help me on my select problem? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Who-can-help-me-on-my-select-problem/m-p/316339#M116673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might be a chalange for some people &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Who can help? I try to explain what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with amount of days, called rangedays.&lt;/P&gt;&lt;P&gt;I also have a table with many fields and one is a calculated agveval field, which is how old the record is.&lt;/P&gt;&lt;P&gt;When I click on a rangeday, i do a select on the table with ageval &amp;lt;= rangedays. (This is in a trigger, onChange and onSelect on rangedays)&lt;/P&gt;&lt;P&gt;'Field' = ageval, 'Search String' = ='&amp;lt;='&amp;amp;rangedays&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values of ageval in the table/records are from 7 to 999.&lt;/P&gt;&lt;P&gt;I also have a field, showing GetSelectedCount(ageval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all seem to work, so now the problem so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now first do a sub-select of other values and lock them. (The lowest ageval value of these records is 40)&lt;/P&gt;&lt;P&gt;When I now click on rangedays 47, I see that GetSelectedCount(ageval) is 3 (which is fine and correct)&lt;/P&gt;&lt;P&gt;But when I click on any rangeday number between 7 and 39, it will not change the GetSelectedCount(ageval) value. As there are non, I would like to see that.&lt;/P&gt;&lt;P&gt;When I click on 6 or lower, the GetSelectedCount(ageval) now is changing to 0, which is the number in the whole table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what i think the GetSelectedCount is not working as I had hoped.&lt;/P&gt;&lt;P&gt;I like to know how many records are left from my subselect. &lt;/P&gt;&lt;P&gt;Is there maybe an other function for that? Or another solution to my challenge?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 09:21:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-21T09:21:18Z</dc:date>
    <item>
      <title>Who can help me on my select problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Who-can-help-me-on-my-select-problem/m-p/316339#M116673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might be a chalange for some people &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Who can help? I try to explain what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with amount of days, called rangedays.&lt;/P&gt;&lt;P&gt;I also have a table with many fields and one is a calculated agveval field, which is how old the record is.&lt;/P&gt;&lt;P&gt;When I click on a rangeday, i do a select on the table with ageval &amp;lt;= rangedays. (This is in a trigger, onChange and onSelect on rangedays)&lt;/P&gt;&lt;P&gt;'Field' = ageval, 'Search String' = ='&amp;lt;='&amp;amp;rangedays&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values of ageval in the table/records are from 7 to 999.&lt;/P&gt;&lt;P&gt;I also have a field, showing GetSelectedCount(ageval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all seem to work, so now the problem so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now first do a sub-select of other values and lock them. (The lowest ageval value of these records is 40)&lt;/P&gt;&lt;P&gt;When I now click on rangedays 47, I see that GetSelectedCount(ageval) is 3 (which is fine and correct)&lt;/P&gt;&lt;P&gt;But when I click on any rangeday number between 7 and 39, it will not change the GetSelectedCount(ageval) value. As there are non, I would like to see that.&lt;/P&gt;&lt;P&gt;When I click on 6 or lower, the GetSelectedCount(ageval) now is changing to 0, which is the number in the whole table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what i think the GetSelectedCount is not working as I had hoped.&lt;/P&gt;&lt;P&gt;I like to know how many records are left from my subselect. &lt;/P&gt;&lt;P&gt;Is there maybe an other function for that? Or another solution to my challenge?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 09:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-can-help-me-on-my-select-problem/m-p/316339#M116673</guid>
      <dc:creator />
      <dc:date>2011-12-21T09:21:18Z</dc:date>
    </item>
    <item>
      <title>Who can help me on my select problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Who-can-help-me-on-my-select-problem/m-p/316340#M116674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I resolved my own problem, with help on another question I had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first needed to do a clear on the specific field.&lt;/P&gt;&lt;P&gt;To do that, I do a "select in Field" with a blank search string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 11:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-can-help-me-on-my-select-problem/m-p/316340#M116674</guid>
      <dc:creator />
      <dc:date>2011-12-21T11:05:28Z</dc:date>
    </item>
  </channel>
</rss>

