<?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: 4 Column Table Chart from 2 Column Source Data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151126#M376160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you would need&amp;nbsp; to work out the logic, but just replace the 5 and the 10 literals with expressions to calculate the numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2016 11:20:00 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-05-26T11:20:00Z</dc:date>
    <item>
      <title>4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151121#M376155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to turn a 2 Column source table, into a 4 column chart in the following layout.&amp;nbsp; The number of columns in the output table will vary according to selections.&amp;nbsp; The reason is to use the chart in a PDF report that can be used to print labels, on preformatted sticker sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2to4Chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125878_2to4Chart.png" style="height: 265px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151121#M376155</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-26T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: 4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151122#M376156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create two charts and place them side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont think it is possible to split tables in Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151122#M376156</guid>
      <dc:creator />
      <dc:date>2016-05-26T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: 4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151123#M376157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, two charts would do it.&amp;nbsp; But how would the charts know which records to include?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151123#M376157</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-26T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: 4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151124#M376158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need twp charts. You can then use calculated dimensions in the the following pattern to select the values for each table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Aggr(If(Rank(-&amp;lt;...expression...&amp;gt;) &amp;lt;= 5, &amp;lt;...dimension...&amp;gt;), &amp;lt;...dimension...&amp;gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Aggr(If(Rank(-&amp;lt;...expression...&amp;gt;) &amp;gt; 5 And Rank(-&amp;lt;...expression...&amp;gt;) &amp;lt;= 10, &amp;lt;...dimension...&amp;gt;), &amp;lt;...dimension...&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ranking will allow for selection of some records in one table and some in another. You could rank by any attribute in your data, just insert he field name as the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151124#M376158</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-26T09:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: 4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151125#M376159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could the rank value be variable based on the number of rows selected?&amp;nbsp; The sample was really just to show the layout I was after.&amp;nbsp; It is going to be in the thousands of records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151125#M376159</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-26T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: 4 Column Table Chart from 2 Column Source Data?</title>
      <link>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151126#M376160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you would need&amp;nbsp; to work out the logic, but just replace the 5 and the 10 literals with expressions to calculate the numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 11:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/4-Column-Table-Chart-from-2-Column-Source-Data/m-p/1151126#M376160</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-26T11:20:00Z</dc:date>
    </item>
  </channel>
</rss>

