<?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: how to write the expression to get dynamic chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535625#M439125</link>
    <description>&lt;P&gt;Please find sample app , and below expression will help you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"&amp;gt;=$(=min({1}Year)) &amp;lt;$(=GetFieldSelections(Year))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 06:40:13 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2019-01-28T06:40:13Z</dc:date>
    <item>
      <title>how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535618#M439121</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one filed that Year: 2000&lt;/P&gt;&lt;P&gt;2001,&lt;/P&gt;&lt;P&gt;2002&lt;/P&gt;&lt;P&gt;2003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;and so on 2010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the user selection previous years data needs to be displayed.&lt;/P&gt;&lt;P&gt;for example: user selects 2003 so it needs to be displayed the previous years data means 2001 and 2002 data should get displayed.&lt;/P&gt;&lt;P&gt;if user selects 2006 , needs to get displayed 2001 to 2005 data not all , only the previous years data based on selection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535618#M439121</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2024-11-16T21:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535620#M439122</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;1.When user select 2003, only show 2001, 2002? no 2003?&lt;BR /&gt;2.When user select 2006, only show 2001 to 2005? no 2006?&lt;/P&gt;&lt;P&gt;3.If user select more than 1 year, like 2003 and 2004, or 2003 and 2006, what year should be show?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Aiolos Zhao&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535620#M439122</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-01-28T06:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535622#M439123</link>
      <description>&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year={"&amp;gt;=$(=Min({1}Year))&amp;lt;$(=Max(Year))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535622#M439123</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-01-28T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535625#M439125</link>
      <description>&lt;P&gt;Please find sample app , and below expression will help you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"&amp;gt;=$(=min({1}Year)) &amp;lt;$(=GetFieldSelections(Year))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535625#M439125</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-01-28T06:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535629#M439128</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If user select more than 1 year, like 2003 and 2004, or 2003 and 2006, what year should be show?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;..If user selects 2003 and 2004--only 2001 , 2002 for 2003 selection and 2001,2002,2003 for 2014 selection&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535629#M439128</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2019-01-28T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535634#M439133</link>
      <description>i would say , if user select more than one year , please show min to max data .&lt;BR /&gt;&lt;BR /&gt;if 2003 and 2006 selected then show from 2003 to 2006</description>
      <pubDate>Mon, 28 Jan 2019 06:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535634#M439133</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2019-01-28T06:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to write the expression to get dynamic chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535664#M439136</link>
      <description>&lt;P&gt;Please check if this works&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 07:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-the-expression-to-get-dynamic-chart/m-p/1535664#M439136</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-28T07:43:07Z</dc:date>
    </item>
  </channel>
</rss>

