<?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 Compose Questions in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792266#M264</link>
    <description>&lt;P&gt;Can you please clarify below questions ?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have salesforce as one of the sources. Some tables from salesforce has more than 300 columns. When we discover the table in to compose we could see only 221 columns. Below are few examples.&lt;DIV&gt;source table 191 columns - Qlik Compose picks only 178&lt;BR /&gt;source table 78 columns - Qlik Compose&amp;nbsp; picks only 69&lt;/DIV&gt;Is there any limitation in Compose regarding the number of columns ?&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;We have Data vault and DataMart built and loaded via compose. If I want to truncate and reload all of the data mart tables with out doing the full load build (as full rebuild is dropping the tables), Can I delete TPIL_DMA_RUNNO (&amp;nbsp; where DWH_RUNNO ! ='-1') table and run the data mart process ? If there are any other options for this, please advise.&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
    <dc:creator>mopidesp</dc:creator>
    <dc:date>2025-03-14T20:49:07Z</dc:date>
    <item>
      <title>Compose Questions</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792266#M264</link>
      <description>&lt;P&gt;Can you please clarify below questions ?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have salesforce as one of the sources. Some tables from salesforce has more than 300 columns. When we discover the table in to compose we could see only 221 columns. Below are few examples.&lt;DIV&gt;source table 191 columns - Qlik Compose picks only 178&lt;BR /&gt;source table 78 columns - Qlik Compose&amp;nbsp; picks only 69&lt;/DIV&gt;Is there any limitation in Compose regarding the number of columns ?&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;We have Data vault and DataMart built and loaded via compose. If I want to truncate and reload all of the data mart tables with out doing the full load build (as full rebuild is dropping the tables), Can I delete TPIL_DMA_RUNNO (&amp;nbsp; where DWH_RUNNO ! ='-1') table and run the data mart process ? If there are any other options for this, please advise.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792266#M264</guid>
      <dc:creator>mopidesp</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compose Questions</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792273#M265</link>
      <description>&lt;P&gt;hi, is there a chance, that there are fields that are not supported by compose?&lt;/P&gt;&lt;P&gt;usually you can convert it during replication for the proper data types.&lt;/P&gt;&lt;P&gt;please check the data types of missing columns&lt;/P&gt;&lt;P&gt;best regards, rd&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792273#M265</guid>
      <dc:creator>pandabrowski</dc:creator>
      <dc:date>2021-03-17T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compose Questions</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792291#M266</link>
      <description>&lt;P&gt;As suggested above Compose does not support all data types.&amp;nbsp; &amp;nbsp;I would discover one of the tables and in the screen that is shown during discovery, review the messages to see if any columns have been omitted due to data types.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have Data vault and DataMart built and loaded via compose. If I want to truncate and reload all of the data mart tables with out doing the full load build (as full rebuild is dropping the tables), Can I delete TPIL_DMA_RUNNO (&amp;nbsp; where DWH_RUNNO ! ='-1') table and run the data mart process ? If there are any other options for this, please advise.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is this a one-time thing or ongoing?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wish the data mart to always be a rebuild - there is a setting in the DataMart - for FULL REBUILD or Incremental.&amp;nbsp; &amp;nbsp;You can configure this, Generate code and run - Compose will reload the tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimGarrod_0-1616001885248.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51337i8CFBC91C131EE516/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimGarrod_0-1616001885248.png" alt="TimGarrod_0-1616001885248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is a better practice than reseting the TPIL table.&amp;nbsp; If you simply DELETE - Compose will mark records obsolete in the Dim (but leave them there) and insert the Dim records and you'll have to manage "OBSOLETE" records.&amp;nbsp; (Please review the documentation on OBSOLETE INDICATOR at help.qlik.com).&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should never DELETE from&amp;nbsp;TPIL_DMA_RUNNO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do wish to have a 1 time "refresh" , my recommendation would be to truncate the DIM and FACT tables and set the DWH_RUNNO for that PSET to -1.&amp;nbsp; This is the inital state of the TPIL_DMA_RUNNO table.&amp;nbsp; If you delete then Compose does not re-insert the data into that table and EVERY run will be a complete refresh.&lt;/P&gt;&lt;P&gt;update EDW.dbo.TPIL_DMA_RUNNO&lt;BR /&gt;set DWH_RUNNO = -1&lt;BR /&gt;WHERE PSET_NUMBER =&amp;nbsp; &amp;nbsp;(THE PSET_NUMBER FOR THE DM YOU ARE PROCESSING)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 17:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792291#M266</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2021-03-17T17:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compose Questions</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792399#M267</link>
      <description>&lt;P&gt;Thanks Tim.&lt;/P&gt;&lt;P&gt;Truncating and reloading data mart is a one time thing and not on daily basis. I will try the option you have suggested and will let you know if have any questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 02:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792399#M267</guid>
      <dc:creator>mopidesp</dc:creator>
      <dc:date>2021-03-18T02:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compose Questions</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792403#M268</link>
      <description>No problem. Also note - you can in the GUI drop and recreate the data mart only. Generate and run.&lt;BR /&gt;&lt;BR /&gt;If in dev that’s an easy way to rebuild &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2021 03:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Compose-Questions/m-p/1792403#M268</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2021-03-18T03:19:23Z</dc:date>
    </item>
  </channel>
</rss>

