<?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 Display only some information in a Line Chart but add information with filters when I want in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1966363#M79660</link>
    <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;So I have a line chart which is displaying information of 7 categories.&lt;/P&gt;
&lt;P&gt;I only want to display at all times the information of two of them, but I want to be able to add the other categories when I want, through a filter. How could I do that?&lt;/P&gt;
&lt;P&gt;The field name is Order Type, and the categories I want to show are Service and Delivery.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 09:29:13 GMT</pubDate>
    <dc:creator>Manuel174102</dc:creator>
    <dc:date>2022-08-09T09:29:13Z</dc:date>
    <item>
      <title>Display only some information in a Line Chart but add information with filters when I want</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1966363#M79660</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;So I have a line chart which is displaying information of 7 categories.&lt;/P&gt;
&lt;P&gt;I only want to display at all times the information of two of them, but I want to be able to add the other categories when I want, through a filter. How could I do that?&lt;/P&gt;
&lt;P&gt;The field name is Order Type, and the categories I want to show are Service and Delivery.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 09:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1966363#M79660</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-09T09:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display only some information in a Line Chart but add information with filters when I want</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1969257#M79962</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would use an if Statement.&lt;/P&gt;
&lt;P&gt;IF(GetSelectedCount( Order Type]) = 0&lt;/P&gt;
&lt;P&gt;SUM({&amp;lt;[Order Type}= {'1','2'}&amp;gt;}SALES),&lt;/P&gt;
&lt;P&gt;SUM(SALES))&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 15:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1969257#M79962</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-08-16T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display only some information in a Line Chart but add information with filters when I want</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1970601#M80077</link>
      <description>&lt;P&gt;You could use a variable to store the values you want to filter in the [Order Type] Field.&lt;/P&gt;
&lt;P&gt;vOrderType = chr(39) &amp;amp; Concat([Order Type],chr(39) &amp;amp; ','&amp;amp; chr(39)) &amp;amp; chr(39)&lt;/P&gt;
&lt;P&gt;And the expression in the line chart would be:&lt;/P&gt;
&lt;P&gt;SUM({&amp;lt;[OrderType]={$(vOrderType),'&lt;SPAN&gt;Service&amp;nbsp;','Delivery'&lt;/SPAN&gt;}&amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 07:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1970601#M80077</guid>
      <dc:creator>Mario_De_Felipe</dc:creator>
      <dc:date>2022-08-19T07:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display only some information in a Line Chart but add information with filters when I want</title>
      <link>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1971137#M80112</link>
      <description>&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 08:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-only-some-information-in-a-Line-Chart-but-add/m-p/1971137#M80112</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T08:26:22Z</dc:date>
    </item>
  </channel>
</rss>

