<?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: Table design in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765512#M1048258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is possible, but you need to have 2 tables, one of them is the first without two columns for Var.&lt;/P&gt;&lt;P&gt;And the second table you need to put the values with formulas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 21:05:28 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2014-11-04T21:05:28Z</dc:date>
    <item>
      <title>Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765511#M1048257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table two different ways, but the user is looking for something different.&amp;nbsp; Here are the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70484_Table.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user would like the 1st table to be augmented as follows:&lt;/P&gt;&lt;P&gt;Month 2014 Plan 2013&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55.8 54.5&amp;nbsp; 56.5&lt;/P&gt;&lt;P&gt;Variation&amp;nbsp;&amp;nbsp;&amp;nbsp; -1.3pp .7pp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done?&amp;nbsp; I have not found a way to drag the field as such, and could not find the correct syntax to create a calculated field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 17:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765511#M1048257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765512#M1048258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is possible, but you need to have 2 tables, one of them is the first without two columns for Var.&lt;/P&gt;&lt;P&gt;And the second table you need to put the values with formulas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765512#M1048258</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-11-04T21:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765513#M1048259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response, can you describe a little further or display.&amp;nbsp; I am having trouble putting together your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765513#M1048259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T21:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765514#M1048260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an alternative i think you could turn on a TOTALs rows and use if() logic in the expression with Dimensionality() to conditionally calculate the totals differently.&amp;nbsp; Then its in 1 chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70502_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70503_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( Dimensionality()=0,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; num( sum( {$&amp;lt;Year={2011}&amp;gt;} Sales) /&amp;nbsp; sum(Sales),'#,##0.0%')&lt;/P&gt;&lt;P&gt;&amp;nbsp; , &lt;/P&gt;&lt;P&gt;&amp;nbsp; num(sum(Sales),'$#,##0.00;($#,##0.00)')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765514#M1048260</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-04T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765515#M1048261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using cross table you may achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 00:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765515#M1048261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T00:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table design</title>
      <link>https://community.qlik.com/t5/QlikView/Table-design/m-p/765516#M1048262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you that worked like a charm.&amp;nbsp; Bailed me out again.&amp;nbsp; I didn't think to use the dimensionality function, nor am I really familiar with that function and proper ways to use.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-design/m-p/765516#M1048262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T13:50:51Z</dc:date>
    </item>
  </channel>
</rss>

