<?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>idea Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1850732#M7631</link>
    <description>&lt;P&gt;I understand that the command line offers to import &lt;STRONG&gt;all&lt;/STRONG&gt; datamarts from one project to another.&lt;/P&gt;
&lt;P&gt;ComposeCli.exe import_csv --project TargetProject --infolder "C:\Mapping_Export\CSVMetaData" --scope datamarts&lt;/P&gt;
&lt;P&gt;I have a scenario where I want to move &lt;STRONG&gt;one&lt;/STRONG&gt; datamart from one project to another project. What is the correct command to do it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Do I have to modify the CSV files and delete the datamarts that I don't want to move.&lt;BR /&gt;The command to import single files doesn't seem right to me, as a datamart consists of multiple files.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 14:02:21 GMT</pubDate>
    <dc:creator>Helmut_Schuster</dc:creator>
    <dc:date>2021-10-22T14:02:21Z</dc:date>
    <item>
      <title>Enable Qlik Compose to import the data mart from one project into another project via the user interface</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idi-p/1774883</link>
      <description>&lt;P&gt;Currently it is possible to import the entity model, relationships, and ETL mappings from one project to another project using the user interface 'Import from project' function in the user interface.&lt;/P&gt;&lt;P&gt;It is desirable to also enable the import of data mart star schemas from a project to another project. Currently this is possible using the Qlik Compose CLI, but it is preferable to utilize the user interface in a similar manner as the import of entity model.&lt;/P&gt;&lt;P&gt;This enables our multiple product teams to import changes from individual projects into a centralized main Qlik project.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 20:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idi-p/1774883</guid>
      <dc:creator>paulstevens</dc:creator>
      <dc:date>2021-01-15T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1797988#M5734</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Thank you for your input. I understand the idea and am opening it up for feedback here. My current thinking is that since there is a way to do this using the CLI, it is of lower priority. I can share with you that we are considering exposing the CLI related to the export and import of CSV files to be accessible though the UI. Would that solve this same problem adequately for you?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tzachi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1797988#M5734</guid>
      <dc:creator>Tzachi_Nissim</dc:creator>
      <dc:date>2021-04-08T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1797993#M5735</link>
      <description>&lt;P&gt;Hi Tzachi&lt;/P&gt;&lt;P&gt;Thanks for the reply. Exposing the CSV files is not the desirable user experience. It is desirable to avoid manually editing or importing CSV files as it is error prone.&lt;/P&gt;&lt;P&gt;As described by Qlik solution architects, the suggested method for multi-user collaboration on a model is to export and import (merge) project artefacts between projects. In the absence of a smooth user experience for user collaboration within a single project, it is desirable for a smooth user experience to import project artefacts from another project. This activity will be frequently executed and we want to reduce the risk of errors. Whether the data mart import option is via the CLI or CSV files exposed in the UI, it is&amp;nbsp;&lt;EM&gt;still&lt;/EM&gt; a second separate activity required to support multi-user collaboration.&lt;/P&gt;&lt;P&gt;This import feature already exists for entities and ETL sets, and it is desirable for the import of data marts to exist in the same area. This creates a single activity area to manage project import to support multi-user collaboration.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1797993#M5735</guid>
      <dc:creator>paulstevens</dc:creator>
      <dc:date>2021-04-08T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1850732#M7631</link>
      <description>&lt;P&gt;I understand that the command line offers to import &lt;STRONG&gt;all&lt;/STRONG&gt; datamarts from one project to another.&lt;/P&gt;
&lt;P&gt;ComposeCli.exe import_csv --project TargetProject --infolder "C:\Mapping_Export\CSVMetaData" --scope datamarts&lt;/P&gt;
&lt;P&gt;I have a scenario where I want to move &lt;STRONG&gt;one&lt;/STRONG&gt; datamart from one project to another project. What is the correct command to do it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Do I have to modify the CSV files and delete the datamarts that I don't want to move.&lt;BR /&gt;The command to import single files doesn't seem right to me, as a datamart consists of multiple files.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/1850732#M7631</guid>
      <dc:creator>Helmut_Schuster</dc:creator>
      <dc:date>2021-10-22T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2037949#M11935</link>
      <description>&lt;P&gt;I second this idea. This will be beneficial in multi-user development and code merge can be handled much easily.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 20:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2037949#M11935</guid>
      <dc:creator>sharmamanishv</dc:creator>
      <dc:date>2023-02-14T20:44:24Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2118601#M15900</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274793" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 17:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2118601#M15900</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-09-18T17:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Qlik Compose to import the data mart from one project into another project via the user interface - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2118602#M15901</link>
      <description />
      <pubDate>Mon, 18 Sep 2023 17:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Enable-Qlik-Compose-to-import-the-data-mart-from-one-project/idc-p/2118602#M15901</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-09-18T17:14:26Z</dc:date>
    </item>
  </channel>
</rss>

