<?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: getting data to show in expanded chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185588#M519101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant Sunny T that works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 10:41:26 GMT</pubDate>
    <dc:creator>rcorcoran</dc:creator>
    <dc:date>2016-09-15T10:41:26Z</dc:date>
    <item>
      <title>getting data to show in expanded chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185586#M519099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a target in a chart that i want to show when the pivot table is expanded by one dimension.&amp;nbsp; The expression I have is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2016,if(Dimensionality()=1,num(Sum ({&amp;lt;TargetCode={'OP8'},TargetReferredYYYY={2016},TargetReferredMM={"$(=vCurrentMonth)"}&amp;gt;}[Target]),'#,##0')),&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2015,'',&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2014, '',&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2013, '')))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only showing when the table is colapsed however if I hardcode the figure in it will work as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2016,if(Dimensionality()=1,'23,454'),&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2015,'',&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2014, '',&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2013, '')))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues as to how I can get this to work with the num(sum expression for the data after the dimensionality?&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, 15 Sep 2016 10:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185586#M519099</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2016-09-15T10:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: getting data to show in expanded chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185587#M519100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;If(ReferredYYYY=2016, If(Dimensionality() = 1, Num(Sum(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; {&amp;lt;TargetCode = {'OP8'}, TargetReferredYYYY = {2016}, TargetReferredMM = {"$(=vCurrentMonth)"}&amp;gt;} [Target]),'#,##0')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;STRONG&gt;If(ReferredYYYY=2015,'',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;STRONG&gt;If(ReferredYYYY=2014, '',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;If(ReferredYYYY=2013, ''))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 10:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185587#M519100</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting data to show in expanded chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185588#M519101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant Sunny T that works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 10:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-data-to-show-in-expanded-chart/m-p/1185588#M519101</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2016-09-15T10:41:26Z</dc:date>
    </item>
  </channel>
</rss>

