<?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: Complex Cross tab file processing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661224#M730721</link>
    <description>&lt;P&gt;thank you Loren.&lt;/P&gt;&lt;P&gt;The expected output is attached.&lt;/P&gt;&lt;P&gt;It should be simple flat table with,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ItemNo,Particulars,Month, Data&lt;/P&gt;&lt;P&gt;Where Item No is serial no, Month represents (apr, may, jun etc), data represents metric values.&lt;/P&gt;&lt;P&gt;I also want to ignore&amp;nbsp;"Total Income", "Total Incentives" if possible.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Dec 2019 12:25:41 GMT</pubDate>
    <dc:creator>Sean_BI</dc:creator>
    <dc:date>2019-12-29T12:25:41Z</dc:date>
    <item>
      <title>Complex Cross tab file processing</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661189#M730719</link>
      <description>&lt;P&gt;Dear Team -&lt;/P&gt;&lt;P&gt;i am having a hard time in processing a cross tab which is in a financial statement format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the transformation step in qlikview while importing i am unable to generate into a tabular format i.e in simple rows and columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Column A should be repeated for each row .&lt;/P&gt;&lt;P&gt;Column B should be repeated for each row.&lt;/P&gt;&lt;P&gt;Column C is blank and should NOT eliminated&lt;/P&gt;&lt;P&gt;Column D Row 4 i.e Months (Apr to Mar) should be repeated for each row.&lt;/P&gt;&lt;P&gt;The rest should be measures i.e values against each corresponding cells.&lt;/P&gt;&lt;P&gt;Note: Row #14 is in %. How to processing this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly advice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661189#M730719</guid>
      <dc:creator>Sean_BI</dc:creator>
      <dc:date>2024-11-16T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Cross tab file processing</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661208#M730720</link>
      <description>&lt;P&gt;I think what you want is to transpose the table&lt;/P&gt;&lt;P&gt;If this is not what you are looking for, can you create a table in your Excel file to clarify what you are looking for?&lt;/P&gt;&lt;P&gt;This is the code that generates the table below:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD Particulars,&lt;BR /&gt;[Interest To be Earned],&lt;BR /&gt;[Income on Interest],&lt;BR /&gt;[Total Income],&lt;BR /&gt;Incentives,&lt;BR /&gt;[Other Incentives],&lt;BR /&gt;[Total Incentives],&lt;BR /&gt;Assets,&lt;BR /&gt;EOP,&lt;BR /&gt;#Customers&lt;BR /&gt;FROM&lt;BR /&gt;CrossTabFileProcessing.xlsx&lt;BR /&gt;(ooxml, embedded labels, header is 1 lines, table is Sheet1, filters(&lt;BR /&gt;Transpose(),&lt;BR /&gt;Remove(Row, Pos(Top, 1)),&lt;BR /&gt;Remove(Col, Pos(Top, 2)),&lt;BR /&gt;Remove(Col, Pos(Top, 8)),&lt;BR /&gt;Remove(Row, Pos(Top, 2))&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transpose.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26124i79AD6C8686639072/image-size/large?v=v2&amp;amp;px=999" role="button" title="Transpose.png" alt="Transpose.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 01:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661208#M730720</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-29T01:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Cross tab file processing</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661224#M730721</link>
      <description>&lt;P&gt;thank you Loren.&lt;/P&gt;&lt;P&gt;The expected output is attached.&lt;/P&gt;&lt;P&gt;It should be simple flat table with,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ItemNo,Particulars,Month, Data&lt;/P&gt;&lt;P&gt;Where Item No is serial no, Month represents (apr, may, jun etc), data represents metric values.&lt;/P&gt;&lt;P&gt;I also want to ignore&amp;nbsp;"Total Income", "Total Incentives" if possible.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 12:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661224#M730721</guid>
      <dc:creator>Sean_BI</dc:creator>
      <dc:date>2019-12-29T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Cross tab file processing</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661226#M730722</link>
      <description>&lt;P&gt;See below; do you actually need the dummy values? they are just null in the source table; in my example below they are excluded (as they are nulls in the excel file)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;CrossTable (Month, Data, 2) Load * where not (Particulars = 'Total Income' or Particulars = 'Total Incentives') ;&lt;BR /&gt;LOAD F1 as ItemNo,&lt;BR /&gt;Particulars,&lt;BR /&gt;Apr,&lt;BR /&gt;May,&lt;BR /&gt;Jun,&lt;BR /&gt;Jul,&lt;BR /&gt;Aug,&lt;BR /&gt;Sep,&lt;BR /&gt;Oct,&lt;BR /&gt;Nov,&lt;BR /&gt;Dec,&lt;BR /&gt;Jan,&lt;BR /&gt;Feb,&lt;BR /&gt;Mar&lt;BR /&gt;FROM&lt;BR /&gt;CrossTabFileProcessing.xlsx&lt;BR /&gt;(ooxml, embedded labels, header is 1 lines, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2019 12:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661226#M730722</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-29T12:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Cross tab file processing</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661495#M730723</link>
      <description>&lt;P&gt;Just one additional post from the Design Blog area that may be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the base Design Blog area URL for future reference too, so you can search yourself next time:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 14:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Cross-tab-file-processing/m-p/1661495#M730723</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-30T14:12:32Z</dc:date>
    </item>
  </channel>
</rss>

