<?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: Calendar object expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454504#M434940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you must use variables. Like vDateFrom &amp;amp; vDateTo.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;After setting the dates in the calendar and assigning values to the variables, you need to activate from in the date field.&lt;/SPAN&gt; &lt;SPAN&gt;You can do this with the button.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188158_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2017 15:29:00 GMT</pubDate>
    <dc:creator>antonaks</dc:creator>
    <dc:date>2017-12-26T15:29:00Z</dc:date>
    <item>
      <title>Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454503#M434939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is simple calendar object and I have to use field with dates there.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="258" src="https://community.qlik.com/legacyfs/online/188144_pastedImage_0.png" style="width: 308.436px; height: 258px;" width="308" /&gt;&lt;/P&gt;&lt;P&gt;I need to restrict the list of dates are available for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to write such expression to restrict the list of possible dates when we use a field? &lt;STRONG&gt;(AJAX)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In other words I need to get something like that, but using a field instead of variables:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188145_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;When I try to write the expression I get the following:&lt;/P&gt;&lt;P&gt;- When nothing is selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" height="201" src="https://community.qlik.com/legacyfs/online/188147_pastedImage_3.png" style="width: 337px; height: 200.796px;" width="337" /&gt;&lt;/P&gt;&lt;P&gt;- One date is selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/188146_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple example in attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody has any ideas, please help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 14:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454503#M434939</guid>
      <dc:creator>dzmitry_shmurye</dc:creator>
      <dc:date>2017-12-26T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454504#M434940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you must use variables. Like vDateFrom &amp;amp; vDateTo.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;After setting the dates in the calendar and assigning values to the variables, you need to activate from in the date field.&lt;/SPAN&gt; &lt;SPAN&gt;You can do this with the button.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188158_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 15:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454504#M434940</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-26T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454505#M434941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I can't use variables because it cause some integration issues for me. I must use only fields.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 06:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454505#M434941</guid>
      <dc:creator>dzmitry_shmurye</dc:creator>
      <dc:date>2017-12-28T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454506#M434942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"because it cause some integration issues for me." - it's interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my app it works. But my Date (ДАТА) is a primary key in calendar. Maybe problem in your "Date".&lt;/P&gt;&lt;P&gt;Can you add a master calendar in your app? I can share if you do not mind. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188329_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188339_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 07:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454506#M434942</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-28T07:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454507#M434943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to use single value as selected item. Also, if I select one date in the calendar I need to see all possible values to change selection, but this list should be restricted by condition, for example if I have 2 calendars (Date From and Date To), users shouldn't be able to see Date To dates are later than selected Date From.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE!!! It should look properly in AJAX. (see my first picture.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 07:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454507#M434943</guid>
      <dc:creator>dzmitry_shmurye</dc:creator>
      <dc:date>2017-12-28T07:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar object expression</title>
      <link>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454508#M434944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I'm afraid that you still need to use variables. &lt;SPAN&gt;When using variables, the period border option is available.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188341_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188340_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calendar-object-expression/m-p/1454508#M434944</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2017-12-28T08:20:43Z</dc:date>
    </item>
  </channel>
</rss>

