<?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 generic object containing all fields in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408744#M8616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I think I get your point. I should have look at qliks data structure again.&lt;/P&gt;&lt;P&gt;However in my case the database will most likely just consist of one table. I guess I will give this approach a try and see how it will work out. &lt;BR /&gt;Thanks for your input on this, you really helped me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 11:30:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-16T11:30:51Z</dc:date>
    <item>
      <title>Create generic object containing all fields</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408740#M8612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now trying to create a generic object in my mashup that containes all data of the current app.&lt;/P&gt;&lt;P&gt;The background is, that I want to provide a generic data export function independent of the current app and without knowledge of the apps contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export part already works,&lt;SPAN style="text-decoration: underline;"&gt; what I need is a possibility to create an object (or table) containing all fields available in the current app&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I tried the createTable method:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;app&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function" style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;createTable&lt;SPAN class="token punctuation" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="token string" style="color: #b22222; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;"FirstName"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token string" style="color: #b22222; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;"LastName"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;]&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="token string" style="color: #b22222; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;"Count(Case Id)"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;]&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;rows&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="token number" style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;200&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But I could not figure out how to pass all fileds in the first argument. I also tried &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;createGenericObject but I could not find a comprehensive list of arguments that can be passt to initialProperties or qDimension or qDef.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(By the way, is there such a thing as a comprehensive list of arguments that can be passed to lists or genericObjects? I find the help page / API to be quite verbose and incoherent).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I am glad for any input on both Issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408740#M8612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create generic object containing all fields</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408741#M8613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/getList-method.htm"&gt;app.getList('FieldList')&lt;/A&gt; will get you all fields, but building one table with all fields will only work for very small apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408741#M8613</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-08-16T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create generic object containing all fields</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408742#M8614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. That is what I was looking for. &lt;BR /&gt;Could you by chance tell me something about the limitations you mentioned? &lt;BR /&gt;How many fields render an app too "big" to build a table? Is there a better way to export a slice of the dataset (all fields) without previously building an object in the app containing all fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 09:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408742#M8614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create generic object containing all fields</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408743#M8615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The approach of adding all fields to one table would create the cartesian product of all your data rather than recreating the data that was originally loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to export the original data you would need to create and export one table for each imported table. Tables are described in this structure: &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Structs/TableRecord.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Structs/TableRecord.htm"&gt;TableRecord ‒ Qlik Sense&lt;/A&gt;. You can get a list of tables with this call: &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/AppClass/App-class-GetTablesAndKeys-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/AppClass/App-class-GetTablesAndKeys-method.htm"&gt;GetTablesAndKeys method ‒ Qlik Sense&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Qlik Sense would not add much in this scenario, why not table the original Excel files, output from select statements etc?? And still this might be too much data to really work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408743#M8615</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-08-16T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create generic object containing all fields</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408744#M8616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I think I get your point. I should have look at qliks data structure again.&lt;/P&gt;&lt;P&gt;However in my case the database will most likely just consist of one table. I guess I will give this approach a try and see how it will work out. &lt;BR /&gt;Thanks for your input on this, you really helped me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-generic-object-containing-all-fields/m-p/1408744#M8616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T11:30:51Z</dc:date>
    </item>
  </channel>
</rss>

