<?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: New Table from 3 filtered CSV files (Transpose - Line by Line) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146507#M1225019</link>
    <description>&lt;P&gt;Hi Timo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the file was created in QlikView. Maybe you are trying to open it in Sense?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 06:20:14 GMT</pubDate>
    <dc:creator>tabletuner</dc:creator>
    <dc:date>2023-12-12T06:20:14Z</dc:date>
    <item>
      <title>New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142451#M1224892</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;brand new Qlik User with a massive project ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reinvent a running application using QLIK instead of hardcoded C# . We do have this hardcoded C# exe file which forwards 3 CSV files line by line into a new SQL Master-table. Applying filters deleting empty rows and transpose the data structure. Acctually the transpose function is the major reason we do this line by line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now how will I be able to create this master table in Qlik. The attached picture is just a sample of the first part of the original code - creating the Mastertable from filterd Project table.&amp;nbsp; Transposing is not shown yet. But I need to know if it is possible at all.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Qlik I hardly codes anything yet. BUT in fact what I did so far is not even working out . The where statement is not considered and the table PROJEKTE looks very poor compared to the original CSV there is a lot of data missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dont be confused because of the xls file extension .. it is a CSV format delimiter Tab.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timo&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142451#M1224892</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-11-29T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142482#M1224894</link>
      <description>&lt;P&gt;This is not very clear to me, however, if your goal is to transpose a row of data in multiple rows, I don't think you will be able to do it in a single pass on Qlik neither.&lt;BR /&gt;Could you share dummy data how what you have in entry and of what you expect to have in output?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 15:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142482#M1224894</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-29T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142527#M1224895</link>
      <description>&lt;P&gt;Maybe you can have a look at the crosstable() function. It is used a lot to transpose tables.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2142527#M1224895</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2023-11-29T16:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143885#M1224924</link>
      <description>&lt;P&gt;Thank you for your answer... attached I uploaded 2 screenshoots. First shows replication of the actual SAP datasource as a CSV extract. Within this you'll find for each Order (WBS) several network actions (oper/Act)&lt;/P&gt;
&lt;P&gt;--&amp;gt; e.g. 34, 45, 100,70etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Second screenshot shows the "final" transposed datatable / mastertable - the network activities are within one row of the corresponding order.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The source "Order" and "Network Activity" is listed in 2 separet CSV Files / eventually 2 Separete Data Base Tables / SAP Transactions. The linking key is the Order Number (part of the first 11digits of WBS (X)+ the Item (part of last 8digits(Y)) ).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q/0XXXXXXXXX-00YY-142&lt;/P&gt;
&lt;P&gt;Hope you'll be able to follow this explanation. And even more looking forward to find a solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143885#M1224924</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-04T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143889#M1224925</link>
      <description>&lt;P&gt;Hi...&amp;nbsp; thank you for this idea. If you check my reply to vincent and follow my description you would tell me again that this crosstable () funktion is suitable for me ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where can I study the syntax or have a look on examples ..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Timo&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 12:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143889#M1224925</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-04T12:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143912#M1224926</link>
      <description>&lt;P&gt;Hi again tabletuner...&amp;nbsp; I checked the crosstable function on the net and even this seems to work perferct to transposte columns in to rows , my problem is completly vise versa. I will need to "filter" and transpose ROW - data into columns . I attached a screenshot trying to explane.. for better understanding. Thanks anyway for the crossfunction hint. Best Regards Timo&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 13:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2143912#M1224926</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-04T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2144337#M1224938</link>
      <description>&lt;P&gt;Here I add the code of the transpose part .&amp;nbsp; &amp;nbsp;Will this be possible during data load or is it eventually possible during sheet creation to skript this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2144337#M1224938</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-05T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2144369#M1224939</link>
      <description>&lt;P&gt;Also the opposite of a crosstable-statement is available, see:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/The-Generic-Load/ba-p/1473470" target="_blank"&gt;The Generic Load - Qlik Community - 1473470&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But AFAIK it's quite rare that such a data-structure is useful and beneficial against "normal" structures especially in a final data-model and the UI. I suggest not to try to transfer a SQL scheme and/or any programming logic 1:1 to Qlik else to be open to the native features of Qlik especially the associative data-model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 13:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2144369#M1224939</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-05T13:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145174#M1224969</link>
      <description>&lt;P&gt;to summerice the problem&amp;nbsp; Statement see here :&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 09:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145174#M1224969</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-07T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145186#M1224970</link>
      <description>&lt;P&gt;Timo, you marked the answer of Marcus as solwved. But now you are posting a new post. Is your problem solved or not?&amp;nbsp; If not I will have a look at it.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145186#M1224970</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2023-12-07T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145597#M1224990</link>
      <description>&lt;P&gt;Hi Tabletuner , not yet ... still working on a final solution. I postet this picture only to finalise the problem statement. Within other Topics in here we move on to eventually do NOT USE generic load. As Marcus explains this is critical and we believe we will be able to find different solution. But to answer you question - Problem is not yet solved only several ways are seen. Best Regards Thanks Timo&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 06:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145597#M1224990</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-08T06:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145669#M1224991</link>
      <description>&lt;P&gt;Hi Timo, in the attachment you will find a general idea of the use of generic load to your problem. After some finetuning in the transformation you might be able to solve it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 09:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145669#M1224991</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2023-12-08T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145675#M1224993</link>
      <description>&lt;P&gt;thanks TableTuner . I need to talk to our companies IT to import as I am probably not allowed yet. I get a timeout and I am not able to see the LOG file. "The Rest API called Timeout between Services"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 09:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2145675#M1224993</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-08T09:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146502#M1225018</link>
      <description>&lt;P&gt;Hi Tabletuner - I do still have some issues with this file. Can't import. Even our IT will get the "&lt;SPAN&gt;&lt;SPAN class="ui-provider ee bhv bhw bhx bhy bhz bia bib bic bid bie bif big bih bii bij bik bil bim bin bio bip biq bir bis bit biu biv biw bix biy biz bja bjb bjc"&gt;"The Rest API called Timeout between Services" error. Can you let me know what might be the issue ?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146502#M1225018</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-12T06:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146507#M1225019</link>
      <description>&lt;P&gt;Hi Timo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the file was created in QlikView. Maybe you are trying to open it in Sense?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146507#M1225019</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2023-12-12T06:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146511#M1225020</link>
      <description>&lt;P&gt;This is true!&amp;nbsp; Please can you supply a Sense version ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146511#M1225020</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-12T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: New Table from 3 filtered CSV files (Transpose - Line by Line)</title>
      <link>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146529#M1225022</link>
      <description>&lt;P&gt;I got it Tabletuner ... we extracted code and moved to Sense ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Table-from-3-filtered-CSV-files-Transpose-Line-by-Line/m-p/2146529#M1225022</guid>
      <dc:creator>TimoHart</dc:creator>
      <dc:date>2023-12-12T06:40:06Z</dc:date>
    </item>
  </channel>
</rss>

