<?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: Different selections for two expressions in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405647#M150957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! You're a life saver!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Set but my syntax was off. That'd make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question - in a chart, how can i supress/hide some values of a dimension? And i don't want to write the ones selected, but the ones i don't want included (because they are much lesser).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 18:59:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-26T18:59:31Z</dc:date>
    <item>
      <title>Different selections for two expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405645#M150955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;I want to make a chart with 2 expressions - Sales and Cost. The way the data is structured, i need different filters on these two to get the right number. For instance, I have two fields "A" and "B" with values "y" and "n" for both. I want "y" to be selected for both A &amp;amp; B to get the right Cost, and don't want any filters on for Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;Now if i have a list box and select the "y"s for both A and B, i'd get the right cost but my sales number is off. Is there a way i can work around this? Tried putting an if condition in the expression and calculation condition too but it didn't help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 17:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405645#M150955</guid>
      <dc:creator />
      <dc:date>2013-04-26T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Different selections for two expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405646#M150956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost: sum({&amp;lt;A={'y'},B={'y'}&amp;gt;}CostValue)&lt;/P&gt;&lt;P&gt;Sales: sum(SalesValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace A, B, CostValue and SalesValue with the names of your fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 17:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405646#M150956</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-26T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different selections for two expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405647#M150957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! You're a life saver!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Set but my syntax was off. That'd make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question - in a chart, how can i supress/hide some values of a dimension? And i don't want to write the ones selected, but the ones i don't want included (because they are much lesser).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 18:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405647#M150957</guid>
      <dc:creator />
      <dc:date>2013-04-26T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Different selections for two expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405648#M150958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use -= to exclude values: &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;{&amp;lt;A&lt;STRONG&gt; -= &lt;/STRONG&gt;{'y','z'} &amp;gt;}&lt;/SPAN&gt;. The expression editor will mark this as incorrect syntax, but that's a bug in the expression editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 05:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-selections-for-two-expressions-in-a-chart/m-p/405648#M150958</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-27T05:47:55Z</dc:date>
    </item>
  </channel>
</rss>

