<?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 Best practice to add new columns from source in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1935444#M615</link>
    <description>&lt;P&gt;I've had to add columns to various dims/fact tables as the DW/DM matures or the source changes and have yet to figure out how to easily propagate the new columns end to end (source to DW to DM).&lt;/P&gt;
&lt;P&gt;I figured out a process to update the source, add the columns to the model and the DW.&amp;nbsp; That seems quite automated, most of the time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I can't figure out how to get the DM to pick-up the new columns from the DW without dropping the mart entirely and re-building from scratch.&amp;nbsp; Simple drop/re-create doesn't pick-up the new columns...I could be doing something wrong.&lt;/P&gt;
&lt;P&gt;Is there an easy way to add a new column from the source and propagate that column to the DW and DM without fully rebuilding the marts?&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
    <dc:creator>RonFusionHSLLC</dc:creator>
    <dc:date>2025-03-14T20:49:07Z</dc:date>
    <item>
      <title>Best practice to add new columns from source</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1935444#M615</link>
      <description>&lt;P&gt;I've had to add columns to various dims/fact tables as the DW/DM matures or the source changes and have yet to figure out how to easily propagate the new columns end to end (source to DW to DM).&lt;/P&gt;
&lt;P&gt;I figured out a process to update the source, add the columns to the model and the DW.&amp;nbsp; That seems quite automated, most of the time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I can't figure out how to get the DM to pick-up the new columns from the DW without dropping the mart entirely and re-building from scratch.&amp;nbsp; Simple drop/re-create doesn't pick-up the new columns...I could be doing something wrong.&lt;/P&gt;
&lt;P&gt;Is there an easy way to add a new column from the source and propagate that column to the DW and DM without fully rebuilding the marts?&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1935444#M615</guid>
      <dc:creator>RonFusionHSLLC</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to add new columns from source</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1935864#M620</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160149"&gt;@RonFusionHSLLC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Any changes to existing data mart tables (fact/dimensions) requires a drop and recreate of the entire datamart. This is true up until our Qlik compose version 2021.8&lt;/P&gt;
&lt;P&gt;However, starting in the 2022.5 release( currently in GA), we have a new feature wherein compose now provides auto-adjust of the tables in DataMart.&lt;/P&gt;
&lt;P&gt;The following is available in 2022.5&lt;/P&gt;
&lt;P&gt;-Generate &amp;amp; execute DDL&lt;/P&gt;
&lt;P&gt;-Remove a column (alter table drop column…)&lt;/P&gt;
&lt;P&gt;-Add a column (alter table add column…)&lt;/P&gt;
&lt;P&gt;-Alter a column length / precision / scale&lt;/P&gt;
&lt;P&gt;However the below is still not supported, but it's in our roadmap.&lt;/P&gt;
&lt;P&gt;-Adding a dimension to a fact table (currently forces a reprocess)&lt;/P&gt;
&lt;P&gt;-Altering data type to a different “class” (e.g. INT to VARCHAR)&lt;/P&gt;
&lt;P&gt;You can access our 2022.5 release notes and the user guide from the below link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/compose/May2022/Content/ComposeDWDL/Compose_Release_Notes/newfeatures.htm" target="_blank"&gt;https://help.qlik.com/en-US/compose/May2022/Content/ComposeDWDL/Main/DW/Guides.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nanda&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 06:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1935864#M620</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2022-05-26T06:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to add new columns from source</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1938745#M626</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160149"&gt;@RonFusionHSLLC&lt;/a&gt;&amp;nbsp; Just checking to see if you have any follow-up questions on what I posted last week. Don't forget to mark a solution that worked for you! This will help other users find the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nanda&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1938745#M626</guid>
      <dc:creator>Nanda_Ravindra</dc:creator>
      <dc:date>2022-06-02T06:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to add new columns from source</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1940020#M627</link>
      <description>&lt;P&gt;Sorry for late response...just getting back to this...&lt;/P&gt;
&lt;P&gt;The auto adjust is perfect...will be upgrading asap to get that feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 19:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Best-practice-to-add-new-columns-from-source/m-p/1940020#M627</guid>
      <dc:creator>RonFusionHSLLC</dc:creator>
      <dc:date>2022-06-06T19:27:09Z</dc:date>
    </item>
  </channel>
</rss>

