<?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 Where in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748892#M1026589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is new to me and am struggling with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 charts running from the same bit of script, each chart shows a sum of a count by a different category.&lt;/P&gt;&lt;P&gt;For example I want the first chart to show Where &lt;EM&gt;product='CARS'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;The second to show Where &lt;EM&gt;product='PLANES' etc.&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt; I don't want to change my script by putting in a Where statement. &lt;/P&gt;&lt;P&gt;I have tried conditional and Calculation condition and neither has worked.&amp;nbsp; Although this might be how I have written the condition.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;It seems like it should be straight forward but I am struggling to find the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 10:40:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-05T10:40:30Z</dc:date>
    <item>
      <title>Where in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748892#M1026589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is new to me and am struggling with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 charts running from the same bit of script, each chart shows a sum of a count by a different category.&lt;/P&gt;&lt;P&gt;For example I want the first chart to show Where &lt;EM&gt;product='CARS'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;The second to show Where &lt;EM&gt;product='PLANES' etc.&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt; I don't want to change my script by putting in a Where statement. &lt;/P&gt;&lt;P&gt;I have tried conditional and Calculation condition and neither has worked.&amp;nbsp; Although this might be how I have written the condition.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;It seems like it should be straight forward but I am struggling to find the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 10:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748892#M1026589</guid>
      <dc:creator />
      <dc:date>2015-03-05T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748893#M1026590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your expression on the chart something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;product={"CARS"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a video from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14.3000001907349px;"&gt;@Michael Tarallo &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14.3000001907349px;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-8039"&gt;A Beginners' Introduction to Set Analysis&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748893#M1026590</guid>
      <dc:creator />
      <dc:date>2015-03-05T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748894#M1026591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where condition can be written in expression with the help of set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;In ur expression : sum({&amp;lt;Product={'CARS'}&amp;gt;}Sales)&amp;nbsp; &lt;/P&gt;&lt;P&gt;and in the other chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum({&amp;lt;Product={'&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PLANES&lt;/EM&gt;'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748894#M1026591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T11:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748895#M1026592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you that is great and much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-in-an-expression/m-p/748895#M1026592</guid>
      <dc:creator />
      <dc:date>2015-03-05T12:05:35Z</dc:date>
    </item>
  </channel>
</rss>

