<?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: Logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic/m-p/514669#M1267019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your excel data in with an additional field created like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as SheetNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[ExcelFile.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Tabelle1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 as SheetNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;[ExcelFile.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Tabelle2$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this field to limit the records in your calculations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SheetNo ={1,2,3,4}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SheetNo ={1,2,3,4,5}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 14:33:06 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-12-20T14:33:06Z</dc:date>
    <item>
      <title>Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/514668#M1267016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application source of data is excel, In which there are 5 sheet with same column names.I have created a application(qvw) of 3 tab&amp;nbsp; but now due to some changes I want that my last tab will active for all the 5 excel sheet and the remaining tab works on remaining 4 excel sheet..&lt;/P&gt;&lt;P&gt;So how I create logic for this in qlikview &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/514668#M1267016</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/514669#M1267019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your excel data in with an additional field created like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as SheetNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[ExcelFile.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Tabelle1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 as SheetNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;[ExcelFile.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Tabelle2$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this field to limit the records in your calculations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SheetNo ={1,2,3,4}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;SheetNo ={1,2,3,4,5}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/514669#M1267019</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-20T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/514670#M1267022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use by creating a data island for the data loaded from sheet 5.&lt;/P&gt;&lt;P&gt;in this way what ever reports you wiill create with this data isaland will not effect at all on other reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 06:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/514670#M1267022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T06:38:20Z</dc:date>
    </item>
  </channel>
</rss>

