<?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 create a gauge chart using macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929578#M321450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to Create Gauge Chart using macro with min gauge setting to 0.5 and Max Gauge Setting to 1.2 and Segment 2 lowerbond with Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 10:24:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-18T10:24:36Z</dc:date>
    <item>
      <title>create a gauge chart using macro</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929578#M321450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to Create Gauge Chart using macro with min gauge setting to 0.5 and Max Gauge Setting to 1.2 and Segment 2 lowerbond with Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 10:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929578#M321450</guid>
      <dc:creator />
      <dc:date>2015-11-18T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: create a gauge chart using macro</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929579#M321451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create this and adjust the properties with code (examples from APIGuide.qvw) like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set Graph = ActiveDocument.Sheets("Main").CreateGaugeChart&lt;/P&gt;&lt;P&gt;Graph.AddExpression "sum(Amount)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set gp = chart.GetProperties&lt;/P&gt;&lt;P&gt;set gs = gp.ChartProperties.GaugeSettings.GaugeSegments&lt;/P&gt;&lt;P&gt;for i = 0 to gs.Count-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs.Item(i).Name.v = i&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;chart.SetProperties gp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why do you want create this per macro? If you need some flexibilities you could use conditions and variables within the chart to meet other requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 14:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929579#M321451</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-18T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: create a gauge chart using macro</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929580#M321452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not make the same topic multiple times. It is considered spamming.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/191554"&gt;Create Gauge Chart Using Macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-gauge-chart-using-macro/m-p/929580#M321452</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-01-25T10:54:56Z</dc:date>
    </item>
  </channel>
</rss>

