<?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 Advance Chart Options in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860025#M70968</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am having a table with 2 fields, weekenddate and sales. I am showing weekenddate wise sales on bar graph. I want to change dates based on user button selection. Example user select 'Last 13 Weeks' Button, he want to see last 13 weekenddates sale on chart. user clik on 'Last 26 Weeks' he want to see last 26 Weekenddates. How to get this functionality.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="query.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66755i42D541DBD2597BFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="query.JPG" alt="query.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
    <dc:creator>Kris1</dc:creator>
    <dc:date>2021-11-30T16:25:32Z</dc:date>
    <item>
      <title>Advance Chart Options</title>
      <link>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860025#M70968</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am having a table with 2 fields, weekenddate and sales. I am showing weekenddate wise sales on bar graph. I want to change dates based on user button selection. Example user select 'Last 13 Weeks' Button, he want to see last 13 weekenddates sale on chart. user clik on 'Last 26 Weeks' he want to see last 26 Weekenddates. How to get this functionality.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="query.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66755i42D541DBD2597BFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="query.JPG" alt="query.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860025#M70968</guid>
      <dc:creator>Kris1</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Chart Options</title>
      <link>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860032#M70970</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can use Pick(), Match() combination to get the selected button and value to show.&lt;/P&gt;
&lt;P&gt;E.g.&lt;/P&gt;
&lt;P&gt;Dimension: WeekEndDate&lt;/P&gt;
&lt;P&gt;Measure :&lt;/P&gt;
&lt;P&gt;Pick(Match(vVariable,'Last 13 Weeks', 'Last 26 Weeks'),&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;Date = {&amp;gt;= Max(Date) -13}&amp;gt;}Sales),&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;Date = {&amp;gt;= Max(Date) -26}&amp;gt;}Sales)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;//(Please ignore the syntax)&lt;/P&gt;
&lt;P&gt;//vVariable will contain the value which you'll store when you create buttons. (Ex 1,2...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 17:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860032#M70970</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-16T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Chart Options</title>
      <link>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860495#M71001</link>
      <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;Thanks for your reply, I am getting 13 weekend date&amp;nbsp; sales in my app. But the problem in 13 date one date having zero sales. I uncheck 'include zero values'. I am missing that date, I want to show all dates including zero sales. if i check 'include zero values', it is showing all the date with zero values other than 13 days.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="show.JPG" style="width: 971px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66849i01072823A79B7EEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="show.JPG" alt="show.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="show2.JPG" style="width: 982px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66850iBA644D25E4CB633B/image-size/large?v=v2&amp;amp;px=999" role="button" title="show2.JPG" alt="show2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;07/11/2021 is missing in second chart after unchecking ' include zero values'.Please give me solution to this.&lt;/P&gt;
&lt;P&gt;Thanks and regards&lt;/P&gt;
&lt;P&gt;Krish&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 13:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Advance-Chart-Options/m-p/1860495#M71001</guid>
      <dc:creator>Kris1</dc:creator>
      <dc:date>2021-11-17T13:49:19Z</dc:date>
    </item>
  </channel>
</rss>

