<?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: Conditional Chart Display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1587296#M456667</link>
    <description>What kind of aggregation where you planning to use? Is presented in a way that only one value is available per row in your table or so you need to aggregate the speed using an maximum, minimum or average value? In the answer below I assume that multiple values is returned and thereby I use an average.&lt;BR /&gt;&lt;BR /&gt;= average({&amp;lt;Ignition={'Off'}&amp;gt;}Vehicle_speed)&lt;BR /&gt;&lt;BR /&gt;If a single value is assumed returned you can use only() in a similar way.&lt;BR /&gt;= only({&amp;lt;Ignition={'Off'}&amp;gt;}Vehicle_speed)&lt;BR /&gt;</description>
    <pubDate>Fri, 31 May 2019 22:45:04 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-05-31T22:45:04Z</dc:date>
    <item>
      <title>Conditional Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1586781#M456665</link>
      <description>&lt;P&gt;I have a case where I have to display the speed of a vehicle - (Vehicle_speed) under the condition that , Ignition is in "Off" position. How do I create a count function that would show this?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 17:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1586781#M456665</guid>
      <dc:creator>vkesavan1</dc:creator>
      <dc:date>2019-05-30T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1587289#M456666</link>
      <description>=if(Ignition='Off', Vehicle_speed)&lt;BR /&gt;&lt;BR /&gt;or you can attach a sample</description>
      <pubDate>Fri, 31 May 2019 21:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1587289#M456666</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-05-31T21:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Chart Display</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1587296#M456667</link>
      <description>What kind of aggregation where you planning to use? Is presented in a way that only one value is available per row in your table or so you need to aggregate the speed using an maximum, minimum or average value? In the answer below I assume that multiple values is returned and thereby I use an average.&lt;BR /&gt;&lt;BR /&gt;= average({&amp;lt;Ignition={'Off'}&amp;gt;}Vehicle_speed)&lt;BR /&gt;&lt;BR /&gt;If a single value is assumed returned you can use only() in a similar way.&lt;BR /&gt;= only({&amp;lt;Ignition={'Off'}&amp;gt;}Vehicle_speed)&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 22:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Chart-Display/m-p/1587296#M456667</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-31T22:45:04Z</dc:date>
    </item>
  </channel>
</rss>

