<?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: HELP WITH BAR GRAPH in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274138#M400391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's works!!! Thanks guy!!!! I will test in hard mode now !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2017 02:05:12 GMT</pubDate>
    <dc:creator>paulosrl</dc:creator>
    <dc:date>2017-03-13T02:05:12Z</dc:date>
    <item>
      <title>HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274131#M400384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a bar graph that show total of NATUREZA_LANCAMENTO in one bar and a second bar a value choice in the list DESCRICAO_LANCAMENTO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other issue, my graph has two dimensions (YEAR X MONTH), when a click in YEAR i cant put the month name i x-line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project and the data are attached here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The grahp tha i need is something like the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The blue bar is sum of &lt;SPAN style="font-size: 13.3333px;"&gt;NATUREZA_LANCAMENTO &lt;/SPAN&gt;= 'C'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The red bar is sum of choice in the list DESCRICAO_LANCAMENTO like for exemple 'LANCAMENTO 1' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix bar will be ever =&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;sum of &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NATUREZA_LANCAMENTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= 'C', the dinamic bar will be the choice &lt;SPAN style="font-size: 13.3333px;"&gt;in the list DESCRICAO_LANCAMENTO&lt;/SPAN&gt;. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graph.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156029_Graph.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 04:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274131#M400384</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2017-03-12T04:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274132#M400385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? Check the expressions? Will they be Sum or Count? Change accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 04:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274132#M400385</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-12T04:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274133#M400386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath, almost perfect, I've made some modifications, to use a Dinamic List for draw the graph, but, isnt ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt; DESCRICAO_LANCAMENTO = {'LANCAMENTO 1'},&amp;nbsp; NATUREZA_LANCAMENTO= {'C'}&amp;gt;} VALOR_TRANSACAO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a static value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying made a dinamic select using list with the field &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DESCRICAO_LANCAMENTO&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying this, but the graph doesnt show de select value on list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; DESCRICAO_LANCAMENTO = {$(=selecaoGrafico)},&amp;nbsp; NATUREZA_LANCAMENTO= {'C'}&amp;gt;} VALOR_TRANSACAO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my only issue now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new version is attached..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 06:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274133#M400386</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2017-03-12T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274134#M400387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select Month and Year what the values to be displayed in your bar graph for Blue bar and Red bar for one selection LACAMENTO 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me what figures should be plotted for Blue bar and Red bar? Cos for me both are coming as same value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 17:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274134#M400387</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-12T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274135#M400388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this attached ? You dont need any specific variable to get current selections i believe here? Let me know if this is what you are looking for ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 18:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274135#M400388</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-12T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274136#M400389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qvw doesnt work yet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me show you what I Need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the expressions in the picture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156048_1.JPG" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156049_2.JPG" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The result is correct, like the screens, for 2013, 2014 and 2015:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2013&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/156050_2013.JPG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2014&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/156051_2014.JPG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/156052_2015.JPG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Your last version, doesnt calcute the correct values. The correct values are on the screens (2013, 2014 and 2015) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try use set analysis to calculate dinamic, based on selected value on list box, like as: LANCAMENTO1, 2,3, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph doesnt show the red column (Lancamento Escolhido)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main problem. I've tryed a lot of test using set analysis, but nothing is fix the problem..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the Version 3 of qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 19:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274136#M400389</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2017-03-12T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274137#M400390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this two expressions. And the red will display only when you select a value in DESCRICAO field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim: MES&amp;amp;'-'&amp;amp;ANO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expr1: Sum({&amp;lt; NATUREZA_LANCAMENTO = {'C'}, DESCRICAO_LANCAMENTO =&amp;nbsp; &amp;gt;} VALOR_TRANSACAO) &lt;/P&gt;&lt;P&gt;expr2: &lt;/P&gt;&lt;P&gt;= Sum({&amp;lt; DESCRICAO_LANCAMENTO = {'$(=GetFieldSelections(DESCRICAO_LANCAMENTO))'}, NATUREZA_LANCAMENTO = {'C'} &amp;gt;} VALOR_TRANSACAO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 01:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274137#M400390</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-13T01:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH BAR GRAPH</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274138#M400391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's works!!! Thanks guy!!!! I will test in hard mode now !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 02:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-WITH-BAR-GRAPH/m-p/1274138#M400391</guid>
      <dc:creator>paulosrl</dc:creator>
      <dc:date>2017-03-13T02:05:12Z</dc:date>
    </item>
  </channel>
</rss>

