<?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: Trigger with 2 conditions on date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822917#M1045759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can edit the properties of your input box like in the attached figure so the drop down list will show only the values in the date range you want.&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72155_Untitled.png" style="width: 620px; height: 552px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Giacomo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 10:23:34 GMT</pubDate>
    <dc:creator>giacomom</dc:creator>
    <dc:date>2014-11-26T10:23:34Z</dc:date>
    <item>
      <title>Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822914#M1045755</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 would like help concerning this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my project I put one input field to select a list of dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date selected should have 2 possibilities:&lt;/P&gt;&lt;P&gt; date&amp;gt;=2014-11-26 or date = 1940-01-01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't find how writing this script on Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with the above will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822914#M1045755</guid>
      <dc:creator />
      <dc:date>2014-11-26T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822915#M1045756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Marcel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using where condition while loading the data from the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1940-01-01&lt;/SPAN&gt; or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date&amp;gt;=2014-11-26&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822915#M1045756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822916#M1045757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer but i would like to update my view after the loading of the data.&lt;/P&gt;&lt;P&gt;My function works well with one condition: ='&amp;gt;=2014-11-26'&lt;/P&gt;&lt;P&gt;But I don't know how add the second condition on this exemple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822916#M1045757</guid>
      <dc:creator />
      <dc:date>2014-11-26T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822917#M1045759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can edit the properties of your input box like in the attached figure so the drop down list will show only the values in the date range you want.&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72155_Untitled.png" style="width: 620px; height: 552px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Giacomo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822917#M1045759</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-11-26T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822918#M1045760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giacomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer, but it was not exactly what I wanted to do.&lt;/P&gt;&lt;P&gt;I would like when a user will write a date on the field than the liste of element who correspond of the function are selected.&lt;/P&gt;&lt;P&gt;During my research, I found that I need to use a trigger, but I have no idea how I can join these 2 conditions together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822918#M1045760</guid>
      <dc:creator />
      <dc:date>2014-11-26T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822919#M1045762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can put in OR the conditions with the '|' pipe sign, writing &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;='(&amp;gt;=2014-11-26 | 1940-01-01)'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; in the Search String expression when you create the Select in Field action of the OnInput Trigger for your input box variable.&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72184_Capture.PNG.png" style="font-size: 10pt; line-height: 1.5em; width: 620px; height: 372px;" /&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822919#M1045762</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-11-26T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822920#M1045765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was exactly my problem! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822920#M1045765</guid>
      <dc:creator />
      <dc:date>2014-11-26T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger with 2 conditions on date</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822921#M1045766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad I could help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Please, if you solved the problem, mark the discussion as Answered.&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;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-with-2-conditions-on-date/m-p/822921#M1045766</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-11-26T16:12:18Z</dc:date>
    </item>
  </channel>
</rss>

