<?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 Need macro for default fast type change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688101#M668222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a macro that should reset the default settings of the fast type change. Because I have 3 charts in the fast change bar , combo and straight and I want the combo chart to be default in few of my tables and in few tables I want the bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because when ever I change my chart from one to another the change chart will be my default. so, I want the scenario mentioned above so that I can reset before I am deploying &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 06:59:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-24T06:59:04Z</dc:date>
    <item>
      <title>Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688101#M668222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a macro that should reset the default settings of the fast type change. Because I have 3 charts in the fast change bar , combo and straight and I want the combo chart to be default in few of my tables and in few tables I want the bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because when ever I change my chart from one to another the change chart will be my default. so, I want the scenario mentioned above so that I can reset before I am deploying &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 06:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688101#M668222</guid>
      <dc:creator />
      <dc:date>2014-10-24T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688102#M668223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub charts()&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.getsheetobject("OBJECT NAME")'.CreateBarChart&lt;/P&gt;&lt;P&gt;chart.AddDimension "DIMENSION NAME"&lt;/P&gt;&lt;P&gt;chart.AddExpression "EXPRESSION METRIC"&lt;/P&gt;&lt;P&gt;set p = chart.GetProperties&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Bar = True&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Line = true&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Combo = true&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Pie = true&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Scatter = true&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Straight = true&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Pivot = false&lt;/P&gt;&lt;P&gt;p.ChartProperties.FastChangeInChart = FALSE&lt;/P&gt;&lt;P&gt;chart.SetProperties p&lt;/P&gt;&lt;P&gt;chart.SetChartType&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'line&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 07:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688102#M668223</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T07:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688103#M668224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge it will create a new chart and assigning the dimensions and expression and what are the fast type chart are required that is given &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;chart.SetChartType&amp;nbsp; 4 &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: 12.7272720336914px;"&gt;&lt;BR /&gt;&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: 12.7272720336914px;"&gt;what the above line of code do&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688103#M668224</guid>
      <dc:creator />
      <dc:date>2014-10-24T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688104#M668225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this line to put this type of char by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 07:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688104#M668225</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688105#M668226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working I tested it and showing an error in adddimension line itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain me because this is my first macro &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688105#M668226</guid>
      <dc:creator />
      <dc:date>2014-10-24T08:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688106#M668227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy your code here, please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688106#M668227</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688107#M668228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create an example.&amp;nbsp; A simple columns chart, with all the expresions of fast type change unselected. If you push button Chart, then the chart changes to line chart and select all values for fast type change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll hope help it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688107#M668228</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688108#M668229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sets the chart type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; bar chart&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; pie chart&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; pivot table&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; scatter chart&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; line chart&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; straight table&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; combo chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688108#M668229</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-24T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688109#M668230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this code in the line &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;chart.SetChartType&amp;nbsp; (insert the number of the chart to show) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688109#M668230</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688110#M668231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats work fine but if&amp;nbsp; I have more than 2 charts in my sheet and I want to reset to all the charts then what should I do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 10:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688110#M668231</guid>
      <dc:creator />
      <dc:date>2014-10-24T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688111#M668232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeat the same process 3 times. You can create a bucle too (but I'll hope that you try it ok?) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 10:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688111#M668232</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-10-24T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need macro for default fast type change</title>
      <link>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688112#M668233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and its working fine I have just added another statement and its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 10:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-macro-for-default-fast-type-change/m-p/688112#M668233</guid>
      <dc:creator />
      <dc:date>2014-10-24T10:25:40Z</dc:date>
    </item>
  </channel>
</rss>

