<?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: Bar chart using ranges as dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681280#M450083</link>
    <description>&lt;P&gt;Hi, thanks for the response.&lt;/P&gt;&lt;P&gt;But I'm having trouble making the range, I try but taskrange (faixa_tipificados) never appears as a dimension.&lt;/P&gt;&lt;P&gt;If I try to store the results from ABC into a file, it complains that there are no table named ABC.&lt;/P&gt;&lt;P&gt;The data is in two separated tables QTD_ATRIBUTOS_TIPIFICADOS is in qualidade and QUANTIDADE_COLUNAS in indicadores.&lt;/P&gt;&lt;P&gt;My load script is this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Qualidade.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\ClientesProdutos.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Indicadores.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\LogsUCD.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Calendario.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Baselines.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\CalendarioBaselines.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Qualidade.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Indicadores.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ABC:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.8 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=1,Dual('100% a 80%', 1),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.6 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.8,Dual('80% a 60%', 2),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.4 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.6,Dual('60% a 40%', 3),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.2 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.4,Dual('40% a 20%', 4),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.2, Dual('menor que 20%', 5)))))) as faixa_tipificados;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 12:52:31 GMT</pubDate>
    <dc:creator>JoaoBordignon</dc:creator>
    <dc:date>2020-03-03T12:52:31Z</dc:date>
    <item>
      <title>Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1680482#M450035</link>
      <description>&lt;P&gt;Maybe I'm searching using the wrong terms, but I can't find a solution.&lt;/P&gt;&lt;P&gt;I need to create a bar chart whose dimensions are a series of ranges and the expression the number of projects that fall in that ranges.&lt;/P&gt;&lt;P&gt;For example I have two tables:&lt;/P&gt;&lt;P&gt;Projects&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project_name&lt;/TD&gt;&lt;TD width="50%"&gt;Tasks&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 1&lt;/TD&gt;&lt;TD width="50%"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 2&lt;/TD&gt;&lt;TD width="50%"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 3&lt;/TD&gt;&lt;TD width="50%"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 4&lt;/TD&gt;&lt;TD width="50%"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 5&lt;/TD&gt;&lt;TD width="50%"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Tasks_done&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project_name&lt;/TD&gt;&lt;TD width="50%"&gt;tasks_done&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 1&lt;/TD&gt;&lt;TD width="50%"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 2&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&lt;P&gt;Project 3&lt;/P&gt;&lt;/TD&gt;&lt;TD width="50%"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Project 4&lt;/TD&gt;&lt;TD width="50%"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a chart that looks like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Number of projects by completion %&lt;BR /&gt;&lt;BR /&gt;2&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _____________&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ______________&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1&amp;nbsp;&amp;nbsp; ___________&amp;nbsp; |$$$$$$$$$|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |##########|&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; |^^^^^^^^^|&amp;nbsp; |$$$$$$$$$|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |##########|&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp; 100% to 70% | 70% to 40%&amp;nbsp; |&amp;nbsp; less than 40%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can point me to the right direction? I'm using QlikView 12, if it helps.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1680482#M450035</guid>
      <dc:creator>JoaoBordignon</dc:creator>
      <dc:date>2024-11-16T01:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1680536#M450049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try following&amp;nbsp;&lt;/P&gt;&lt;P&gt;first create range&lt;/P&gt;&lt;P&gt;ABC:&lt;BR /&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if(Num(tasks_done/Tasks)&amp;gt;0.7 and Num(tasks_done/Tasks)&amp;lt;=1,Dual('100% to 70%',1),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if(Num(tasks_done/Tasks)&amp;gt;0.4 and Num(tasks_done/Tasks)&amp;lt;=0.7, Dual('70% to 40%',2),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if(Num(tasks_done/Tasks)&amp;lt;=0.4,Dual('Less than 40%',3)))) as taskrange ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD Project_name,&lt;BR /&gt;Tasks,&lt;BR /&gt;tasks_done&lt;BR /&gt;FROM&lt;BR /&gt;data.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is sample);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then use barchart object take&amp;nbsp;&lt;STRONG&gt;taskrange as dimension &lt;/STRONG&gt;and use&lt;STRONG&gt; expression count (Project_name)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rng.JPG" style="width: 483px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29349i251739DFF037459B/image-size/large?v=v2&amp;amp;px=999" role="button" title="rng.JPG" alt="rng.JPG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 18:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1680536#M450049</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2020-02-28T18:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681280#M450083</link>
      <description>&lt;P&gt;Hi, thanks for the response.&lt;/P&gt;&lt;P&gt;But I'm having trouble making the range, I try but taskrange (faixa_tipificados) never appears as a dimension.&lt;/P&gt;&lt;P&gt;If I try to store the results from ABC into a file, it complains that there are no table named ABC.&lt;/P&gt;&lt;P&gt;The data is in two separated tables QTD_ATRIBUTOS_TIPIFICADOS is in qualidade and QUANTIDADE_COLUNAS in indicadores.&lt;/P&gt;&lt;P&gt;My load script is this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Qualidade.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\ClientesProdutos.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Indicadores.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\LogsUCD.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Calendario.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Baselines.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\CalendarioBaselines.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Qualidade.qvd] (qvd);&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(caminhoArquivoEntrada)\Indicadores.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ABC:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.8 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=1,Dual('100% a 80%', 1),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.6 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.8,Dual('80% a 60%', 2),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.4 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.6,Dual('60% a 40%', 3),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS )&amp;gt;0.2 and Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.4,Dual('40% a 20%', 4),&lt;BR /&gt;if(Num(QTD_ATRIBUTOS_TIPIFICADOS/QUANTIDADE_COLUNAS)&amp;lt;=0.2, Dual('menor que 20%', 5)))))) as faixa_tipificados;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 12:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681280#M450083</guid>
      <dc:creator>JoaoBordignon</dc:creator>
      <dc:date>2020-03-03T12:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681287#M450084</link>
      <description>Hi, Yes, You have not get any range because of your script in table ABC qlikview unable to find "QTD_ATRIBUTOS_TIPIFICADOS" and "QUANTIDADE_COLUNAS" this two fields Could you please tell me the name of the QVD for getting "QTD_ATRIBUTOS_TIPIFICADOS" and "QUANTIDADE_COLUNAS" this two fields then I will provide you exact Answer.</description>
      <pubDate>Tue, 03 Mar 2020 13:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681287#M450084</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2020-03-03T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681289#M450085</link>
      <description>&lt;P&gt;I recommended you to store&amp;nbsp;&lt;SPAN&gt;QTD_ATRIBUTOS_TIPIFICADOS" and "QUANTIDADE_COLUNAS" this two fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in one table then&amp;nbsp;&lt;/P&gt;&lt;P&gt;load this table and write range logic using &lt;STRONG&gt;precedent load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;see below example&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;Load&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; your range logic;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;load&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;QTD_ATRIBUTOS_TIPIFICADOS,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;QUANTIDADE_COLUNAS&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#33CCCC"&gt;from table name;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Nitin.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 13:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681289#M450085</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2020-03-03T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart using ranges as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681290#M450086</link>
      <description>&lt;P&gt;QTD_ATRIBUTOS_TIPIFICADOS in in "Qualidade.qvd" and QUANTIDADE_COLUNAS is in "Indicadores.qvd"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 13:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-using-ranges-as-dimension/m-p/1681290#M450086</guid>
      <dc:creator>JoaoBordignon</dc:creator>
      <dc:date>2020-03-03T13:19:33Z</dc:date>
    </item>
  </channel>
</rss>

