<?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 Formatting of One Row Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204346#M61292</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;You may be better with a straight table and change it to be displayed Horizontal on the Presentation tab.&lt;/P&gt;&lt;P&gt;You can also play with hiding captions to make things look a bit tidier - particularly with small amounts of data. Experiment with other options on the presentation tab - for example you could suppress headers and create a new 'header' with a text box instead. This gives you more freedom of how to place stuff.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 19:51:26 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2011-04-07T19:51:26Z</dc:date>
    <item>
      <title>Formatting of One Row Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204345#M61291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data that was loaded using the following LOAD Script&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;BR /&gt;Year(ExtractDate) &lt;B&gt;AS&lt;/B&gt; Year&lt;BR /&gt;,SUM(Losses) &lt;B&gt;AS&lt;/B&gt; Losses&lt;B&gt;&lt;BR /&gt;RESIDENT&lt;/B&gt; lookupMasterServicer&lt;B&gt;&lt;BR /&gt;WHERE&lt;/B&gt; ApplyMap('Map_Losses', Losses, 'False') &amp;lt;&amp;gt; 'True'&lt;B&gt;&lt;BR /&gt;GROUP&lt;/B&gt; &lt;B&gt;BY&lt;/B&gt; Year(ExtractDate);&lt;/P&gt;&lt;P&gt;So basically it is just a summary of Amounts by year... That I want to display in a pivot table that looks similar to the following&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4045_sourceID:4045" /&gt;&lt;/P&gt;&lt;P&gt;My problem is the formatting looks wacky for a one row pivoted table after I drag the year horizontally over the losses column. How can correct this to make it look a little more pleasing to the eye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 19:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204345#M61291</guid>
      <dc:creator />
      <dc:date>2011-04-07T19:03:53Z</dc:date>
    </item>
    <item>
      <title>Formatting of One Row Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204346#M61292</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;You may be better with a straight table and change it to be displayed Horizontal on the Presentation tab.&lt;/P&gt;&lt;P&gt;You can also play with hiding captions to make things look a bit tidier - particularly with small amounts of data. Experiment with other options on the presentation tab - for example you could suppress headers and create a new 'header' with a text box instead. This gives you more freedom of how to place stuff.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 19:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204346#M61292</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-04-07T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Formatting of One Row Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204347#M61293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank-you for the quick response...&lt;/P&gt;&lt;P&gt;I really like your answer. Just one last thing before I am completely satisfied... The auto total, how do I get rid of that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 20:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204347#M61293</guid>
      <dc:creator />
      <dc:date>2011-04-07T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Formatting of One Row Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204348#M61294</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;If you are now on a straight table go to the Expressions tab and select No Totals for each expression that you have. On a pivot totals are turned on and off for each dimension on the Presentation tab (Show partial sums).&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 22:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-of-One-Row-Pivot-Table/m-p/204348#M61294</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-04-07T22:27:01Z</dc:date>
    </item>
  </channel>
</rss>

