<?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: Embed a sheet in editable mode in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054791#M18329</link>
    <description>&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;&lt;STRONG&gt;Yes - you can do this using themes today&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Any example or link you can point me to?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 16:31:39 GMT</pubDate>
    <dc:creator>sam_coupa</dc:creator>
    <dc:date>2023-03-29T16:31:39Z</dc:date>
    <item>
      <title>Embed a sheet in editable mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2053414#M18312</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a few use cases in which I need to embed a sheet and allow my end user to edit that sheet as well. Editing includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Adding/Removing a chart by drag and dropping them&lt;/LI&gt;
&lt;LI&gt;Resizing and change the placement of existing charts on the sheet&lt;/LI&gt;
&lt;LI&gt;Adding a custom object&lt;/LI&gt;
&lt;LI&gt;and so on&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I also need to let the end users add new data sources in the "Data Manager". So embedding the Data Manager would be necessary as well. Basically I want to embed the green areas and not the red areas into my own web app. See the screenshots attached.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now, I have searched the documentation and I was able to embed a sheet and a chart either via an iframe or using nebulajs and engimajs. But the docs focus more on "viewing" things and not editing them.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;My question is, is there an easy way of embedding these two editors or do I have to re-implement most of the Qliks UI using nebulajs provided components? Do you have an example I can take a look?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Sheet Editor" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103610iEA77D06D5DF60DC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-03-27 at 12.30.03 AM.png" alt="Sheet Editor" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Sheet Editor&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Data Manager" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103611iBAA569B8519868E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-03-27 at 12.30.49 AM.png" alt="Data Manager" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Data Manager&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 20:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2053414#M18312</guid>
      <dc:creator>sam_coupa</dc:creator>
      <dc:date>2023-03-27T20:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Embed a sheet in editable mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054165#M18317</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/223298"&gt;@sam_coupa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a really simple embed, you'd be using the &lt;A href="https://qlik.dev/apis/javascript/app-integration" target="_self"&gt;app integration API&lt;/A&gt;, which allows you to embed the whole client.&lt;/P&gt;
&lt;P data-unlink="true"&gt;If you're using nebula then you'll need to create the UIs for self service and chart movements yourself, leveraging our standard nebula assets; and we don't provide components for recreating the data manager out of the box. We are looking at adding more examples to the ones already on &lt;A href="https://qlik.dev" target="_self"&gt;qlik.dev&lt;/A&gt;, but don't have a timeline for this yet.&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;There are other ways of supporting embedded users adding their own data, the most simplest of which is leaving key fields in your data model and providing an S3 bucket into which the user can drop a data file which can connect to those keys. The data model then contains static logic to add that data if it's present, and skip it if not. What sort of data are you hoping that the users will be loading, and what sort of modelling skill will they have?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 14:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054165#M18317</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-03-28T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Embed a sheet in editable mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054337#M18320</link>
      <description>&lt;P&gt;Thanks for the response. It was pretty easy to embed the entire app via an iframe.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is there any way I can remove the top navbar that has the Qlik logo?&lt;/LI&gt;
&lt;LI&gt;Can I change the logo?&lt;/LI&gt;
&lt;LI&gt;Can I disable some of the nav items like the "Narrating" button?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 28 Mar 2023 18:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054337#M18320</guid>
      <dc:creator>sam_coupa</dc:creator>
      <dc:date>2023-03-28T18:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Embed a sheet in editable mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054655#M18326</link>
      <description>&lt;P&gt;Sure, to your questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is there any way I can remove the top navbar that has the Qlik logo? &lt;STRONG&gt;Yes - you can do this using themes today, and we have roadmap around in-product customization for this&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Can I change the logo? &lt;STRONG&gt;Not yet - but we are planning to release a feature to allow this in a few weeks so that if you have an OEM use case (which I believe you do), then you can set this in a standard way across the whole tenant&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Can I disable some of the nav items like the "Narrating" button? &lt;STRONG&gt;Some of this you can do through css in your theme, we'd need to look at the specific items&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054655#M18326</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-03-29T12:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Embed a sheet in editable mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054791#M18329</link>
      <description>&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;&lt;STRONG&gt;Yes - you can do this using themes today&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Any example or link you can point me to?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 16:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-a-sheet-in-editable-mode/m-p/2054791#M18329</guid>
      <dc:creator>sam_coupa</dc:creator>
      <dc:date>2023-03-29T16:31:39Z</dc:date>
    </item>
  </channel>
</rss>

