<?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: Conditional Loading of columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830935#M1232142</link>
    <description>&lt;P&gt;Would "Load *" work in this case?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 21:10:58 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2021-08-24T21:10:58Z</dc:date>
    <item>
      <title>Conditional Loading of columns</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830796#M1232138</link>
      <description>&lt;P&gt;I have excel tables in files that i want to load. File names are T1, T2, T3, T4.&lt;/P&gt;&lt;P&gt;In T1 there are 5 columns : Name, Grade, Rollno, Percentage, Country.&lt;/P&gt;&lt;P&gt;Other Tables : Name, Rollno, Precentage.&lt;/P&gt;&lt;P&gt;I want to write conditions that, while loading it would load all columns from T1 and from others it should exclude last column or the chosen column.&lt;/P&gt;&lt;P&gt;IF(FileName()="T1")THEN&lt;BR /&gt;LOAD*;&lt;BR /&gt;ELSE&lt;BR /&gt;LOAD [Rollno],&lt;BR /&gt;[Percentage]&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\vigne\Desktop\VISHAL\Qlik\Excel\Dynamic Loading\*]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made this code, but it isn't working right. Its first condition is always coming false. I also want the second load to be dynamic.&lt;/P&gt;&lt;P&gt;Example : Load all except the last column.&lt;/P&gt;&lt;P&gt;Please explain the solutions.&lt;/P&gt;&lt;P&gt;Thankyou.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830796#M1232138</guid>
      <dc:creator>Vishal007</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Loading of columns</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830800#M1232140</link>
      <description>&lt;P&gt;Try something like this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab:
LOAD Name, Grade, Rollno, Percentage, Country
FROM [T1];

Concatenate(tab)
LOAD Name, Rollno, Percentage
FROM [T2];

Concatenate(tab)
LOAD Name, Rollno, Percentage
FROM [T3];

Concatenate(tab)
LOAD Name, Rollno, Percentage
FROM [T4];&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Aug 2021 12:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830800#M1232140</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-08-24T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Loading of columns</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830935#M1232142</link>
      <description>&lt;P&gt;Would "Load *" work in this case?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 21:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830935#M1232142</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-08-24T21:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Loading of columns</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830965#M1232144</link>
      <description>&lt;P&gt;I included the code that I wrote. hope it clarifies my question.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I made this code, but it isn't working right. I also want the second load to be dynamic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 04:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830965#M1232144</guid>
      <dc:creator>Vishal007</dc:creator>
      <dc:date>2021-08-25T04:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Loading of columns</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830966#M1232146</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I included the code that I wrote. hope it clarifies my question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I made this code, but it isn't working right. I also want the second load to be dynamic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 04:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-columns/m-p/1830966#M1232146</guid>
      <dc:creator>Vishal007</dc:creator>
      <dc:date>2021-08-25T04:53:36Z</dc:date>
    </item>
  </channel>
</rss>

