<?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: Set chart to pick current date (today) automatically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80369#M785687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Date (Today)]={$(=Date(Today(),'MM/DD/YY'))}&amp;gt;} [B/O Qty])&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 22:49:16 GMT</pubDate>
    <dc:creator>juraj_misina</dc:creator>
    <dc:date>2018-02-23T22:49:16Z</dc:date>
    <item>
      <title>Set chart to pick current date (today) automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80366#M785684</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;My data has 4 columns;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Aging Group&lt;/P&gt;&lt;P&gt;Warehouse&lt;/P&gt;&lt;P&gt;B/O Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 4 columns are updated daily. I have a bar chart which depicts Aging Group.&lt;/P&gt;&lt;P&gt;Instead of selecting date which impacts other data charts. On reloading the document, I want this chart to pick the current date (Today) data automatically to get the below view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ScreenHunter_03 Feb. 24 02.38.jpg" class="jive-image image-1" src="/legacyfs/online/194408_ScreenHunter_03 Feb. 24 02.38.jpg" style="height: auto;" /&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/Set-chart-to-pick-current-date-today-automatically/m-p/80366#M785684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set chart to pick current date (today) automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80367#M785685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use set analysis for that purpose. Something like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={$(=Today())}&amp;gt;} [B/O Qty])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optionally, you can use on open trigger to make selection for today after opening the app, but I generally do not recommend using triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 21:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80367#M785685</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-23T21:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set chart to pick current date (today) automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80368#M785686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juraj,&lt;/P&gt;&lt;P&gt;The expression seems to be correct but is retaining a blank chart.&lt;/P&gt;&lt;P&gt;Date (Today) is the column header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Date (Today)]={$(=Today(),'MM/DD/YY')}&amp;gt;} [B/O Qty])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80368#M785686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T22:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set chart to pick current date (today) automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80369#M785687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Date (Today)]={$(=Date(Today(),'MM/DD/YY'))}&amp;gt;} [B/O Qty])&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80369#M785687</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-23T22:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set chart to pick current date (today) automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80370#M785688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Juraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went with the option of creating a variable which gave me the desired result;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date_Today={'$(vMax_Date_Today)'}&amp;gt;}[B/O Qty])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 10:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-chart-to-pick-current-date-today-automatically/m-p/80370#M785688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T10:53:38Z</dc:date>
    </item>
  </channel>
</rss>

