<?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: select possible date when i select another date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166954#M21267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pujari,&lt;/P&gt;&lt;P&gt;thank for your answer. i have another solution to my problem. i do to write expression below in qlik language:&lt;/P&gt;&lt;P&gt;if(calendar1.Date=getcurrentselection(),calendar2.Date=(calendar2.Date&amp;lt;calendar1.Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 16:25:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-04T16:25:56Z</dc:date>
    <item>
      <title>select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166950#M21263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have one problem.&lt;/P&gt;&lt;P&gt;so i m 2 dimension calendar&lt;/P&gt;&lt;P&gt;Calendar1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;tempDate AS Date, &lt;/P&gt;&lt;P&gt;week(tempDate) As week, &lt;/P&gt;&lt;P&gt;Year(tempDate) As year, &lt;/P&gt;&lt;P&gt;Month(tempDate) As month,&lt;/P&gt;&lt;P&gt;MonthName(tempDate) as monthYear,&lt;/P&gt;&lt;P&gt;Day(tempDate) As day, &lt;/P&gt;&lt;P&gt;ApplyMap('QuartersMap', month(tempDate), Null()) as quarter &lt;/P&gt;&lt;P&gt;//Week(weekstart(tempDate)) &amp;amp; '-' &amp;amp; WeekYear(tempDate) as weekYear, &lt;/P&gt;&lt;P&gt;Resident TempCalendar1 &lt;/P&gt;&lt;P&gt;Order By tempDate ASC; &lt;/P&gt;&lt;P&gt;Drop Table TempCalendar1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar2: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;TempDate AS Date, &lt;/P&gt;&lt;P&gt;week(TempDate) As Week, &lt;/P&gt;&lt;P&gt;Year(TempDate) As Year, &lt;/P&gt;&lt;P&gt;Month(TempDate) As Month,&lt;/P&gt;&lt;P&gt;MonthName(TempDate) as MonthYear,&lt;/P&gt;&lt;P&gt;Day(TempDate) As Day, &lt;/P&gt;&lt;P&gt;ApplyMap('QuartersMap', month(TempDate), Null()) as Quarter, &lt;/P&gt;&lt;P&gt;Week(weekstart(TempDate)) &amp;amp; '-' &amp;amp; WeekYear(TempDate) as WeekYear, &lt;/P&gt;&lt;P&gt;WeekDay(TempDate) as WeekDay &lt;/P&gt;&lt;P&gt;Resident TempCalendar &lt;/P&gt;&lt;P&gt;Order By TempDate ASC; &lt;/P&gt;&lt;P&gt;Drop Table TempCalendar; &lt;/P&gt;&lt;P&gt;when i select date from celandar2, it select the same date to calendar1. I don't want this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i want that&amp;nbsp; i select date from calendar2; it shows me the possible date from calendar1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;can you help me.thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166950#M21263</guid>
      <dc:creator />
      <dc:date>2016-07-04T09:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166951#M21264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kader,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview creates a list of unique values on each load, so for Qlikview Date from Calendar1 and Calendar2 are one list of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a dummy field as below in bold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calendar1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tempDate AS Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;tempDate AS DateToRefer,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;week(tempDate) As week,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year(tempDate) As year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(tempDate) As month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MonthName(tempDate) as monthYear,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Day(tempDate) As day,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('QuartersMap', month(tempDate), Null()) as quarter&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//Week(weekstart(tempDate)) &amp;amp; '-' &amp;amp; WeekYear(tempDate) as weekYear,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident TempCalendar1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order By tempDate ASC;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table TempCalendar1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calendar2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TempDate AS Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;week(TempDate) As Week,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year(TempDate) As Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(TempDate) As Month,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MonthName(TempDate) as MonthYear,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Day(TempDate) As Day,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('QuartersMap', month(TempDate), Null()) as Quarter,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Week(weekstart(TempDate)) &amp;amp; '-' &amp;amp; WeekYear(TempDate) as WeekYear,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WeekDay(TempDate) as WeekDay&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident TempCalendar&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order By TempDate ASC;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table TempCalendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 10:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166951#M21264</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-04T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166952#M21265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, thank you for your answer, i explain you what i want.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;i inform you that field Da&lt;STRONG&gt;te of calendar1 is renamed Date&lt;/STRONG&gt;&amp;nbsp; and Date of calendar2&amp;nbsp;&amp;nbsp; is renamed date&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;i want&amp;nbsp; that i select one value in field date, i can see in field Date the values which inferior&amp;nbsp; to value selected in field date.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;example&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;date 2/10/2010,3//10/2010,4/10/2010 ;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Date &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;2/10/2010,3//10/2010,4/10/2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;when i selected&amp;nbsp; &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;4/10/2010&lt;/STRONG&gt; in date; in Date, the possible value are &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;2/10/2010,3//10/2010&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166952#M21265</guid>
      <dc:creator />
      <dc:date>2016-07-04T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166953#M21266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kader,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see your original script.&lt;/P&gt;&lt;P&gt;Calendar1: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;tempDate AS Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Calendar2: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TempDate AS Date,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Both your tables are now linked by the Date field.&lt;/STRONG&gt; If you want to disconnect these please rename the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me understand your requirement better .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select 15 June 2016 , then should all dates prior to 15 June appear as possible values or only dates&lt;/P&gt;&lt;P&gt;from 1 June 2016 to 14 June 2016?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what exactly are you trying to achieve with this, can you share a sample of what you are trying to build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 16:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166953#M21266</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-04T16:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166954#M21267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pujari,&lt;/P&gt;&lt;P&gt;thank for your answer. i have another solution to my problem. i do to write expression below in qlik language:&lt;/P&gt;&lt;P&gt;if(calendar1.Date=getcurrentselection(),calendar2.Date=(calendar2.Date&amp;lt;calendar1.Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 16:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166954#M21267</guid>
      <dc:creator />
      <dc:date>2016-07-04T16:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166955#M21268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 16:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166955#M21268</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-04T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166956#M21269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how can i write in qlik synthax&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(calendar1.Date=getcurrentselection(),calendar2.Date=(calendar2.Date&amp;lt;calendar1.Date))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 09:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166956#M21269</guid>
      <dc:creator />
      <dc:date>2016-07-05T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166957#M21270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your expression for which you wish to use the list of possible dates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 14:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166957#M21270</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-05T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: select possible date when i select another date</title>
      <link>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166958#M21271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello;thank you for your help.&lt;/P&gt;&lt;P&gt;i resolved this problem&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 16:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/select-possible-date-when-i-select-another-date/m-p/1166958#M21271</guid>
      <dc:creator />
      <dc:date>2016-07-05T16:00:46Z</dc:date>
    </item>
  </channel>
</rss>

