<?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: Crosstable and where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076596#M637074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The clause is based on an existing field, exsisting before crosstable. I did the resident after but nothing has changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORE_T2:&lt;/P&gt;&lt;P&gt;LOAD * Resident ORE_T Where not IsNull(MATRICOLA);&lt;/P&gt;&lt;P&gt;DROP Table ORE_T;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 14:22:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-15T14:22:26Z</dc:date>
    <item>
      <title>Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076592#M637070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I made a crosstable of a csv file, now should I apply a where clause to exclude some lines, why Qlik did not leave it? &lt;SPAN lang="en"&gt; how can you fix this? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN lang="en"&gt;This is the frame of script:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13.3333px;"&gt;FOR Each file in FileList('..\..\IMPORT\MOVIMENTI\ORE\MENSILE\New\*.csv')&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; CrossTable(C_CAUSALI, W_ORE_TOTALI, 7)&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ORE_T:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; LOAD text(mid(FileBaseName(),1,3)) AS C_AZIENDA,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; text(SubField(FileBaseName(), ' ', 3)) AS ANNO,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; FileName() AS FILENAME,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; FROM $(file) (txt, codepage is 1252, embedded labels, delimiter is ';', msq, header is 2 lines);&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;NEXT file;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you &lt;SPAN lang="en"&gt;in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 13:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076592#M637070</guid>
      <dc:creator />
      <dc:date>2016-03-15T13:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076593#M637071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do the exclusion in the resident load after you have looped through all your CSVs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076593#M637071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076594#M637072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can apply where conditions only on another load before your crosstable loading so for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTab&lt;/P&gt;&lt;P&gt;Crosstable (Month, Sales) Load * from ex1.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyNewTab: noconcatenate&lt;/P&gt;&lt;P&gt;load * residente MyTab Where ....;&lt;/P&gt;&lt;P&gt;drop table MyTab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076594#M637072</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2016-03-15T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076595#M637073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the where clause look like? Is it based on the field content before or after the cross-table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076595#M637073</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-15T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076596#M637074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The clause is based on an existing field, exsisting before crosstable. I did the resident after but nothing has changed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORE_T2:&lt;/P&gt;&lt;P&gt;LOAD * Resident ORE_T Where not IsNull(MATRICOLA);&lt;/P&gt;&lt;P&gt;DROP Table ORE_T;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076596#M637074</guid>
      <dc:creator />
      <dc:date>2016-03-15T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076597#M637075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its based on a field from your csv, then do it before you do the crosstable load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076597#M637075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-15T16:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable and where</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076598#M637076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, it works.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-and-where/m-p/1076598#M637076</guid>
      <dc:creator />
      <dc:date>2016-03-21T16:22:49Z</dc:date>
    </item>
  </channel>
</rss>

