<?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 How to remove 0  Data in Cross Table Load in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808186#M9008</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am converting multiple fields of "Aging groups" from Columns to Rows using cross table as shown in attached screenshot.&lt;/P&gt;&lt;P&gt;There are many 0 values in the data (yellow highlighted) and all these '0's are also being loaded to final table after applying crosstable.&lt;/P&gt;&lt;P&gt;How can I load the same data with crosstable ignoring all "0" values ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 16 May 2021 04:11:53 GMT</pubDate>
    <dc:creator>syedsaqib</dc:creator>
    <dc:date>2021-05-16T04:11:53Z</dc:date>
    <item>
      <title>How to remove 0  Data in Cross Table Load</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808186#M9008</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am converting multiple fields of "Aging groups" from Columns to Rows using cross table as shown in attached screenshot.&lt;/P&gt;&lt;P&gt;There are many 0 values in the data (yellow highlighted) and all these '0's are also being loaded to final table after applying crosstable.&lt;/P&gt;&lt;P&gt;How can I load the same data with crosstable ignoring all "0" values ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 04:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808186#M9008</guid>
      <dc:creator>syedsaqib</dc:creator>
      <dc:date>2021-05-16T04:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove 0  Data in Cross Table Load</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808195#M9009</link>
      <description>&lt;P&gt;Sample Data and desired output pls?&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 06:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808195#M9009</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2021-05-16T06:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove 0  Data in Cross Table Load</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808230#M9010</link>
      <description>&lt;P&gt;Hi, Sample data and desired output attached.&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="syedsaqib_0-1621208587378.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55069i97E2C660FA0044EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="syedsaqib_0-1621208587378.png" alt="syedsaqib_0-1621208587378.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 23:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808230#M9010</guid>
      <dc:creator>syedsaqib</dc:creator>
      <dc:date>2021-05-16T23:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove 0  Data in Cross Table Load</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808235#M9011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62260"&gt;@syedsaqib&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;CrossTable(AgingGroup, Amount1)&lt;BR /&gt;LOAD [Customer No],&lt;BR /&gt;Current,&lt;BR /&gt;[1-30],&lt;BR /&gt;[31-60],&lt;BR /&gt;[61-90],&lt;BR /&gt;[91-180],&lt;BR /&gt;[181-365],&lt;BR /&gt;[Over 365]&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik\Com\Sample Data and Desired result.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Load * Resident T1 Where (Amount1 &amp;lt;&amp;gt;0);&lt;/P&gt;&lt;P&gt;DROP Table T1;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 03:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-remove-0-Data-in-Cross-Table-Load/m-p/1808235#M9011</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-05-17T03:07:52Z</dc:date>
    </item>
  </channel>
</rss>

