<?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 Make columns appear at drilldown level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153830#M30701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;You seem to have done that in QV 9, I cant see what you are saying, i cant write expressions in the presentation tab&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 01:19:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-31T01:19:23Z</dc:date>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153825#M30696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;is it possible to have columns appear only at drilldown level? My situation is some columns are irrelevant at the first level of drilldown, it is only relevant when i get to the lower level. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 03:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153825#M30696</guid>
      <dc:creator />
      <dc:date>2010-05-18T03:18:34Z</dc:date>
    </item>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153826#M30697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have using a straight table then it is possible to do so.You can hide the column based on Condition. Go to presenation you will find the option of hiding the column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 06:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153826#M30697</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-05-18T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153827#M30698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for that, i found the "hide column", but where do i enter the condition? What should the syntax be to indicate which level of drill down the column should apear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 07:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153827#M30698</guid>
      <dc:creator />
      <dc:date>2010-05-18T07:30:02Z</dc:date>
    </item>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153828#M30699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;You can also control by macro.&lt;/P&gt;&lt;P&gt;upon select of a particular data in a field you can enable or disable the expression.&lt;/P&gt;&lt;P&gt;The below macro help to disable a expression&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.ActiveSheet.CreateStraightTable&lt;BR /&gt;chart.AddDimension "Customer"&lt;BR /&gt;chart.AddDimension "ProductType"&lt;BR /&gt;chart.AddExpression "sum(Amount)"&lt;BR /&gt;chart.AddExpression "count(Customer)"&lt;BR /&gt;set cp = chart.GetProperties&lt;BR /&gt;set expr = cp.Expressions.Item(0).Item(0).Data.ExpressionData&lt;BR /&gt;expr.Enable = false 'disable first expression&lt;BR /&gt;chart.SetProperties cp&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 07:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153828#M30699</guid>
      <dc:creator />
      <dc:date>2010-05-18T07:37:41Z</dc:date>
    </item>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153829#M30700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the attached application.&lt;/P&gt;&lt;P&gt;Here i have pivot table , which shows sum of value when nothing is selected or with out drilldown. if you drill down to next level it will show count of value.&lt;/P&gt;&lt;P&gt;Expression has to be written in presentation tab of straight table and select the expression and choose conditional show option and write your expression.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;-Peterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 08:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153829#M30700</guid>
      <dc:creator />
      <dc:date>2010-05-18T08:05:58Z</dc:date>
    </item>
    <item>
      <title>Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153830#M30701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;You seem to have done that in QV 9, I cant see what you are saying, i cant write expressions in the presentation tab&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 01:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153830#M30701</guid>
      <dc:creator />
      <dc:date>2010-05-31T01:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make columns appear at drilldown level</title>
      <link>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153831#M30702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfect for me thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 19:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-columns-appear-at-drilldown-level/m-p/153831#M30702</guid>
      <dc:creator />
      <dc:date>2013-08-09T19:37:30Z</dc:date>
    </item>
  </channel>
</rss>

