<?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 column data but show total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463984#M173282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use dimensionality() (or secondarydimensionality(), if pivoted) function to check if the expression is evaluated in a (sub)total context. Create a new expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=dimensionality() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check the HELP on what is returned in each level of dimensionality. Then use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(dimensionality() &amp;lt; 2, sum(Time_Remaining), '')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2012 22:36:49 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-11-23T22:36:49Z</dc:date>
    <item>
      <title>hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463983#M173281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have pivot table that show 3 columns of expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time_Purchased&amp;nbsp;&amp;nbsp;&amp;nbsp; Hours_Worked&amp;nbsp;&amp;nbsp;&amp;nbsp; Time_Remaining&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have break on pivot table to show subtotals at comany level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to hide time remaining for indvidual rows but still show time Remaining under subtotals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make text color white() for that field total also gets changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight on how I can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 22:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463983#M173281</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-11-23T22:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463984#M173282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use dimensionality() (or secondarydimensionality(), if pivoted) function to check if the expression is evaluated in a (sub)total context. Create a new expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=dimensionality() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check the HELP on what is returned in each level of dimensionality. Then use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(dimensionality() &amp;lt; 2, sum(Time_Remaining), '')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 22:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463984#M173282</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-23T22:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463985#M173283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have expression like below. how can i hide displaying each field an only display when it totals by company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =Sum({$&amp;lt;BILLABLE = {'T'}, TimePurchaseDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-12))'}&amp;gt;}TimePurchasedHours) - Sum({$&amp;lt;BILLABLE = {'T'}, ServiceDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-12))'}&amp;gt;}HoursWorked)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 16:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463985#M173283</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-11-29T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463986#M173284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi animu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You go to properties-&amp;gt;Presentation-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the column name and click on hide column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 16:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463986#M173284</guid>
      <dc:creator />
      <dc:date>2012-11-29T16:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463987#M173285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will hide entire field, which I dont want to do. I want Time Remaining field to be displayed however hide the calculation in that field for individual column and only show sub totals displayed for company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463987#M173285</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-11-29T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: hide column data but show total</title>
      <link>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463988#M173286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please post your QVW file with Stefan's example and we'll mock up an example for you. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 18:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-column-data-but-show-total/m-p/463988#M173286</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-11-29T18:39:19Z</dc:date>
    </item>
  </channel>
</rss>

