<?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: Dynamic chart from two lists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12794#M2093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Happy to help! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;When you get a chance, please Mark the question as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 19:56:03 GMT</pubDate>
    <dc:creator>boorgura</dc:creator>
    <dc:date>2018-04-10T19:56:03Z</dc:date>
    <item>
      <title>Dynamic chart from two lists</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12790#M2089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello, I need to build a chart that compares the total (multiple) items I choose in a list box (left) with a specific item from another list box (right). There are two list boxes, one with the items that will compose the total (blue bar) and another list box only with the items that I need to compare (red bar). I tried as it is on qvw but it did not work.&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199145_Capturar.PNG" style="height: 304px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12790#M2089</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2018-04-10T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart from two lists</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12791#M2090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please add 2 island field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD YEAR(DATA_LANCAMENTO) as Ano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DESCRICAO_LANCAMENTO as "Lancamento", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DESCRICAO_LANCAMENTO as "Lancamento2", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATA_LANCAMENTO as Data, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALOR_TRANSACAO as Valor, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(NATUREZA_LANCAMENTO='C','Crédito',if (NATUREZA_LANCAMENTO='D','Débito','Dep. bloqueado')) as "Tipo de Lancamento"&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Test.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if([Tipo de Lancamento]='Crédito',Lancamento) as List1&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if([Tipo de Lancamento]='Crédito',Lancamento2) as List2&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the UI, your expressions will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) =Sum({&amp;lt; [Tipo de Lancamento] = {'Crédito'}, Lancamento = {"$(=concat(List1, '","'))"} &amp;gt;} Valor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) = Sum({&amp;lt; Lancamento = {"$(=concat(List2, '","'))"}, [Tipo de lancamento] = {'Crédito'} &amp;gt;} Valor)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12791#M2090</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-04-10T18:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart from two lists</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12792#M2091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can as well set your second list box (List2) to have "always one selected value"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12792#M2091</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-04-10T18:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart from two lists</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12793#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! Works fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12793#M2092</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2018-04-10T19:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart from two lists</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12794#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Happy to help! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;When you get a chance, please Mark the question as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-from-two-lists/m-p/12794#M2093</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-04-10T19:56:03Z</dc:date>
    </item>
  </channel>
</rss>

