<?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: Chart representation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1933169#M1231955</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can transpose the columns to rows by using a cross table .&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;TEST : &lt;BR /&gt;load * inline &lt;BR /&gt;[Apartment ID,AIR CONDITIONING,HEATING,BALCONY,PARKING&lt;BR /&gt;255,YES,NO,NO,NO&lt;BR /&gt;301,NO,YES,NO,YES&lt;BR /&gt;075,NO,NO,NO,NO&lt;BR /&gt;111,YES,YES,NO,NO&lt;BR /&gt;023,YES,YES,YES,YES];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cross: &lt;BR /&gt;CrossTable([Facilities], [YESorNo?]) load [Apartment ID], [AIR CONDITIONING],[HEATING],[BALCONY],[PARKING] Resident TEST;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE TEST; &lt;BR /&gt;EXIT SCRIPT; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create the table you want, you should use Facilities and YESorNO? as Dimensions then simply count the YESorNo? in the expressions section.&amp;nbsp;&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="ZouhairLahlou_0-1652973534309.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79857i355703C8430FD0C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZouhairLahlou_0-1652973534309.png" alt="ZouhairLahlou_0-1652973534309.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZouhairLahlou_1-1652973551246.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79858i6E9CDA5F9DAC8FA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZouhairLahlou_1-1652973551246.png" alt="ZouhairLahlou_1-1652973551246.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 15:19:45 GMT</pubDate>
    <dc:creator>ZouhairLahlou</dc:creator>
    <dc:date>2022-05-19T15:19:45Z</dc:date>
    <item>
      <title>Chart representation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1929784#M1231951</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I import data in te following form:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="47px"&gt;&lt;STRONG&gt;Apartment ID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;STRONG&gt;AIR CONDITIONING&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;STRONG&gt;HEATING&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;STRONG&gt;BALCONY&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="47px"&gt;&lt;STRONG&gt;PARKING&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;255&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;301&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;075&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;111&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;NO&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;023&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="16.666666666666668%" height="25px"&gt;YES&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to create a chart/table as the following:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;YES&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;NO&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;AIR CONDITIONING&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;AirCond={YES}&amp;gt;},AirCond)=3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;AirCond={NO}&amp;gt;},AirCond)=2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;HEATING&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Heating={YES}&amp;gt;},Heating)=3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Heating={NO}&amp;gt;},Heating)=2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;BALCONY&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Balcony={YES}&amp;gt;},Balcony)=1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Balcony={NO}&amp;gt;},Balcony)=4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;PARKING&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Parking={YES}&amp;gt;},Parking)=2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;=count({&amp;lt;Parking={NO}&amp;gt;},Parking)=3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea of how I could do this?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1929784#M1231951</guid>
      <dc:creator>antupe</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart representation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1933169#M1231955</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can transpose the columns to rows by using a cross table .&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;TEST : &lt;BR /&gt;load * inline &lt;BR /&gt;[Apartment ID,AIR CONDITIONING,HEATING,BALCONY,PARKING&lt;BR /&gt;255,YES,NO,NO,NO&lt;BR /&gt;301,NO,YES,NO,YES&lt;BR /&gt;075,NO,NO,NO,NO&lt;BR /&gt;111,YES,YES,NO,NO&lt;BR /&gt;023,YES,YES,YES,YES];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cross: &lt;BR /&gt;CrossTable([Facilities], [YESorNo?]) load [Apartment ID], [AIR CONDITIONING],[HEATING],[BALCONY],[PARKING] Resident TEST;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE TEST; &lt;BR /&gt;EXIT SCRIPT; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create the table you want, you should use Facilities and YESorNO? as Dimensions then simply count the YESorNo? in the expressions section.&amp;nbsp;&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="ZouhairLahlou_0-1652973534309.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79857i355703C8430FD0C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZouhairLahlou_0-1652973534309.png" alt="ZouhairLahlou_0-1652973534309.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZouhairLahlou_1-1652973551246.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79858i6E9CDA5F9DAC8FA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZouhairLahlou_1-1652973551246.png" alt="ZouhairLahlou_1-1652973551246.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 15:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1933169#M1231955</guid>
      <dc:creator>ZouhairLahlou</dc:creator>
      <dc:date>2022-05-19T15:19:45Z</dc:date>
    </item>
  </channel>
</rss>

