<?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 data between range of a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423338#M157800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai community members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have fields Cid,cname,location,designation. I have the values of the field cid as c001,c002,c003...c008.&lt;/P&gt;&lt;P&gt;My requirement is to have two parameters to select from cid and to cid and display data between these two ID's,&lt;/P&gt;&lt;P&gt;Can anyone of you give me idea .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 14:07:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-08T14:07:11Z</dc:date>
    <item>
      <title>Selecting data between range of a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423338#M157800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai community members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have fields Cid,cname,location,designation. I have the values of the field cid as c001,c002,c003...c008.&lt;/P&gt;&lt;P&gt;My requirement is to have two parameters to select from cid and to cid and display data between these two ID's,&lt;/P&gt;&lt;P&gt;Can anyone of you give me idea .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 14:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423338#M157800</guid>
      <dc:creator />
      <dc:date>2013-03-08T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data between range of a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423339#M157801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a more elegant way to do it, but first off I'd probably set up a new field in the script, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cid_no = num#(subfield(Cid,'c',2)) &lt;/P&gt;&lt;P&gt;to pick out the numerical value 1, 2, 3... from c001, c002, c003 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can set up 2 variables fo v_FromCid and v_ToCid, and then put OnChange variable event triggers on these variables, with action "select in field", field "Cid_no".&amp;nbsp; For the search string, quickly thinking I reckon it would be something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;gt;=' &amp;amp; num#(subfield(v_FromCid,'c',2)) &amp;amp; '&amp;lt;=' &amp;amp; num#(subfield(v_ToCid,'c',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make sure your Cid_no and Cid fields aren't accessible, or if they are put field event triggers on them too so as not to mess up the variable event triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 16:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423339#M157801</guid>
      <dc:creator>sarahallen1</dc:creator>
      <dc:date>2013-03-08T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data between range of a field</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423340#M157802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your Response Hellen, I will try this and get back to you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ramesh,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 17:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-data-between-range-of-a-field/m-p/423340#M157802</guid>
      <dc:creator />
      <dc:date>2013-03-08T17:04:17Z</dc:date>
    </item>
  </channel>
</rss>

