<?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: Macro creation of Objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072186#M927821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed that sheet completely, tbnx for the information. Now I can create new objects from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 10:15:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-25T10:15:05Z</dc:date>
    <item>
      <title>Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072178#M927813</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;Within a macro script I can retrieve objects and all kinds of information. The API Guide version 11 I can find Application Classes, Document Classes, Sheet Classes and all kinds of properties. With underneath statements I can simply find the Object typename from an object called Test1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("Test1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox Typename(obj)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot find any example of a method to create an new How can I for instance create a new Tablebox object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone has an example of how to create an empty Tablebox object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards, Floris&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/Macro-creation-of-Objects/m-p/1072178#M927813</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072179#M927814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u chk dis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Fri, 25 Mar 2016 09:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072179#M927814</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-25T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072180#M927815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Chanty for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I check those example macro scripts. I can only find Copy examples, but no creation of any objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 09:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072180#M927815</guid>
      <dc:creator />
      <dc:date>2016-03-25T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072181#M927816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik it's not possible to create an empty table box. It will always need at least one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the CreateTableBox method to create the table box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set TB = ActiveDocument.Sheets("Test1").CreateTableBox&lt;/P&gt;&lt;P&gt;TB.AddField "MyField"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 09:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072181#M927816</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-25T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072182#M927817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set TB = ActiveDocument.Sheets("Products").CreateTableBox&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TB.AddField "ProductType"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TB.AddField "Product"&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072182#M927817</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-25T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072183#M927818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are quite a few Create... methods in the interface library. One for every Graph type for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the API Guide, navigate to sheet "Automation Examples". In listbox Member, search for "Create*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072183#M927818</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-25T10:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072184#M927819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx Gijsbert, this is very usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072184#M927819</guid>
      <dc:creator />
      <dc:date>2016-03-25T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072185#M927820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx Marco, I can use this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072185#M927820</guid>
      <dc:creator />
      <dc:date>2016-03-25T10:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072186#M927821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed that sheet completely, tbnx for the information. Now I can create new objects from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072186#M927821</guid>
      <dc:creator />
      <dc:date>2016-03-25T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072187#M927822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, we're here to help and we're glad we could.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel your question has been suitably answered, please mark one of the answers before mine as correct. If you feel other answers have been Helpful, please mark them as such. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 12:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072187#M927822</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-25T12:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072188#M927823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I only have the option "&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Mark as Helpful&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;" in the Actions list.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 14:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072188#M927823</guid>
      <dc:creator />
      <dc:date>2016-03-25T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro creation of Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072189#M927824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you seem to have found out already, the Correct Answer marker is a button that appears on top of each post in a thread you created. If you are reading this thread in your inbox, you won't get the green button. Open the discussion in a full frame by clicking the blue header text, and all features will be made available to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 14:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-creation-of-Objects/m-p/1072189#M927824</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-25T14:54:12Z</dc:date>
    </item>
  </channel>
</rss>

