<?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 Is it a bug? Data not read! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228517#M80543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it was mistyping - NONCONCATENATE.&lt;/P&gt;&lt;P&gt;There are many ways to fix this. I assume you want concatenate, but a little later, to be able to get the count of Rows in this table. A possible solution is to load first with this additional TEST field, as DZ_Klienci_temp, and later in the script concatenate it to the table WR_Klienci but without the TEST field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;CONCATENATE (WR_Klienci) LOAD&lt;BR /&gt; NazwaKlienta,&lt;BR /&gt; DostepTyp,&lt;BR /&gt; StatusKlienta&lt;BR /&gt;RESIDENT DZ_Klienci_temp;&lt;BR /&gt;DROP TABLE DZ_Klienci_temp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 19:11:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-02-17T19:11:21Z</dc:date>
    <item>
      <title>Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228509#M80535</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;I source data through 2 ODBCs from aprox. 100 SQL databases in each and 10 tables in each SQL db using loops within every single ODBCs i.e.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODBC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;Data:&lt;/P&gt;&lt;P&gt;SQL TABLE 1 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;SQL TABLE 2 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SQL TABLE 10 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODBC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Data)&lt;/P&gt;&lt;P&gt;SQL TABLE 1 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;SQL TABLE 2 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SQL TABLE 10 "for next " loop DB1 to DB100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to reload data only ODBC1 is read ODBC2 is omitted. When I change the order to ODBC2 ODBC 1 again only first one - ODBC2 - is read.&lt;/P&gt;&lt;P&gt;Is it a bug or am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 19:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228509#M80535</guid>
      <dc:creator />
      <dc:date>2010-02-01T19:23:49Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228510#M80536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help with this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228510#M80536</guid>
      <dc:creator />
      <dc:date>2010-02-10T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228511#M80537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although optional, I'd use&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Disconnect;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;after the first and before the second load to force qlikview to get the new odbc connection. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228511#M80537</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-10T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228512#M80538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Miguel and Micheal,&lt;/P&gt;&lt;P&gt;I've checked the log and the problem is somewhere else. Below you can find the extract from the log starting from disconnecting first odbc. Problem is withloops in the second ODBC - they don't see the upper limit in "FOR" thus don't load the data. In the script I load db names from CDN_Konfiguracja and then make the loops for each table for every db name. Value '-1' in "FOR" is to less the number of loops to be made. Please advise what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Disconnect&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;ODBC CONNECT&lt;/B&gt;*XUserId*XPassword*&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;DZ_Klienci:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;SQL SELECT&lt;/B&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Baz_Nazwa AS NazwaKlienta,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CASE WHEN RIGHT(Baz_Dostep,1) = 0 THEN 'Normalny' WHEN RIGHT(Baz_Dostep,1) = 1 THEN 'NT' END AS DostepTyp,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CASE WHEN Baz_Nieaktywna = '0' THEN 'Aktywny' ELSE 'Nieaktywny' END AS "StatusKlienta"&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;FROM&lt;/B&gt; "CDN_Konfiguracja".CDN.Bazy&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;3 fields found: NazwaKlienta, DostepTyp, StatusKlienta, 193 lines fetched&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;LET&lt;/B&gt; LiczbaKlientow = NoOfRows('DZ_Klienci')&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;FOR&lt;/B&gt; i=0 TO -1&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;LET&lt;/B&gt; LiczbaKlientow = NoOfRows('DZ_Klienci')&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;FOR&lt;/B&gt; i=0 TO -1&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Execution finished.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 19:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228512#M80538</guid>
      <dc:creator />
      <dc:date>2010-02-12T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228513#M80539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you confirm by using the table view (Ctl-t) that the first table is being created with the name "&lt;EM&gt;DZ_Klienci"?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Can you post the portion of the script that matches the log?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2010 11:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228513#M80539</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-02-13T11:02:57Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228514#M80540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surprisingly, the table is not created. There are only tables from first ODBC although the script is the same in both ODBC except for the first table name - WR_Klienci and DZ_Klienci . Below is the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Disconnect;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;ODBC CONNECT&lt;/STRONG&gt; TO OPTIMA_DZ (XUserId is LJNFXZFMGB, XPassword is SKeIYQRMBbYIXQVGYRMADYQV) ;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;DZ_Klienci:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Baz_Nazwa AS NazwaKlienta,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CASE WHEN RIGHT(Baz_Dostep,1) = 0 THEN 'Normalny' WHEN RIGHT(Baz_Dostep,1) = 1 THEN 'NT' END AS DostepTyp,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CASE WHEN Baz_Nieaktywna = '0' THEN 'Aktywny' ELSE 'Nieaktywny' END AS "StatusKlienta"&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt; "CDN_Konfiguracja".CDN.Bazy;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; LiczbaKlientow = NoOfRows('DZ_Klienci');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;FOR&lt;/STRONG&gt; i=0 TO $(LiczbaKlientow)-1&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; B = peek('NazwaKlienta',$(i),'DZ_Klienci');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; C = 'CDN_'&amp;amp; peek('NazwaKlienta',$(i),'DZ_Klienci')&amp;amp; '.CDN.Firma';&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;'$(B)' AS NazwaKlienta,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;'Firma' AS Tabela, CASE WHEN Fir_Wartosc = 1 THEN 'EwidencjaRycza?towa' WHEN Fir_Wartosc = 2 THEN 'Ksi?gaPodatkowa' WHEN Fir_Wartosc = 3 THEN 'Ksi?gowo??Kontowa' END AS RodzajKsieg&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt; $(C) WHERE Fir_Numer = 1204;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; LiczbaKlientow = NoOfRows('DZ_Klienci');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;FOR&lt;/STRONG&gt; i=0 TO $(LiczbaKlientow)-1&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; B = peek('NazwaKlienta',$(i),'DZ_Klienci');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; C = 'CDN_'&amp;amp; peek('NazwaKlienta',$(i),'DZ_Klienci')&amp;amp; '.CDN.CfgWartosci';&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;'$(B)' AS NazwaKlienta,&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CASE WHEN CFW_Wartosc = '0' THEN 'Ten sam miesi?c' WHEN CFW_Wartosc = '1' THEN 'Nast?pny miesi?c' END AS 'Ksi?gowanieSk?adekZus'&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt; $(C) WHERE CFW_CfkId = '37';&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2010 12:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228514#M80540</guid>
      <dc:creator />
      <dc:date>2010-02-13T12:36:57Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228515#M80541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Przemek,&lt;BR /&gt;&lt;BR /&gt;There maybe more than one problem here.&lt;BR /&gt;If the table "DZ_Klienci" was not created, it is possible that a table with a diffrent name but with the same set of fields was created eralier in the script - so the "DZ_Klienci" was simply autoconcatenated to that eralier table.&lt;BR /&gt;If "DZ_Klienci" was not created, then LiczbaKlientow will be 0, hence loop from 0 to -1 which cannot create anything.&lt;BR /&gt;&lt;BR /&gt;Try to use NONCATENATE before "DZ_Klienci", or add some temporary field in this table. See if it helps to move ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 03:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228515#M80541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-17T03:28:32Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228516#M80542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added an extra field to "DZ_Klienci" and table has been created - attached are table structures views with and without the extra field. What else should I do to make it right?&lt;/P&gt;&lt;P&gt;PS NONCATENATE is not recognised by QV. Is there a mistake in spelling?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8836.WithExtraField.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8836.WithExtraField.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8814.WithoutExtraField.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8814.WithoutExtraField.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 18:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228516#M80542</guid>
      <dc:creator />
      <dc:date>2010-02-17T18:56:51Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228517#M80543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it was mistyping - NONCONCATENATE.&lt;/P&gt;&lt;P&gt;There are many ways to fix this. I assume you want concatenate, but a little later, to be able to get the count of Rows in this table. A possible solution is to load first with this additional TEST field, as DZ_Klienci_temp, and later in the script concatenate it to the table WR_Klienci but without the TEST field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;CONCATENATE (WR_Klienci) LOAD&lt;BR /&gt; NazwaKlienta,&lt;BR /&gt; DostepTyp,&lt;BR /&gt; StatusKlienta&lt;BR /&gt;RESIDENT DZ_Klienci_temp;&lt;BR /&gt;DROP TABLE DZ_Klienci_temp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 19:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228517#M80543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-17T19:11:21Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228518#M80544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iv'e changed the script as below and it didn't work - records from DZ_Klienci_temp are not in the data. As there many ways to fix this is there one that doesn't require using the extra field and another table? The original report is much more complexed thus I'd like to use solutions that are as simple as possible.&lt;/P&gt;&lt;P&gt;Thank you, Przemek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;DZ_Klienci_temp:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;Baz_Nazwa AS NazwaKlienta,&lt;/P&gt;&lt;P&gt;CASE WHEN RIGHT(Baz_Dostep,1) = 0 THEN 'Normalny' WHEN RIGHT(Baz_Dostep,1) = 1 THEN 'NT' END AS DostepTyp,&lt;/P&gt;&lt;P&gt;CASE WHEN Baz_Nieaktywna = '0' THEN 'Aktywny' ELSE 'Nieaktywny' END AS "StatusKlienta",&lt;/P&gt;&lt;P&gt;'Test' AS Test&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; "CDN_Konfiguracja".CDN.Bazy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CONCATENATE&lt;/B&gt; (WR_Klienci) &lt;B&gt;LOAD&lt;/B&gt;&lt;/P&gt;&lt;P&gt;NazwaKlienta,&lt;/P&gt;&lt;P&gt;DostepTyp,&lt;/P&gt;&lt;P&gt;StatusKlienta&lt;/P&gt;&lt;P&gt;&lt;B&gt;RESIDENT&lt;/B&gt; DZ_Klienci_temp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;DROP TABLE&lt;/B&gt; DZ_Klienci_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//RodzajKsi?gowo?ci&lt;/P&gt;&lt;P&gt;LET LiczbaKlientow = NoOfRows('DZ_Klienci_temp');&lt;/P&gt;&lt;P&gt;FOR i=0 TO $(LiczbaKlientow)-1&lt;/P&gt;&lt;P&gt;LET B = peek('NazwaKlienta',$(i),'DZ_Klienci_temp');&lt;/P&gt;&lt;P&gt;LET C = 'CDN_'&amp;amp; peek('NazwaKlienta',$(i),'DZ_Klienci_temp')&amp;amp; '.CDN.Firma';&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;'$(B)' AS NazwaKlienta,&lt;/P&gt;&lt;P&gt;'Firma' AS Tabela, CASE WHEN Fir_Wartosc = 1 THEN 'EwidencjaRycza?towa' WHEN Fir_Wartosc = 2 THEN 'Ksi?gaPodatkowa' WHEN Fir_Wartosc = 3 THEN 'Ksi?gowo??Kontowa' END AS RodzajKsieg&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; $(C) WHERE Fir_Numer = 1204;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;NEXT&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 08:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228518#M80544</guid>
      <dc:creator />
      <dc:date>2010-02-23T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228519#M80545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek,&lt;BR /&gt;&lt;BR /&gt;Maybe you've resolved your question by now, but anyway...&lt;BR /&gt;When I said that there could be many solutions, I didn't promise that there could be always a simple solution. Often you have to use more or less complex approach. &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;BR /&gt;I cannot give you a specific adivice because it requires understanding of the specifics of your situation. Forum is not the best place for an involbved consulting process.&lt;BR /&gt;I can tell though that there is at least one essential error here. Notice that you are trying to get the number of rows from the table that has been dropped:&lt;BR /&gt;LET LiczbaKlientow = NoOfRows('DZ_Klienci_temp');&lt;BR /&gt;Apparently all actions after this do not produce any result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Mar 2010 19:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228519#M80545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-07T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228520#M80546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;Unfortunatelly, cutting off the drop part didn't help. I'll educate myself a bit more and be back to the topic in the future. Thank you.&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 15:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228520#M80546</guid>
      <dc:creator />
      <dc:date>2010-03-12T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Is it a bug? Data not read!</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228521#M80547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that what you're trying to do is rather simple, but I can't help without good understanding the structure of the data (multiple databases, tables of identical structure). My guess is this structure was created to make the reporting easier. Never a good idea for QlikView. If you have authority for this - do not use this structure and load QV app from the raw data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 18:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-read/m-p/228521#M80547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-14T18:57:23Z</dc:date>
    </item>
  </channel>
</rss>

