<?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: Need to reset date variable based on the selection in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366278#M822235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to implement the script logic. refer to below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18125"&gt;From Date &amp;amp;amp; To Date Selection Script Solution&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 06:52:58 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-08-08T06:52:58Z</dc:date>
    <item>
      <title>Need to reset date variable based on the selection in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366276#M822233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Hello all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;I have an onboarding date column in my data. In order to display start date &amp;amp; End date in calendar view I have used triggers (Document properties). I&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;ts working fine. Start date and End date only shows first and last date they are not dynamic based on other selections in listbox and charts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;&amp;nbsp; If I use Onboarding date as is in Listbox, its shows dates associated to selected bar in bar chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;SPAN style="font-family: Calibri;"&gt;When I click on particular bar in chart rest of list box like 'Country', 'Region' shows associated values. I want same to reflect in start date &amp;amp; End Date.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;How can I do that? Hope my question is clear...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172725_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172726_pastedImage_5.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366276#M822233</guid>
      <dc:creator>onkarkulkarni</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to reset date variable based on the selection in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366277#M822234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using min max values to the variables like &lt;EM&gt;Max([Onboarding Date])&lt;/EM&gt; and &lt;EM style="font-size: 13.3333px;"&gt;Min([Onboarding Date]&lt;/EM&gt;). If you could share a sample qvw of yours, we can work upon that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366277#M822234</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-08T06:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to reset date variable based on the selection in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366278#M822235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to implement the script logic. refer to below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18125"&gt;From Date &amp;amp;amp; To Date Selection Script Solution&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366278#M822235</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-08T06:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to reset date variable based on the selection in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366279#M822236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like as attached file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366279#M822236</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-08T08:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need to reset date variable based on the selection in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366280#M822237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your inputs.. while creating a sample qvw for your reference I found the solution. I set my start date and end&amp;nbsp; variable&amp;nbsp; whenever there is change in Country, Region. It is working as per the expectation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your anticipation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 11:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-reset-date-variable-based-on-the-selection-in-bar-chart/m-p/1366280#M822237</guid>
      <dc:creator>onkarkulkarni</dc:creator>
      <dc:date>2017-08-08T11:05:21Z</dc:date>
    </item>
  </channel>
</rss>

