<?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: Formatting issue in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675220#M1057437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For issue 1: I think it can be done in a straight table, but not very easily. See this blog post: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/10/how-intervalmatch-solved-my-profit-and-loss-dilemma" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How IntervalMatch Solved My Profit and Loss Dilemma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For issue 2: All the partial sum labels of a dimension will have the same text. You cannot get different partial sum labels for different dimension values. If you want custom totals you can try using the approach I outlined above, i.e. creating a new field in the script and use that as dimension instead of the original.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 08:03:41 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-10-22T08:03:41Z</dc:date>
    <item>
      <title>Formatting issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675217#M1057434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a report with Pivot table chart. Please refer to the below screenshot of the current and expected report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the 3 issues which I am currently facing -&lt;/P&gt;&lt;P&gt;Issue 1 - I'm trying to move my &lt;STRONG&gt;dimension Label1 &lt;/STRONG&gt;as the header of Label2. Please help that how can I achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 2 - This report has input parameter of Year In the row and column totals, I want to append the &lt;STRONG&gt;header of Total values&lt;/STRONG&gt; of the parameter, how to do it ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 3 - I dragged and dropped dimension quarter into Expression and now I want to hide this column Quarter, please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69446_Untitled1.png" style="width: 620px; height: 340px;" /&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 05:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675217#M1057434</guid>
      <dc:creator />
      <dc:date>2014-10-22T05:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675218#M1057435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;That's not possible as far as I know. Qlikview is not a report generating tool for hardcopy output. So it doesn't have all sorts of page/section/table header and footer options to make sure things look pretty on paper.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Perhaps you can use the Indent option on the Style tab. Or you can try creating another dimension in the script:&lt;BR /&gt;&lt;BR /&gt;Labels:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Label2-b, Label2&lt;BR /&gt;A1, A1&lt;BR /&gt;A2, A2&lt;BR /&gt;&lt;EM&gt;...etc&lt;/EM&gt;&lt;BR /&gt;A5, A5&lt;BR /&gt;Total ABC, A1&lt;BR /&gt;Total ABC, A2&lt;BR /&gt;&lt;EM&gt;...etc&lt;/EM&gt;&lt;BR /&gt;Total ABC, A5&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Then use then new field Label2-b instead of Label2&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;That can only be done with a macro: &lt;A href="https://community.qlik.com/message/94732"&gt;Hide column in pivot table&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 06:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675218#M1057435</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T06:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675219#M1057436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Gysbert for replying...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Issue 1, can I achieve this formatting in Straight table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Issue 2, I could rename the Row Total as Year (2013) as the parameter will have one value at a time and I used expression&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Minstring(Year)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can't use it for column total as &lt;STRONG&gt;Total ABC&lt;/STRONG&gt; as =Minstring(Label1) otherwise it will show me the minimum value for all the dimensions.&lt;/P&gt;&lt;P&gt;Is there any possible way to use the current label in the total value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 06:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675219#M1057436</guid>
      <dc:creator />
      <dc:date>2014-10-22T06:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting issue in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675220#M1057437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For issue 1: I think it can be done in a straight table, but not very easily. See this blog post: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/10/how-intervalmatch-solved-my-profit-and-loss-dilemma" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How IntervalMatch Solved My Profit and Loss Dilemma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For issue 2: All the partial sum labels of a dimension will have the same text. You cannot get different partial sum labels for different dimension values. If you want custom totals you can try using the approach I outlined above, i.e. creating a new field in the script and use that as dimension instead of the original.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 08:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-issue-in-Pivot-table/m-p/675220#M1057437</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T08:03:41Z</dc:date>
    </item>
  </channel>
</rss>

