<?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 dates in slider object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302167#M111767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to what others have said, I avoid slider bars in any situation where another control (or pair of controls) will suffice.&amp;nbsp; In the case of a date range, I would definitely lean towards calendar controls or even validated text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Slider bars sound good in concept but often lead to user confusion and frustration, in my experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW- this is not a QlikView complaint.&amp;nbsp; This a graphical design preference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2014 19:50:12 GMT</pubDate>
    <dc:creator>greg-anderson</dc:creator>
    <dc:date>2014-01-06T19:50:12Z</dc:date>
    <item>
      <title>Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302164#M111764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView; I have a slider object, mapped to a field that represents 2 year's worth of dates to which data is assigned - therefore, I cannot create a slider object that will show &lt;EM&gt;all&lt;/EM&gt; the dates, as it would be way too long for the screen. The slider object is multi-value, as the user needs to select a date range, and it has 1 minor unit for each of the 12 major units. The problem I have is that you cannot accurately determine the "start" date before selecting it to begin the date range selection, because the date value is not displayed - for example, if one of the major units is '3-22-2011', and I want to start a date range from "3-1-2011', it is a guess to determine where to click between the minor and major unit, as the date value is not displayed until you click within the slider - if it's wrong, you have to clear the selection and try again. A calendar object is not suitable because the user needs to be able to select a date range across multiple months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to display the date value that the mouse is hovering over within the slider, &lt;EM&gt;before&lt;/EM&gt; you click within the slider object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302164#M111764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-24T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302165#M111765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi V B,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Slider, you can try another way for selecting the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it looks like below image in a easy way i.e; through listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date,Month,Year.PNG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/10573_Date%2CMonth%2CYear.PNG" style="border-style: initial; border-color: initial; color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;" width="450" /&gt;&lt;/P&gt;&lt;P&gt;You can split the date field into three parts i.e; Day, Month , Year&lt;/P&gt;&lt;P&gt;Day = Day(DateField)&lt;/P&gt;&lt;P&gt;Year = Year(DateField)&lt;/P&gt;&lt;P&gt;Month = Month(DateField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know exactly whether it is possible to display the date value that the mouse is hovering over within the slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this it may be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302165#M111765</guid>
      <dc:creator />
      <dc:date>2012-01-24T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302166#M111766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the users to select Start/End, then I would use two calendar controls and then a button to apply the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302166#M111766</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-24T12:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302167#M111767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to what others have said, I avoid slider bars in any situation where another control (or pair of controls) will suffice.&amp;nbsp; In the case of a date range, I would definitely lean towards calendar controls or even validated text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Slider bars sound good in concept but often lead to user confusion and frustration, in my experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW- this is not a QlikView complaint.&amp;nbsp; This a graphical design preference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 19:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302167#M111767</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2014-01-06T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302168#M111768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a link to an example app showing how you can switch between either selecting dates by year &amp;amp; month or by selecting a start &amp;amp; end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5598"&gt;Date Selections - By Period &amp;amp;amp; Range&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 22:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302168#M111768</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-06T22:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302169#M111769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate on how to achieve this step-by-step? I am new to Qlikview and do not know how to configure a control to display in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 09:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302169#M111769</guid>
      <dc:creator />
      <dc:date>2014-04-07T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302170#M111770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DateField,&lt;/P&gt;&lt;P&gt;Year(DateField) as Year,&lt;/P&gt;&lt;P&gt;Month(DateField) as Month,&lt;/P&gt;&lt;P&gt;Day(DateField) as Day&lt;/P&gt;&lt;P&gt;From SourceData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now You can provide Year,Month and Day fields for calender selection in your dashboard.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302170#M111770</guid>
      <dc:creator />
      <dc:date>2014-04-07T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302171#M111771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SQL in my case. Can you provide and example using SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also not sure how to create the ListBox as you have it in your screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302171#M111771</guid>
      <dc:creator />
      <dc:date>2014-04-07T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302172#M111772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how to connect to sql and fetch data from qlikview ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302172#M111772</guid>
      <dc:creator />
      <dc:date>2014-04-07T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302173#M111773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do, I'm just not sure on the next steps to get the ListBox to display the data as checkboxes like you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I must use the following type of script for SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ldDate, Year(ldDate) As Year, Month(ldDate) As Month FROM Labour_Details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302173#M111773</guid>
      <dc:creator />
      <dc:date>2014-04-07T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302174#M111774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the sample atatchment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302174#M111774</guid>
      <dc:creator />
      <dc:date>2014-04-07T11:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302175#M111775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data displaying as desired, thank you. However, the List boxes are listing text data and not checkboxes. How do I get the checkboxes like you have in your screenshot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302175#M111775</guid>
      <dc:creator />
      <dc:date>2014-04-07T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302176#M111776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen my attachment Sample.qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302176#M111776</guid>
      <dc:creator />
      <dc:date>2014-04-07T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302177#M111777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I do not see what setting to use to make them display as a checkbox as you have it in your image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302177#M111777</guid>
      <dc:creator />
      <dc:date>2014-04-07T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302178#M111778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow like this in the image.&lt;/P&gt;&lt;P&gt;Rightclick on each of the listbox and change its presentation and you will get the same look and feel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Presentation.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/56764_Presentation.JPG" style="width: 620px; height: 402px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 03:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302178#M111778</guid>
      <dc:creator />
      <dc:date>2014-04-08T03:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Display dates in slider object</title>
      <link>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302179#M111779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 15:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-dates-in-slider-object/m-p/302179#M111779</guid>
      <dc:creator />
      <dc:date>2014-04-08T15:55:04Z</dc:date>
    </item>
  </channel>
</rss>

