<?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 Drill down in the Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-down-in-the-Pivot-Table/m-p/1098085#M903520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to drill down in the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;I have&lt;STRONG&gt; Total Revenue &lt;/STRONG&gt;which is the sum of Offshore,Onsite,Short term,Offsite revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want is when i click on Total Revenue,it expands and show other revenue under it and I also want to drill down the revenue further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw.Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qliktoview123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Drill down in the Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-in-the-Pivot-Table/m-p/1098085#M903520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to drill down in the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;I have&lt;STRONG&gt; Total Revenue &lt;/STRONG&gt;which is the sum of Offshore,Onsite,Short term,Offsite revenue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want is when i click on Total Revenue,it expands and show other revenue under it and I also want to drill down the revenue further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw.Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-in-the-Pivot-Table/m-p/1098085#M903520</guid>
      <dc:creator>qliktoview123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down in the Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-in-the-Pivot-Table/m-p/1098086#M903521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally, you will have model it within the script.&lt;/P&gt;&lt;P&gt;say something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;'Total Revenue' as [Category 1],&lt;/P&gt;&lt;P&gt;'off shore' as &lt;SPAN style="font-size: 13.3333px;"&gt; [Category 2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Off shore revenue] as Dollar_Amount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident TableName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'Total Revenue' as [Category 1],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'on site' &lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt; [Category 2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[On Site revenue] as Dollar_Amount&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident TableName&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You will have to expand your script to all the scenarios.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Or you will have to conditionally show/hide expression, based on ACTIONS on the UI&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 14:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-in-the-Pivot-Table/m-p/1098086#M903521</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2016-07-06T14:03:03Z</dc:date>
    </item>
  </channel>
</rss>

