<?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: Change &amp;quot;base table&amp;quot; for each tab differently in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-quot-base-table-quot-for-each-tab-differently/m-p/1700387#M725605</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114536"&gt;@MikeJohn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if it is kind of same data, i suggest that, you can concatenate all the excel data into single table with the 'Source Origin'.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Col1 as C1, Col2 as C2, Col 3 as C3,&lt;/P&gt;&lt;P&gt;'Excel1' as Origin&amp;nbsp; From &lt;STRONG&gt;Excel1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate(Final)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kol1 as C1, Kol2 as C2 , Kol3 as C3,&lt;/P&gt;&lt;P&gt;'Excel2' as Origin From Excel2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, you can create a single chart.&amp;nbsp; In the Sheet Activate trigger, you can use the field 'Origin'.&lt;/P&gt;&lt;P&gt;goto first tab,&amp;nbsp; 'On Activate Sheet' trigger -&amp;gt; Select In Field -&amp;gt;&lt;/P&gt;&lt;P&gt;Field : Origin&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Search of String : Excel1&lt;/P&gt;&lt;P&gt;Like all other tabs.&amp;nbsp; 'On Leave Trigger' -&amp;gt; Clear Field -&amp;gt; Origin&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>Sat, 09 May 2020 16:52:05 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2020-05-09T16:52:05Z</dc:date>
    <item>
      <title>Change "base table" for each tab differently</title>
      <link>https://community.qlik.com/t5/QlikView/Change-quot-base-table-quot-for-each-tab-differently/m-p/1700384#M725604</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have different excel files with different names for each column. e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel1:&lt;/P&gt;&lt;P&gt;Col1, Col2, Col 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel2:&lt;/P&gt;&lt;P&gt;Kol1, Kol2, Kol3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i do have some Graph which uses the column of Excel1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now want to create a second tab and only copy and paste the graph and tell him "all formulars and everything is the same, but use Excel2 as your source".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A general idea would be to import both excels like this:&lt;/P&gt;&lt;P&gt;Excel1:&lt;/P&gt;&lt;P&gt;Col1 as C1, Col2 as C2, Col 3 as C3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel2:&lt;/P&gt;&lt;P&gt;Kol1 as C1, Kol2 as C2 , Kol3 as C3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ANd than have somewhere some option to tell him "in this tab, use Excel1 as base table" "in that tab, use Excel2 as base table".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that somehow possible?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-quot-base-table-quot-for-each-tab-differently/m-p/1700384#M725604</guid>
      <dc:creator>MikeJohn</dc:creator>
      <dc:date>2024-11-16T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change "base table" for each tab differently</title>
      <link>https://community.qlik.com/t5/QlikView/Change-quot-base-table-quot-for-each-tab-differently/m-p/1700387#M725605</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114536"&gt;@MikeJohn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if it is kind of same data, i suggest that, you can concatenate all the excel data into single table with the 'Source Origin'.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Col1 as C1, Col2 as C2, Col 3 as C3,&lt;/P&gt;&lt;P&gt;'Excel1' as Origin&amp;nbsp; From &lt;STRONG&gt;Excel1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate(Final)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kol1 as C1, Kol2 as C2 , Kol3 as C3,&lt;/P&gt;&lt;P&gt;'Excel2' as Origin From Excel2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, you can create a single chart.&amp;nbsp; In the Sheet Activate trigger, you can use the field 'Origin'.&lt;/P&gt;&lt;P&gt;goto first tab,&amp;nbsp; 'On Activate Sheet' trigger -&amp;gt; Select In Field -&amp;gt;&lt;/P&gt;&lt;P&gt;Field : Origin&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Search of String : Excel1&lt;/P&gt;&lt;P&gt;Like all other tabs.&amp;nbsp; 'On Leave Trigger' -&amp;gt; Clear Field -&amp;gt; Origin&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>Sat, 09 May 2020 16:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-quot-base-table-quot-for-each-tab-differently/m-p/1700387#M725605</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2020-05-09T16:52:05Z</dc:date>
    </item>
  </channel>
</rss>

