<?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 Date Selection from Selecting Days, Months, Years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420285#M491327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #000000; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Jonathan&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression works..&amp;nbsp;&amp;nbsp; Many Thanks!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year=,Month=,Day=,Date={"&amp;gt;=$(=addmonths(max(Date),-1))"} &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anson&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 07:04:26 GMT</pubDate>
    <dc:creator>ansonkhau</dc:creator>
    <dc:date>2012-09-19T07:04:26Z</dc:date>
    <item>
      <title>Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420279#M491321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have broken down the Date field in Year, Month and Day and would like to know how I can trigger a selection in Date when I select a Day or Month field?&lt;/P&gt;&lt;P&gt;For Example When I select &lt;STRONG&gt;Year = 2012, Month = 9 and Day = 17&lt;/STRONG&gt; then the&lt;STRONG&gt; Date field 9/17/2012&lt;/STRONG&gt; will be selected automatically as well.&amp;nbsp; If I only selected the &lt;STRONG&gt;Days&lt;/STRONG&gt;, then the &lt;STRONG&gt;Dates &lt;/STRONG&gt;with those days will be selected.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anson&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 04:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420279#M491321</guid>
      <dc:creator>ansonkhau</dc:creator>
      <dc:date>2012-09-19T04:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420280#M491322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use selectinfield trigger for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420280#M491322</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2012-09-19T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420281#M491323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds very close to default QlikView functionality anyway.&amp;nbsp; The dates would not be selected, but only the associated ones would be active.&amp;nbsp; Why do they actually need to be selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above depends on the data model being correct, eg. all the different parts of the date being in the same table a the date itself - or in a joined calendar table.&amp;nbsp; Is this the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do need to apply the selection, then &lt;STRONG&gt;Select Possible&lt;/STRONG&gt; is probably the way to go - as it would be less coding than &lt;STRONG&gt;Select In Field&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420281#M491323</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-09-19T06:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420282#M491324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Year, Month, Day are just broken down from the Date field.  The reason I want to do this is, I have a few charts that plot the past 30 days based on Date.   My date selections are broken down by Year Month and Day for easy access by the user.  However, when the user clicks on a specific date using the Year Month Day, the chart no longer shows the past 30 days of data.  When I tried to select the actual date from the Date field, the chart works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420282#M491324</guid>
      <dc:creator>ansonkhau</dc:creator>
      <dc:date>2012-09-19T06:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420283#M491325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, it sounds like you may require some Set Analysis to achieve what you are after.&amp;nbsp; This applies an enforced selection over the top of the users selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to upload a copy of your document with anonymised data and a description of what you are aiming to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420283#M491325</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-09-19T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420284#M491326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have not posted your expression, but I suspect that all you need to do is override the other selections using a set expression, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Year=,Month=,Day=,Date={&lt;EM&gt;some condition&lt;/EM&gt;}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;EM&gt;some condition&lt;/EM&gt; selects the past 30 days of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420284#M491326</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-09-19T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Date Selection from Selecting Days, Months, Years</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420285#M491327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #000000; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Jonathan&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression works..&amp;nbsp;&amp;nbsp; Many Thanks!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({&amp;lt;Year=,Month=,Day=,Date={"&amp;gt;=$(=addmonths(max(Date),-1))"} &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anson&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Date-Selection-from-Selecting-Days-Months-Years/m-p/420285#M491327</guid>
      <dc:creator>ansonkhau</dc:creator>
      <dc:date>2012-09-19T07:04:26Z</dc:date>
    </item>
  </channel>
</rss>

