<?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: How to create a StackBar grafic from a Table with unique index ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894290#M998163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo , &lt;/P&gt;&lt;P&gt;Do you have an example with a table with similar structure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 18:26:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-24T18:26:57Z</dc:date>
    <item>
      <title>How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894284#M998157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community, I´m a beginner from this tool and I need to create a StackBar grafic like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="90690" alt="StackBarr.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90690_StackBarr.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from a table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="90691" alt="Table.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/90691_Table.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem for me is that I can't get the SUM values from the field "&lt;STRONG&gt;Graf1_Monto&lt;/STRONG&gt;" I think the field "&lt;STRONG&gt;Indice&lt;/STRONG&gt;" don´t let me get then SUM value from field "Graf1_Monto". But the problem has this contidion:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I must use only this table and no other table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate all your help!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : added my qvw file &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mensaje editado por: Ivan Parraga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894284#M998157</guid>
      <dc:creator />
      <dc:date>2015-06-24T15:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894285#M998158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any reason why you can't create that chart using data from that table. Use Graf1_Ano as first dimension, Graf1_Estado as second dimension and sum(Graf1_Monto) as expression. Make sure to use the exact case-sensitive field names. You can change the chart from grouped columns to stacked columns on the Style tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 16:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894285#M998158</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-24T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894286#M998159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;2 dimensions (Graf1_ano, Graf1_estado)&lt;/P&gt;&lt;P&gt;and an expression (sum(Graf1_monto)),&lt;/P&gt;&lt;P&gt;before in a straight table (what do you get?) and then change to a bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 16:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894286#M998159</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-24T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894287#M998160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;When i try to do the chart, ussing &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Graf1_Ano as first dimension, Graf1_Estado as second dimension and sum(Graf1_Monto) as expression , the chart looks like that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="StackBarr2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90700_StackBarr2.png" style="height: 435px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Originaly my table was only 3 field (Graf1_Ano,Graf1_Estado,Graf1_Monto), and then i did the chart as the same way you say , and with this structure the chart wasnt a problem , but when added the field "Indice"&amp;nbsp; the chart changed. ( Excuse me for my bad english)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894287#M998160</guid>
      <dc:creator />
      <dc:date>2015-06-24T17:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894288#M998161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;You can change the chart from grouped columns to stacked columns on the Style tab&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Have you tried that already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but when added the field "Indice"&amp;nbsp; the chart changed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But why do you want the field Indice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 17:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894288#M998161</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-24T17:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894289#M998162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , Gysbert&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Yes, the chart is always setting in staked colums. that is not the solution.&lt;/P&gt;&lt;P&gt;In my qvw file&amp;nbsp; The tab "Chart1" contains a chart from a table with 4 fieds (Graf1_Ano ,Graf1_Estado, Graf1_Monto, indice) , the tab "Chart2" contains a chart from a table with 3 fieds (Graf1_Ano ,Graf1_Estado, Graf1_Monto), in this case do the chart is very easy for me. But I need to do that with the 4 fields table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894289#M998162</guid>
      <dc:creator />
      <dc:date>2015-06-24T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894290#M998163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo , &lt;/P&gt;&lt;P&gt;Do you have an example with a table with similar structure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894290#M998163</guid>
      <dc:creator />
      <dc:date>2015-06-24T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894291#M998164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I must use the field Indice in my table, because the fields Graf1_Ano ,Graf1_Estado and Graf1_Monto are INPUTFIELD type and i need a field that identify all rows &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 18:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894291#M998164</guid>
      <dc:creator />
      <dc:date>2015-06-24T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a StackBar grafic from a Table with unique index ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894292#M998165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Gysbert&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: 13px;"&gt;I added the qvw file for best understand about my question.&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: 13px;"&gt;thks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 20:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-StackBar-grafic-from-a-Table-with-unique-index/m-p/894292#M998165</guid>
      <dc:creator />
      <dc:date>2015-06-24T20:38:38Z</dc:date>
    </item>
  </channel>
</rss>

