<?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: API guide usage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139392#M897383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A macro needs a firing trigger.&lt;/P&gt;&lt;P&gt;Some objects have a "click" (button, text box, etc)&lt;/P&gt;&lt;P&gt;you can attach an action (runs a macro) to a field selection, to a variable change, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check "Triggers" tab at your document properties to see some triggers that are available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 17:48:28 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-07-25T17:48:28Z</dc:date>
    <item>
      <title>API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139386#M897377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need help on using API guide to create macro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am new to programming so not aware of object model, however i have good experience in qlikview scripting(loops, joins, concatenate, lookup etc).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am thinking the API guide as a alternate to actions available in qlikview. so the macro is to change the property of qlikview object already present in the document. Am i right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I will learn the vb script syntax, but i am not sure how can i pick the object properties from the API guide. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please let me know if my approach is correct and guide me to overcome the above issues?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-16921" target="_blank"&gt;API GUIDE - Version 11&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&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/API-guide-usage/m-p/1139386#M897377</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139387#M897378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be aware this macro would be discontinued into future versions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139387#M897378</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139388#M897379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway, use this to study &lt;A href="https://community.qlik.com/docs/DOC-4870"&gt;Useful Qlikview Macros&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139388#M897379</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139389#M897380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already gone though the link.&lt;/P&gt;&lt;P&gt;Could you guide me to create a small macro using the api guide with step by step navigation, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139389#M897380</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2016-07-25T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139390#M897381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using your qlikview and an opened qvw &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Type Control-M (will open the macro script editor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - Write&lt;/P&gt;&lt;P&gt;Sub HelloWorld&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Msgbox("Hello World")&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - Click&amp;nbsp; "Check" and inspects if "ready" is displayed &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132355_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;4 - Click OK (will close macro editor)&lt;/P&gt;&lt;P&gt;5 - Create a button and configure like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132359_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6- Click your button&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/132360_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 16:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139390#M897381</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139391#M897382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i was expecting the steps staring from taking some property of qv object for API guide(sheet name-&amp;gt; selection(S) to pick property etc) and using that in qlikview macro window(this step you have explained).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if i am not very clean with my question. My main issue is understanding the API guide as i am not aware object model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139391#M897382</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2016-07-25T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: API guide usage</title>
      <link>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139392#M897383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A macro needs a firing trigger.&lt;/P&gt;&lt;P&gt;Some objects have a "click" (button, text box, etc)&lt;/P&gt;&lt;P&gt;you can attach an action (runs a macro) to a field selection, to a variable change, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check "Triggers" tab at your document properties to see some triggers that are available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/API-guide-usage/m-p/1139392#M897383</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T17:48:28Z</dc:date>
    </item>
  </channel>
</rss>

