<?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: Chart Expression High Level Detail Showing Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247871#M620734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample app and expected out put for this please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 16:41:31 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-02-22T16:41:31Z</dc:date>
    <item>
      <title>Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247869#M620732</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;&lt;/P&gt;&lt;P&gt;I am trying to show the percentage of people who are present within the boundaries of greater than 0.5 but less that 5. &lt;/P&gt;&lt;P&gt;This is within a pivot table.&lt;/P&gt;&lt;P&gt;The first statement below works when the chart is expanded to the lowest level of detail.&amp;nbsp; However when the detail is collapsed only a null appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression (Present %)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100 &amp;gt; 0.5&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100 &amp;lt; 5, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detail:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154123_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;High Level:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154124_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; I need the High level value to show the average of the rows with values i.e. 0.50 and 0.58&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been playing around with the aggregation function but with no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100) &amp;lt; 5&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100) &amp;gt; 0.5, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;Present&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;People&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone point me in the right direction as to where I'm going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247869#M620732</guid>
      <dc:creator>tom2qlik</dc:creator>
      <dc:date>2017-02-22T16:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247870#M620733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Avg(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum({&amp;lt;[Present]={"True"}&amp;gt;}[Number])/&lt;STRONG style="font-size: 13.3333px;"&gt;Sum&lt;/STRONG&gt;(People)*100 &amp;gt; 0.5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;and &lt;STRONG style="font-size: 13.3333px;"&gt;Sum&lt;/STRONG&gt;({&amp;lt;[Present]={"True"}&amp;gt;}[Number])/&lt;STRONG style="font-size: 13.3333px;"&gt;Sum&lt;/STRONG&gt;(People)*100 &amp;lt; 5, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum&lt;/STRONG&gt;({&amp;lt;[Present]={"True"}&amp;gt;}[Number])/&lt;STRONG style="font-size: 13.3333px;"&gt;Sum&lt;/STRONG&gt;(People), Null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;, &lt;/STRONG&gt;&lt;STRONG style="color: #ff0000; font-size: 10pt;"&gt;HouseNumber))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247870#M620733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-22T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247871#M620734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample app and expected out put for this please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247871#M620734</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-22T16:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247872#M620735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample QVW with the data included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screenshot below might explain better.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154222_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The top 2 charts have the range conditions applied in the expression.&amp;nbsp; The top left chart only shows rooms which have a value within the range of &amp;gt; 0.5 and &amp;lt; 5%.&amp;nbsp; The top right is the same chart but "rolled up".&amp;nbsp; It is showing the sum of the location as 0.78%.&amp;nbsp; However it should show 0.91 which is the average of room 2, 3, 4 percentages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bottom 2 charts are without the range conditions.&amp;nbsp; Room 1 is now displayed as it falls outside the range and the chart is showing everything.&amp;nbsp; The bottom right chart is same as the bottom left just "rolled up".&amp;nbsp; It is also showing the value of 0.78% which is correct for this chart as its the average of rooms 1, 2, 3 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the below expression has the same result as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(&lt;BR /&gt; if(sum({&amp;lt;[0-7TodayPresentFlag] = {"TRUE"}&amp;gt;}[&amp;lt;7TodayPresent])/sum(People)&amp;gt;0.0005&lt;BR /&gt; and sum({&amp;lt;[0-7TodayPresentFlag] = {"TRUE"}&amp;gt;}[&amp;lt;7TodayPresent])/sum(People)&amp;lt;0.05,&lt;BR /&gt; sum({&amp;lt;[0-7TodayPresentFlag] = {"TRUE"}&amp;gt;}[&amp;lt;7TodayPresent])/sum(People), Null()),&lt;BR /&gt; Room))&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; Thanks&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247872#M620735</guid>
      <dc:creator>tom2qlik</dc:creator>
      <dc:date>2017-02-23T10:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247873#M620736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;avg(aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(sum({&amp;lt;[0-7TodayPresentFlag]={"True"}&amp;gt;}[&amp;lt;7TodayPresent])/Sum(People)*100 &amp;lt; 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and sum({&amp;lt;[0-7TodayPresentFlag]={"True"}&amp;gt;}[&amp;lt;7TodayPresent])/Sum(People)*100 &amp;gt;= 0.5, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[0-7TodayPresentFlag]={"True"}&amp;gt;}[&amp;lt;7TodayPresent])/Sum(People)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Location, Room))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154224_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247873#M620736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-23T10:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression High Level Detail Showing Null</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247874#M620737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression-High-Level-Detail-Showing-Null/m-p/1247874#M620737</guid>
      <dc:creator>tom2qlik</dc:creator>
      <dc:date>2017-02-23T10:44:20Z</dc:date>
    </item>
  </channel>
</rss>

