<?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: Labels on Chart table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414427#M569452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you have only three categories so you can transform the crosstable like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, Quarter, Qty -Orders, Value -Orders, Qty -Sales, Value -Sales, Qty -WP, Value -WP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_01, 2012-Q1, 15, 150, 10, 100, 12, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_01, 2012-Q2, 25, 250, 20, 200, 22, 220&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_02, 2012-Q1, 13, 130, 8, 80, 7, 95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_02, 2012-Q2, 18, 190, 16, 160, 9, 190&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data3:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -Orders] as Qty,&lt;/P&gt;&lt;P&gt;[Value -Orders] as Value,&lt;/P&gt;&lt;P&gt;'Orders' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -WP] as Qty,&lt;/P&gt;&lt;P&gt;[Value -WP] as Value,&lt;/P&gt;&lt;P&gt;'WP' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -Sales] as Qty,&lt;/P&gt;&lt;P&gt;[Value -Sales] as Value,&lt;/P&gt;&lt;P&gt;'Sales' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Data2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 13:05:31 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-10-15T13:05:31Z</dc:date>
    <item>
      <title>Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414420#M569445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some good advice to solve the issue below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a chart (table) with several dimension and 6 expressions. (see first table).&lt;/P&gt;&lt;P&gt;Please note that since expressions are 6 different columns,&lt;STRONG style="text-decoration: underline;"&gt; each pair &lt;/STRONG&gt;belongs to the same "&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/SPAN&gt;" (category).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a "label" to each category (as shown in the bottom table).&lt;/P&gt;&lt;P&gt;i.e. the first set of two expressions (Qty &amp;amp; Value) will have the "Orders" label, the second "Sales" label and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to take into consideration that the table is dynamically created in the GUI (following user's selections).&lt;/P&gt;&lt;P&gt;The Set (Orders, Sales, etc) can appear or not (as selected by user).&lt;/P&gt;&lt;P&gt;The user will be changing the width of the columns (so adding a text box is not a good idea).&lt;/P&gt;&lt;P&gt;The user needs to export the whole table to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any good idea? &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23488" alt="Sample1.jpg" class="jive-image-thumbnail jive-image" height="258" src="https://community.qlik.com/legacyfs/online/23488_Sample1.jpg" width="535" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 10:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414420#M569445</guid>
      <dc:creator />
      <dc:date>2012-10-15T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414421#M569446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If category is a field in one of your tables then you can add it as a dimension and pivot it into the right place. I don't think there's an easy way to hide/show it then though.&lt;/P&gt;&lt;P&gt;If category isn't a field you should consider creating it in the load script. With a mapping table and applymap this is easily done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 11:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414421#M569446</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-15T11:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414422#M569447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been thinging on that approach, but looking for a most simple solution, because:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One problem is that sort is not allow in PT. (can make some workaround...)&lt;/P&gt;&lt;P&gt;The second one, is that each "Category" will be showing all expressions, even if setting non-related to null() and setting "Category" dimension to "Supress null values" in "Dimensions" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23495" alt="Sample2.jpg" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/23495_Sample2.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414422#M569447</guid>
      <dc:creator />
      <dc:date>2012-10-15T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414423#M569448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a qvw file we can work on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414423#M569448</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-15T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414424#M569449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at tab Pivot Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414424#M569449</guid>
      <dc:creator />
      <dc:date>2012-10-15T12:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414425#M569450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. I've simplyfied the expressions somewhat. You only need two and they are simpler too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414425#M569450</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-15T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414426#M569451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap, you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be very glad I you have some idea to implement a solution without using PT.&lt;/P&gt;&lt;P&gt;Otherwise, lots of work to create "Category" Dimension (which does not exists in the real model).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 12:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414426#M569451</guid>
      <dc:creator />
      <dc:date>2012-10-15T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414427#M569452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you have only three categories so you can transform the crosstable like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, Quarter, Qty -Orders, Value -Orders, Qty -Sales, Value -Sales, Qty -WP, Value -WP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_01, 2012-Q1, 15, 150, 10, 100, 12, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_01, 2012-Q2, 25, 250, 20, 200, 22, 220&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_02, 2012-Q1, 13, 130, 8, 80, 7, 95&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_02, 2012-Q2, 18, 190, 16, 160, 9, 190&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data3:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -Orders] as Qty,&lt;/P&gt;&lt;P&gt;[Value -Orders] as Value,&lt;/P&gt;&lt;P&gt;'Orders' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -WP] as Qty,&lt;/P&gt;&lt;P&gt;[Value -WP] as Value,&lt;/P&gt;&lt;P&gt;'WP' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Quarter,&lt;/P&gt;&lt;P&gt;[Qty -Sales] as Qty,&lt;/P&gt;&lt;P&gt;[Value -Sales] as Value,&lt;/P&gt;&lt;P&gt;'Sales' as Category&lt;/P&gt;&lt;P&gt;Resident Data2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Data2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414427#M569452</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-15T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on Chart table</title>
      <link>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414428#M569453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The real one is pretty complicated. &lt;/P&gt;&lt;P&gt;I will do some work and let know if succedded to implement with PT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labels-on-Chart-table/m-p/414428#M569453</guid>
      <dc:creator />
      <dc:date>2012-10-15T13:12:05Z</dc:date>
    </item>
  </channel>
</rss>

