<?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: Create chart using script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77982#M771144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sayalee,&lt;BR /&gt;In QlikView for chart visualizations we can use from given style or can use extensions for customized chart.&lt;BR /&gt;We can write some expressions for charts in scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 May 2018 19:01:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-27T19:01:18Z</dc:date>
    <item>
      <title>Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77976#M771138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we create the chart (Bar chart,line chart etc.) using script? in the Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77976#M771138</guid>
      <dc:creator>sayaleesangle</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77977#M771139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nit sure about your request. Charts comes and design from charts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 23:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77977#M771139</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-23T23:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77978#M771140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We won't create charts with script but we will create data sets/table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 03:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77978#M771140</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-24T03:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77979#M771141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot create charts from the script (no DOM, no ActiveDocument so no working API functions that manipulate the DOM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're working in QV Desktop however, you can create all the necessary data tables and variables in your script, add a suitable macro that creates the object(s) you want to see, and &lt;EM&gt;run the macro using the OnPostReload trigger&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of how to create objects using mcaros? See here: &lt;A href="https://community.qlik.com/thread/215729"&gt;Macro generates chart but continously and I want once&lt;/A&gt;&amp;nbsp; or here: &lt;A href="https://community.qlik.com/docs/DOC-5115"&gt;Create Custom Chart with Macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 06:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77979#M771141</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-05-24T06:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77980#M771142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the below script on the internet but as I am new to QlikView I am unable to understand it..If anyone having knowledge about it please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="list-style-position: initial; list-style-image: initial; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;Load file(s) into TABLE1&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;declare X integer&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , total_columns integer&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , field_name varchar&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;set X = 1&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;set total_columns = count(columns) from TABLE1&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;While X &amp;lt;= total_columns&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; begin&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set field_name = name(columnnumber(X))&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create_chart [name: chart + string(X)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , type: barchart&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , x_axis: columnnumber(X)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , y_axis: count(*)&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , title: field_name&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , appearance: default]&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; X = X + 1&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; end&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important;"&gt;Auto-arrange page&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 07:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77980#M771142</guid>
      <dc:creator>sayaleesangle</dc:creator>
      <dc:date>2018-05-24T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77981#M771143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since "the internet" is a huge repository of scripts in various programming languages, the script you posted may be targeted to a product that is unrelated to those by Qlik. Do you know what language it is written in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW QlikView macros can be written in either VBScript or JavaScript. AFAIK VBScript is the more popular macro programming lagnuae (although it is seriously less powerful than JavaScript)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 16:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77981#M771143</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-05-24T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create chart using script?</title>
      <link>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77982#M771144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sayalee,&lt;BR /&gt;In QlikView for chart visualizations we can use from given style or can use extensions for customized chart.&lt;BR /&gt;We can write some expressions for charts in scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 19:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-chart-using-script/m-p/77982#M771144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-27T19:01:18Z</dc:date>
    </item>
  </channel>
</rss>

