<?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: Use of Variable in set modifier in a Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428060#M159515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That fixed it.&amp;nbsp; Thanks so much Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 18:23:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-11T18:23:18Z</dc:date>
    <item>
      <title>Use of Variable in set modifier in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428057#M159512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two pie charts on my sheet where one displays information based on selections on the sheet and the other is suppose to use those selections but modify the year selection to a year that the user will select from a input box.&amp;nbsp; The problem is that when i change the value in the input box, the data in the pie chart is not updating.&amp;nbsp; Below is the expression used in the second pie chart:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;week_broad_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=nYearToCompare"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GROSS_DOLLARS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable is nYearToCompare and it is set to a year (i.e. 2010).&amp;nbsp; Thanks in advance for any help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 18:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428057#M159512</guid>
      <dc:creator />
      <dc:date>2012-12-11T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Variable in set modifier in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428058#M159513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: sum&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;week_broad_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(nYearToCompare)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GROSS_DOLLARS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 18:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428058#M159513</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-11T18:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Variable in set modifier in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428059#M159514</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt; &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;week_broad_year &lt;/SPAN&gt;={$(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;nYearToCompare&lt;/SPAN&gt;)}&amp;gt;} &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GROSS_DOLLARS&lt;/SPAN&gt;) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 18:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428059#M159514</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-11T18:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Variable in set modifier in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428060#M159515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That fixed it.&amp;nbsp; Thanks so much Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 18:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Variable-in-set-modifier-in-a-Chart/m-p/428060#M159515</guid>
      <dc:creator />
      <dc:date>2012-12-11T18:23:18Z</dc:date>
    </item>
  </channel>
</rss>

