<?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 How use 1 sheet in 2 applications ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2473223#M99863</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;Let me explain my problem:&lt;/P&gt;
&lt;P&gt;I have 2 applications with a similar data model, and with some sheets in common. So when I need to make changes on these common sheets, I have to make changes on the 2 applications (change variables or colors ect).&lt;/P&gt;
&lt;P&gt;It's not very practical... I can forget to modify in 1 application, and then my figures will be different...&lt;/P&gt;
&lt;P&gt;So do you have an idea for this? Have 2 applications but there is only 1 sheet is used in 2 applications?&lt;/P&gt;
&lt;P&gt;I've tried putting all the sheets in my 2 applications in 1 new application, and in the other 2 existants applications create a redirect button to the new application with all sheets are saved, but when I do that, users can use the navigation arrows and navigate in the first application...&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 12:26:54 GMT</pubDate>
    <dc:creator>Camille35</dc:creator>
    <dc:date>2024-07-26T12:26:54Z</dc:date>
    <item>
      <title>How use 1 sheet in 2 applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2473223#M99863</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;Let me explain my problem:&lt;/P&gt;
&lt;P&gt;I have 2 applications with a similar data model, and with some sheets in common. So when I need to make changes on these common sheets, I have to make changes on the 2 applications (change variables or colors ect).&lt;/P&gt;
&lt;P&gt;It's not very practical... I can forget to modify in 1 application, and then my figures will be different...&lt;/P&gt;
&lt;P&gt;So do you have an idea for this? Have 2 applications but there is only 1 sheet is used in 2 applications?&lt;/P&gt;
&lt;P&gt;I've tried putting all the sheets in my 2 applications in 1 new application, and in the other 2 existants applications create a redirect button to the new application with all sheets are saved, but when I do that, users can use the navigation arrows and navigate in the first application...&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 12:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2473223#M99863</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-07-26T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How use 1 sheet in 2 applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2473341#M99880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Handling shared data across multiple applications can be tricky, but there are a few approaches you can consider. Let’s explore some options:&lt;/P&gt;
&lt;P&gt;Consolidate Data in a Single Sheet:&lt;BR /&gt;Instead of maintaining separate sheets in each application, consider consolidating the common data into a single sheet. You can then use this shared sheet as the data source for both applications.&lt;BR /&gt;Create a new sheet (let’s call it “SharedData”) and copy over the common data from the existing sheets in your two applications.&lt;BR /&gt;In each application, point to the “SharedData” sheet as the data source. Any changes made to this sheet will automatically reflect in both applications.&lt;BR /&gt;This approach ensures consistency and reduces the risk of forgetting updates.&lt;BR /&gt;Use Excel’s Consolidate Feature:&lt;BR /&gt;If your data is in Excel, you can use the “Consolidate” feature to combine data from multiple sheets into one.&amp;nbsp;&lt;A title="HealthCare gov" href="https://www.health-insurancemarket.com" target="_blank" rel="noopener"&gt;&lt;FONT size="2" color="#FFFFFF"&gt;HealthCare gov&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;Select the cell where you want to pull in the combined data, go to the Data tab, and click Consolidate.&lt;BR /&gt;This method allows you to roll up figures from different sheets into a single sheet.&lt;BR /&gt;AppSheet Approach:&lt;BR /&gt;If you’re using AppSheet, you can add multiple standalone spreadsheet files as AppSheet tables.&lt;BR /&gt;Alternatively, create AppSheet tables from different worksheets within the same workbook.&lt;BR /&gt;Each dataset used by AppSheet is called a table, and the source can be a single spreadsheet or workbook.&lt;BR /&gt;Consider creating a view pointing to the new spreadsheet (worksheet) to display the data in your app.&lt;BR /&gt;Remember that the best approach depends on your specific requirements, data volume, and ease of management. Choose the one that aligns with your workflow and minimizes the risk of discrepancies.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;Best regards,&lt;BR /&gt;samuel898&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 05:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2473341#M99880</guid>
      <dc:creator>samuel898</dc:creator>
      <dc:date>2024-07-29T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How use 1 sheet in 2 applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2474352#M100020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307418"&gt;@samuel898&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks a lot for your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the consolidation in a single sheet, but I don't know how point to this new "SharedData". Do you have any qlik link ? Or screenshoot please ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 13:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-1-sheet-in-2-applications/m-p/2474352#M100020</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-08-02T13:27:23Z</dc:date>
    </item>
  </channel>
</rss>

