<?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: Managing current and archival data in the different tabs with common filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Managing-current-and-archival-data-in-the-different-tabs-with/m-p/2013198#M83736</link>
    <description>&lt;P&gt;you need to concatenate you data in one single table&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;final_table:&lt;BR /&gt;load&lt;BR /&gt;'current' as source_data&lt;BR /&gt;[progam],&lt;BR /&gt;[att2],&lt;BR /&gt;[att3_stat],&lt;BR /&gt;[snapid],&lt;BR /&gt;from tab_current.qvd;&lt;/P&gt;
&lt;P&gt;concatenate(final_table)&lt;BR /&gt;'archive' as source_data&lt;BR /&gt;[program_arc] as [progam],&lt;BR /&gt;[att2_arc] as [att2],&lt;BR /&gt;[att3_stat_arc] as [att3_stat],&lt;BR /&gt;[snapid_arc] as [snapid],&lt;BR /&gt;from tab_current.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please don't forget to accept response and like if it's ok for you.&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 14:03:53 GMT</pubDate>
    <dc:creator>kfoudhaily</dc:creator>
    <dc:date>2022-12-06T14:03:53Z</dc:date>
    <item>
      <title>Managing current and archival data in the different tabs with common filter</title>
      <link>https://community.qlik.com/t5/App-Development/Managing-current-and-archival-data-in-the-different-tabs-with/m-p/2012885#M83719</link>
      <description>&lt;P&gt;Requirement to show up current and archival data in two different tabs but all the tabs having left side common filter for program and other key filters. Since i do have different table for current and archival , I populate the data based on the attributes present in the table.&lt;/P&gt;
&lt;P&gt;tab_current.qvd&lt;/P&gt;
&lt;P&gt;[progam]&lt;/P&gt;
&lt;P&gt;[att2]&lt;/P&gt;
&lt;P&gt;[att3_stat]&lt;/P&gt;
&lt;P&gt;[snapid]  - * current having stats only for one snap id&lt;/P&gt;
&lt;P&gt;tab_archive.qvd&lt;/P&gt;
&lt;P&gt;[program_arc]&lt;/P&gt;
&lt;P&gt;[att2_arc]&lt;/P&gt;
&lt;P&gt;[att3_stat_arc]&lt;/P&gt;
&lt;P&gt;[snapid_arc]  - * archival having stats for olders snapids&lt;/P&gt;
&lt;P&gt;When user picks up the filter for program in the left side filter in one tab, it has to be applied all the tabs including archival tab.  since these are 2 different table, its not having any relationship.  How can i achieve make a relationship with archival and current table. This is an existing application. Currently there are 5 tabs which show up current data up and running and 6th tab we are creating now to show up only archival data. &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Managing-current-and-archival-data-in-the-different-tabs-with/m-p/2012885#M83719</guid>
      <dc:creator>DMP</dc:creator>
      <dc:date>2022-12-05T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Managing current and archival data in the different tabs with common filter</title>
      <link>https://community.qlik.com/t5/App-Development/Managing-current-and-archival-data-in-the-different-tabs-with/m-p/2013198#M83736</link>
      <description>&lt;P&gt;you need to concatenate you data in one single table&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;final_table:&lt;BR /&gt;load&lt;BR /&gt;'current' as source_data&lt;BR /&gt;[progam],&lt;BR /&gt;[att2],&lt;BR /&gt;[att3_stat],&lt;BR /&gt;[snapid],&lt;BR /&gt;from tab_current.qvd;&lt;/P&gt;
&lt;P&gt;concatenate(final_table)&lt;BR /&gt;'archive' as source_data&lt;BR /&gt;[program_arc] as [progam],&lt;BR /&gt;[att2_arc] as [att2],&lt;BR /&gt;[att3_stat_arc] as [att3_stat],&lt;BR /&gt;[snapid_arc] as [snapid],&lt;BR /&gt;from tab_current.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please don't forget to accept response and like if it's ok for you.&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 14:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Managing-current-and-archival-data-in-the-different-tabs-with/m-p/2013198#M83736</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2022-12-06T14:03:53Z</dc:date>
    </item>
  </channel>
</rss>

