<?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 Qualify * in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152648#M30008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;I tried as mentioned below but nothing is getting loaded...m i missing something&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;qualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;For&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; Fld1,&lt;BR /&gt;Fld2&lt;BR /&gt;&lt;B&gt;FROM $(fldr)\*.xls (biff, embedded labels, table is Sheet1$);&lt;/B&gt;*;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Unqualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Each fldr in DirList('..\Data\test\*')&lt;I&gt;&lt;/I&gt;&lt;P style="font-style: italic"&gt;Test:&lt;/P&gt;*;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 17:10:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-10T17:10:19Z</dc:date>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152644#M30004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;Qualify *; doesn't work if in load script i am taking *.xls in from clause. Is is so or there is some mistake from my side? I am picking up data from two data sources and one field is common. I dont want to link both data sources.&lt;/P&gt;&lt;P&gt;Main:&lt;BR /&gt;Load A,&lt;BR /&gt; C,&lt;BR /&gt; D&lt;BR /&gt;From [..\Data\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load A,&lt;BR /&gt; B&lt;BR /&gt;From [..\Data\TranData\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;BR /&gt;&lt;BR /&gt;When i reload the data, qv is creating multiple tables in data cloud like Temp, Temp1, Temp2 for each xl file respectively.&lt;/P&gt;&lt;P&gt;Logically it should not happen as *.xls is just to say qv that instead of one xl, load multiple xl files.&lt;BR /&gt;When i renamed fields in my later script, it worked fine. I am not able to understand why it is happening.&lt;/P&gt;&lt;P&gt;Any Suggestion !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 11:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152644#M30004</guid>
      <dc:creator />
      <dc:date>2009-08-10T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152645#M30005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Arun,&lt;/P&gt;&lt;P&gt;//********************* UR Existing code ******************************//&lt;/P&gt;&lt;P&gt;Main:&lt;BR /&gt;Load A,&lt;BR /&gt; C,&lt;BR /&gt; D&lt;BR /&gt;From [..\Data\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load A,&lt;BR /&gt; B&lt;BR /&gt;From [..\Data\TranData\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just change the position of the &lt;EM&gt;&lt;STRONG&gt;two qualify and unqualify statements as shown below..&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;//****************** modified code ********************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify A;&lt;/P&gt;&lt;P&gt;Main:&lt;BR /&gt;Load A,&lt;BR /&gt; C,&lt;BR /&gt; D&lt;BR /&gt;From [..\Data\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load A,&lt;BR /&gt; B&lt;BR /&gt;From [..\Data\TranData\*.xls] (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;//*******************************************************************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152645#M30005</guid>
      <dc:creator>dolphin123</dc:creator>
      <dc:date>2009-08-10T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152646#M30006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the repyl but as i wrote earlier also that i dont want both data sources to be linked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152646#M30006</guid>
      <dc:creator />
      <dc:date>2009-08-10T12:27:31Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152647#M30007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView loads a spreadsheet using the name of the SHEET as the table name, not the name of the FILE, unless you add the table name, followed by a colon, before the load. You have done the latter, so your table will be called Temp. QlikView recognises the QUALIFY request, but you have told it to use the same table name for the load, so it creates Temp, Temp1, Temp2. The filenames are irrelevant in the case you have given; you could capture them in a For each..next loop - see the Help for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 16:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152647#M30007</guid>
      <dc:creator />
      <dc:date>2009-08-10T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152648#M30008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;I tried as mentioned below but nothing is getting loaded...m i missing something&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;qualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;For&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; Fld1,&lt;BR /&gt;Fld2&lt;BR /&gt;&lt;B&gt;FROM $(fldr)\*.xls (biff, embedded labels, table is Sheet1$);&lt;/B&gt;*;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Unqualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Each fldr in DirList('..\Data\test\*')&lt;I&gt;&lt;/I&gt;&lt;P style="font-style: italic"&gt;Test:&lt;/P&gt;*;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 17:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152648#M30008</guid>
      <dc:creator />
      <dc:date>2009-08-10T17:10:19Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152649#M30009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, pls ignore previous one&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;For Each fldr in DirList('..\Data\test\*')&lt;BR /&gt; Test:&lt;BR /&gt; LOAD Fld1,&lt;BR /&gt; Fld2&lt;BR /&gt; FROM $(fldr)\*.xls (biff, embedded labels, table is Sheet1$);&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 17:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152649#M30009</guid>
      <dc:creator />
      <dc:date>2009-08-10T17:12:11Z</dc:date>
    </item>
    <item>
      <title>Qualify *</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify/m-p/152650#M30010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the variable to be the table name... try this:&lt;/P&gt;&lt;P&gt;qualify *;&lt;BR /&gt;&lt;BR /&gt;For Each fldr in FileList('..\Data\test\*.xls')&lt;BR /&gt; $(fldr):&lt;BR /&gt; LOAD Fld1,&lt;BR /&gt; Fld2&lt;BR /&gt; FROM '..\Data\test\$(fldr)' (biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Next fldr&lt;BR /&gt;&lt;BR /&gt;unqualify *;&lt;/P&gt;&lt;P&gt;If you run the script using debug you will see each load statement with the variables translated, which may help you to fix problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 17:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify/m-p/152650#M30010</guid>
      <dc:creator />
      <dc:date>2009-08-10T17:54:25Z</dc:date>
    </item>
  </channel>
</rss>

