<?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: Hide expression column in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621356#M445809</link>
    <description>&lt;P&gt;Hi, a workaround can be moving the expression as a calculated dimension:&lt;/P&gt;&lt;P&gt;=If(RowDim=1,aggr(Num(sum(Total_kg * Price_kg),'$#,##0;-$#,##0'),Fruit, Category))&lt;/P&gt;&lt;P&gt;It won't show totals, maybe you can simulate them if you insert another RowDim to show totals and simulated them setting bakground color and bold text format.&lt;/P&gt;&lt;P&gt;The calculated dimension for Fruit can be:&lt;/P&gt;&lt;P&gt;=Pick(RowDim, Aggr(Fruit, Fruit), 'Others')&lt;/P&gt;</description>
    <pubDate>Sun, 08 Sep 2019 10:57:02 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2019-09-08T10:57:02Z</dc:date>
    <item>
      <title>Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621278#M445808</link>
      <description>&lt;P&gt;I have a pivot table in which I'd like the Total [$ Volume] column displayed. However I do not want the [$ Volume] columns displayed under the pivoted Supplier columns. See screenshot below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18660i9834F6538F86AC85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have also attached the qvw file&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621278#M445808</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2024-11-16T02:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621356#M445809</link>
      <description>&lt;P&gt;Hi, a workaround can be moving the expression as a calculated dimension:&lt;/P&gt;&lt;P&gt;=If(RowDim=1,aggr(Num(sum(Total_kg * Price_kg),'$#,##0;-$#,##0'),Fruit, Category))&lt;/P&gt;&lt;P&gt;It won't show totals, maybe you can simulate them if you insert another RowDim to show totals and simulated them setting bakground color and bold text format.&lt;/P&gt;&lt;P&gt;The calculated dimension for Fruit can be:&lt;/P&gt;&lt;P&gt;=Pick(RowDim, Aggr(Fruit, Fruit), 'Others')&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 10:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621356#M445809</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-09-08T10:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621634#M445828</link>
      <description>&lt;P&gt;Another approach could be just to add another on-top dimension to the object. If none native hierarchycally one exists you could also simply use something like: = 'all' and then you could with (secondary)dimensionality() refer to it to apply different expressions for each level.&lt;/P&gt;&lt;P&gt;Also possible is adding a further value to your dimension in the script, like:&lt;/P&gt;&lt;P&gt;concatenate(INLFED) load '$ Volume' as Supplier autogenerate 1;&lt;/P&gt;&lt;P&gt;and then you could query this fieldvalue to branch into different expressions.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 13:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1621634#M445828</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-09T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1622227#M445860</link>
      <description>&lt;P&gt;Thanks for the response. Are you able to show me your proposal on my sample qvw file.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 16:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1622227#M445860</guid>
      <dc:creator>VivenReddy</dc:creator>
      <dc:date>2019-09-10T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1622476#M445869</link>
      <description>&lt;P&gt;Here both approaches whereby the second suggestion with adding an appropriate dummy-value within the script might need some further adjustments (adding appropriate values within other fields, too to be to consider any selections and/or those fields within the aggr and/or the totals) because of your rather complex design with the aggr.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/18938iFE6FECD7973842DD/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/P&gt;&lt;P&gt;Beside this I would suggest to keep the logic as simple as possible and avoiding the aggr and the various other stuff with the col/dim and so on and to build a rather "classical" datamodel and also calculating the volume and similar measures already within the script.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 07:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1622476#M445869</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-11T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide expression column in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1625850#M446113</link>
      <description>&lt;P&gt;Viven, did Marcus' updated app get you what you needed?&amp;nbsp; Please be sure to give him credit if so by using the Accept as Solution button on his post.&amp;nbsp; If you did something else, please consider posting that and then using the button to mark that post as the solution.&amp;nbsp; If you are still working on things, leave an update of where things stand.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 15:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-expression-column-in-pivot-table/m-p/1625850#M446113</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-19T15:02:46Z</dc:date>
    </item>
  </channel>
</rss>

