<?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 How to refer object in QlikView macro using javascript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134158#M602539</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;We want to make a bar in QlikView macro by using Java script.&lt;/P&gt;&lt;P&gt;But we are not able to get the reference of QlikView's chart or its object so that we can modify(style) the object.&lt;/P&gt;&lt;P&gt;Please help us in this as we are new to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If any one can share any example which illustrates how to create bar in QlikView macro using javascript&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if more information is required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 14:54:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-13T14:54:11Z</dc:date>
    <item>
      <title>How to refer object in QlikView macro using javascript</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134158#M602539</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;We want to make a bar in QlikView macro by using Java script.&lt;/P&gt;&lt;P&gt;But we are not able to get the reference of QlikView's chart or its object so that we can modify(style) the object.&lt;/P&gt;&lt;P&gt;Please help us in this as we are new to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If any one can share any example which illustrates how to create bar in QlikView macro using javascript&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if more information is required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134158#M602539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to refer object in QlikView macro using javascript</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134159#M602540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView doesn't support JavaScript else &lt;A href="https://en.wikipedia.org/wiki/JScript" title="https://en.wikipedia.org/wiki/JScript"&gt;JScript - Wikipedia&lt;/A&gt; or VBS. The best way to get an overview and various example would be to look within the APIGuide.qvw (within your install-folder by automation or maybe here: &lt;A href="https://community.qlik.com/docs/DOC-6342"&gt;QV_APIguide_v11_MODIFIED.qvw&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The provided examples in the guide are all for VBS so that if you want to use JScript you will need to translate them. Support and examples within the community are rather seldom to macro-stuff and if it's mostly to VBS so I would suggest using VBS instead of JScript. Before take a look here &lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt; to decide if you want really to go this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 07:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134159#M602540</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-14T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to refer object in QlikView macro using javascript</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134160#M602541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can refer these:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2052" data-containertype="14" data-objectid="140475" data-objecttype="1" href="https://community.qlik.com/thread/140475"&gt;https://community.qlik.com/thread/140475&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="231622" data-objecttype="1" href="https://community.qlik.com/thread/231622"&gt;https://community.qlik.com/thread/231622&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 12:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-object-in-QlikView-macro-using-javascript/m-p/134160#M602541</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-14T12:45:18Z</dc:date>
    </item>
  </channel>
</rss>

