<?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 How to implement drop  down in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-implement-drop-down/m-p/1360351#M843529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am new to qlik.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;in my current table on open have to show from today() to&amp;nbsp; future 21 days data ,&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;there will be drop down box in that i have to show last 7 days date (today() - 7 date ) , whenever the user will select date from drop down&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;the table should shows data from selected date to (selected date+ 21 days) data.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;can any one suggest how this can be implemented !!!!!.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sunilkumar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>sunil1989</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to implement drop  down</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-drop-down/m-p/1360351#M843529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am new to qlik.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;in my current table on open have to show from today() to&amp;nbsp; future 21 days data ,&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;there will be drop down box in that i have to show last 7 days date (today() - 7 date ) , whenever the user will select date from drop down&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;the table should shows data from selected date to (selected date+ 21 days) data.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;can any one suggest how this can be implemented !!!!!.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sunilkumar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-drop-down/m-p/1360351#M843529</guid>
      <dc:creator>sunil1989</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement drop  down</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-drop-down/m-p/1360352#M843530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First and during reload, create a calendar. Connect the data in your data model to the field that conatins dates. Lets's call that field &lt;SPAN style="font-family: 'courier new', courier;"&gt;CalDate&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make a list box with an expression like (shows today and previous six (6) days):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=IF(CalDate &amp;gt; Floor(Today())-7, CalDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the listbox will show a maximum of 7 dayes, there is no need to turn it into a dropdown object as this is usually too much layout work. If you really want to create a dropdown, you'll have to assemble one using buttons and a listbox that is conditionally shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 08:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-drop-down/m-p/1360352#M843530</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-07T08:14:57Z</dc:date>
    </item>
  </channel>
</rss>

