<?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: Selecting on string variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400418#M1151791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding.&amp;nbsp; I've not explained myself very well.&lt;/P&gt;&lt;P&gt;Basically, I want a separate chart for each year (2009 to 2013) and for them to on display all the time, not just when they are selected.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Racine62&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 13:54:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-25T13:54:24Z</dc:date>
    <item>
      <title>Selecting on string variable</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400416#M1151787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, I want a chart to be displayed for just one value in a string variable i.e. if SESYEAR='2009'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where is such a selection (condition) placed ?&amp;nbsp; The General tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gratefully received&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Racine62&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400416#M1151787</guid>
      <dc:creator />
      <dc:date>2013-04-25T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting on string variable</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400417#M1151789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Layout tab in chart properties and enter as 'Show' conditional expression in the appropriate field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESYEAR='2009'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400417#M1151789</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-25T13:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting on string variable</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400418#M1151791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding.&amp;nbsp; I've not explained myself very well.&lt;/P&gt;&lt;P&gt;Basically, I want a separate chart for each year (2009 to 2013) and for them to on display all the time, not just when they are selected.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Racine62&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400418#M1151791</guid>
      <dc:creator />
      <dc:date>2013-04-25T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting on string variable</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400419#M1151793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, let's assume you create a chart with dimension Customer and you want to show Sales for the different year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 4&amp;nbsp; charts each with dimension Customer and then using 1 expression for the first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SESYEAR = {'2009'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SESYEAR = {'2010'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SESYEAR = {'2011'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SESYEAR = {'2012'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SESYEAR = {'2013'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the other ones (where SESYEAR is your sales year field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 16:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-on-string-variable/m-p/400419#M1151793</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-25T16:50:35Z</dc:date>
    </item>
  </channel>
</rss>

