<?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 Disable Fast Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687284#M1078299</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;It's posible to disable (Hide/Unhide) the fast style chart using VBSCript? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 12:53:54 GMT</pubDate>
    <dc:creator>sorrakis01</dc:creator>
    <dc:date>2014-07-16T12:53:54Z</dc:date>
    <item>
      <title>Disable Fast Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687284#M1078299</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;It's posible to disable (Hide/Unhide) the fast style chart using VBSCript? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 12:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687284#M1078299</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-07-16T12:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Fast Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687285#M1078300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want some users to see the fast change ican, why not create two charts, one with fst change and one without. Then Hide or Show the charts with a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this in the API Guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.Sheets("Main").CreateBarChart&lt;/P&gt;&lt;P&gt;chart.AddDimension "ProductType"&lt;/P&gt;&lt;P&gt;chart.AddExpression "sum(Amount)"&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 = false&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Straight = false&lt;/P&gt;&lt;P&gt;p.GraphLayout.FastChange.Pivot = false&lt;/P&gt;&lt;P&gt;p.ChartProperties.FastChangeInChart = true&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687285#M1078300</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-07-16T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Fast Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687286#M1078301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Michael It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 14:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-Fast-Chart/m-p/687286#M1078301</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2014-07-16T14:10:11Z</dc:date>
    </item>
  </channel>
</rss>

