<?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: Date Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761104#M1260142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;screenshot or a sample app should help clear this quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 21:47:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-02T21:47:59Z</dc:date>
    <item>
      <title>Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761095#M1260129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a variable.&lt;/P&gt;&lt;P&gt;1. I want to select the variable from a date picker. How can i do this.&lt;/P&gt;&lt;P&gt;2. I want to check if variable is filled and bigger than other value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for helping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761095#M1260129</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761096#M1260130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 20:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761096#M1260130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T20:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761097#M1260133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;? Please explain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 20:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761097#M1260133</guid>
      <dc:creator />
      <dc:date>2014-12-02T20:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761098#M1260135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the attachment, vDate is the variable. The selected date in the calendar object is set to assign to this variable. So when you pick a date in the calendar object, vDate value changes to the selected date. using the calendar object, a user can select any date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2 is a column with dates from the data table. the text box displays yes/no based on whether or not the date picked in the calendar object (vDate value) is greater than a date value in the date column F2. So in other words, if the date selected in the calendar object is greater than a date in F2, it displays Yes, otherwise No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example based on the information in your first post. You can modify it to suit your needs. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 20:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761098#M1260135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T20:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761099#M1260137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx. But i have just license to open 1 file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 20:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761099#M1260137</guid>
      <dc:creator />
      <dc:date>2014-12-02T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761100#M1260138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, in that case, i will try to explain the steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. click Ctrl+Alt+V to bring up the variables dialog box. click add and create a new variable say vDate. you can leave the value blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. create a new calendar object (right click on the sheet and select slider/calendar and select calendar from the input style dropdown at the top)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in data section of the general tab, select radio button Variable. Then select vDate from the dropdown. remove any values in Max Value field below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. in Number tab of Slider/Calendar Object Properties, select Override Document Settings and select Date and input correct format pattern (for example, MM/DD/YYYY). this should match the date field format that you are going to compare it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. pick a date from the calendar object and select a date from your date field (say F2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. comparison can be done using the expression vDate &amp;gt; F2...so your expression may look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(vDate &amp;gt; F2, 'Future', 'Past')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 21:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761100#M1260138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T21:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761101#M1260139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx very much. It helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But two questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First when i select a date from the calendar, i have big font. How to change this?&lt;/P&gt;&lt;P&gt;Second, is it possible to enter date from date picker or you simply enter date in format dd-mm-yyyy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 21:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761101#M1260139</guid>
      <dc:creator />
      <dc:date>2014-12-02T21:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761102#M1260140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&amp;nbsp; In the calendar object properties (right click on the object and select properties), go to Font tab and change your settings there.&lt;/P&gt;&lt;P&gt;2. calendar object is not an input object so you cannot enter a date but only select it from the calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 21:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761102#M1260140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T21:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761103#M1260141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. but when i do so, i see good font displayed in calendar box, but when select data in list of calendar box i see bold and another font&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 21:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761103#M1260141</guid>
      <dc:creator />
      <dc:date>2014-12-02T21:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date Box</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761104#M1260142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;screenshot or a sample app should help clear this quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 21:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Box/m-p/761104#M1260142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T21:47:59Z</dc:date>
    </item>
  </channel>
</rss>

