<?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 Date select using list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186831#M50758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load RcvStatus as Status,&lt;/P&gt;&lt;P&gt;RcvDate as Date&lt;/P&gt;&lt;P&gt;from xyz;&lt;/P&gt;&lt;P&gt;load LoadStatus as Status,&lt;/P&gt;&lt;P&gt;LoadDate as Date&lt;/P&gt;&lt;P&gt;from xyz ;&lt;/P&gt;&lt;P&gt;load LoadedStatus as Status,&lt;/P&gt;&lt;P&gt;LoadedDate as Date&lt;/P&gt;&lt;P&gt;from xyz;&lt;/P&gt;&lt;P&gt;Now you have 2 fields with the corresponding values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 12:58:38 GMT</pubDate>
    <dc:creator>dirk_konings</dc:creator>
    <dc:date>2010-06-14T12:58:38Z</dc:date>
    <item>
      <title>Date select using list box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186830#M50757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set as follows:&lt;/P&gt;&lt;P&gt;Rcv Status Rcv Date Load Status Load Dt Loaded Status Loaded Dt&lt;/P&gt;&lt;P&gt;12 10-06-2010 22 11-06-2010 23 12-06-2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is I should have a listbox with the values 12,22 and 23. Based on my selections I have another list box called Date&lt;/P&gt;&lt;P&gt;which has values as Jan-2010, Feb -2010 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I select status 12, this date listbox should actually pass the values for Rcv Date, similarly when 22 selected it should pass the values of Load Dt and Loaded Dt when 23 is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I go about achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186830#M50757</guid>
      <dc:creator />
      <dc:date>2010-06-14T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Date select using list box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186831#M50758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load RcvStatus as Status,&lt;/P&gt;&lt;P&gt;RcvDate as Date&lt;/P&gt;&lt;P&gt;from xyz;&lt;/P&gt;&lt;P&gt;load LoadStatus as Status,&lt;/P&gt;&lt;P&gt;LoadDate as Date&lt;/P&gt;&lt;P&gt;from xyz ;&lt;/P&gt;&lt;P&gt;load LoadedStatus as Status,&lt;/P&gt;&lt;P&gt;LoadedDate as Date&lt;/P&gt;&lt;P&gt;from xyz;&lt;/P&gt;&lt;P&gt;Now you have 2 fields with the corresponding values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 12:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186831#M50758</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2010-06-14T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Date select using list box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186832#M50759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply sir.&lt;/P&gt;&lt;P&gt;Once I get these 2 fields, when I select 12 (Rcv status) wont the date listbox show me values for all the status.&lt;/P&gt;&lt;P&gt;E.G. loaded data is as follows&lt;/P&gt;&lt;P&gt;12 12-05-2010&lt;/P&gt;&lt;P&gt;22 12-06-2010&lt;/P&gt;&lt;P&gt;23 12-07-2010&lt;/P&gt;&lt;P&gt;12 12-07-2010&lt;/P&gt;&lt;P&gt;So when I select drop down value 12 - it should select dates as 12-05-2010 and 12-07-2010&lt;/P&gt;&lt;P&gt;when I select drop down 22 - it should select dates as 12-06-2010&lt;/P&gt;&lt;P&gt;and when I select 23 - it should select date 12-07-2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection should be independent of the status but from the same date field. Will this work as per your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-select-using-list-box/m-p/186832#M50759</guid>
      <dc:creator />
      <dc:date>2010-06-14T13:08:28Z</dc:date>
    </item>
  </channel>
</rss>

