<?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 creating bar graph via macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177787#M505445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems like I am not allowed to upload the attachment. Everything seems to be ok but I can't see my att.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2009 13:56:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-08T13:56:04Z</dc:date>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177781#M505439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I'd like build a bar graph programatically via macro script.&lt;/P&gt;&lt;P&gt;I found sometihig like this in API tutorial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;set Graph = ActiveDocument.Sheets("Assistenza").CreatePieChart&lt;/P&gt;&lt;P style="font-style: italic"&gt;Graph.AddDimension "C_ARTICOLO_8"&lt;/P&gt;&lt;P style="font-style: italic"&gt;Graph.AddExpression "sum([Quantità transazione])"&lt;/P&gt;&lt;P style="font-style: italic"&gt;Graph.AddExpression "sum(%)"&lt;/P&gt;&lt;P style="font-style: italic"&gt;end sub&lt;/P&gt;&lt;P&gt;My problem is thsat the Expression in not a function of any DIMENSION but values coming from another linear table.&lt;/P&gt;&lt;P&gt;Is there any function or method allow me to build a dimension with values from another table(graph).?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Something creating dimension on the fly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reading y post.&lt;/P&gt;&lt;P&gt;Denis Matteazzi&lt;/P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 19:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177781#M505439</guid>
      <dc:creator />
      <dc:date>2009-09-07T19:55:39Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177782#M505440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;Sound like you need AGGR.&lt;/P&gt;&lt;P&gt;AGGR will create a "virtual" chart in memory and you can then apply other functions (e.g. SUM, MAX, AVG, etc.) to the results.&lt;/P&gt;&lt;P&gt;AGGR can also be used to calculate dimensions.&lt;/P&gt;&lt;P&gt;Have a look in the help file. If you can't find what you are looking for, post a more detailed example of your query and we may be able to show you how to achieve what you are doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 20:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177782#M505440</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-09-07T20:08:24Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177783#M505441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi thank for the quick answer but i don't know if AGGR could help me.&lt;/P&gt;&lt;P&gt;I have a linear table like this:&lt;/P&gt;&lt;P&gt;col1 col2 col3 col4 col5 &lt;B&gt;res&lt;/B&gt; = function(col1,col2,col3,col4,col5)&lt;/P&gt;&lt;P&gt;Item1 10 3 5 7 8 2,5&lt;/P&gt;&lt;P&gt;Item2 3 4 3 1 3 1,8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like use Art1,Art2 as values for bar graph (it's ok because Item1 and Item2 is already a DIMENSION) and the value of &lt;B&gt;res&lt;/B&gt; for the expression.&lt;/P&gt;&lt;P&gt;Is there any way of make programatically a DIMENSION starting from values of res?&lt;/P&gt;&lt;P&gt;I hope it's clear,,but I doubt &lt;span class="lia-unicode-emoji" title=":slightly_smiling_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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 21:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177783#M505441</guid>
      <dc:creator />
      <dc:date>2009-09-07T21:45:10Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177784#M505442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend that you build an example and post it here, it will be easier for people to offer solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 22:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177784#M505442</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-09-07T22:41:15Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177785#M505443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added as an attachment the qlick file so you can help me with an example.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 02:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177785#M505443</guid>
      <dc:creator />
      <dc:date>2009-09-08T02:48:22Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177786#M505444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no attachment - please double check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 04:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177786#M505444</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-09-08T04:29:09Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177787#M505445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems like I am not allowed to upload the attachment. Everything seems to be ok but I can't see my att.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 13:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177787#M505445</guid>
      <dc:creator />
      <dc:date>2009-09-08T13:56:04Z</dc:date>
    </item>
    <item>
      <title>creating bar graph via macro</title>
      <link>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177788#M505446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 13:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-bar-graph-via-macro/m-p/177788#M505446</guid>
      <dc:creator />
      <dc:date>2009-09-08T13:58:04Z</dc:date>
    </item>
  </channel>
</rss>

