<?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: Setting a conditional format on a Full Accumulation chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113315#M520623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Sunny so I have changed my chart away from using Full Accumulation to instead use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NumericCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Release Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&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;SPAN style="font-size: 8pt;"&gt;Which gives me the accumulation I am looking for but I am still struggling to do the % part despite reading many of your helpful posts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So I have release time as a dimension and from the accumulation I know that for the longest release time the Numeric Count of events is 29. I would now wish to identify the first release time whose cumulative events is greater than 90%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope that makes sense&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jason&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 23:29:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-21T23:29:28Z</dc:date>
    <item>
      <title>Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113311#M520619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a series of charts the first shows simply the average of a dataset, the second shows the distribution of the dataset and the third using the Full Accumulation button shows the cumulative distribution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132032_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to set up a conditional format whereby the columns in the last chart change colour when they reach say 90% of the total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible and can I do it without complicated scripting !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113311#M520619</guid>
      <dc:creator />
      <dc:date>2016-07-21T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113312#M520620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌do this in the background colour of the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( avg(sales)/avg( total sales ) &amp;gt;=.9,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rgb(0,255,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 07:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113312#M520620</guid>
      <dc:creator />
      <dc:date>2016-07-21T07:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113313#M520621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression you are using for accumulation here? Are you using the QlikView's inbuilt accumulation or are you using RangeSum(Above())?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 10:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113313#M520621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-21T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113314#M520622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the bottom chart I am not using an expression rather I am just using the Full Accumulation functionality to create the visualization. I am thinking I probably need to use an expression which I can then do the arithmetic off for the conditional format I am just not sure what it is. Will look closer at both pieces of feedback now - Thanks Both&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113314#M520622</guid>
      <dc:creator />
      <dc:date>2016-07-21T21:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113315#M520623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Sunny so I have changed my chart away from using Full Accumulation to instead use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NumericCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Release Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&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;SPAN style="font-size: 8pt;"&gt;Which gives me the accumulation I am looking for but I am still struggling to do the % part despite reading many of your helpful posts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So I have release time as a dimension and from the accumulation I know that for the longest release time the Numeric Count of events is 29. I would now wish to identify the first release time whose cumulative events is greater than 90%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope that makes sense&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jason&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 23:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113315#M520623</guid>
      <dc:creator />
      <dc:date>2016-07-21T23:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113316#M520624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny - Took a break and it became clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used&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;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NumericCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Release Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NumericCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Release Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;0.9,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;red&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;blue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 00:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113316#M520624</guid>
      <dc:creator />
      <dc:date>2016-07-22T00:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a conditional format on a Full Accumulation chart</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113317#M520625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So its all working now? If it is, I would suggest closing this thread by marking your own answer as a correct one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 10:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-a-conditional-format-on-a-Full-Accumulation-chart/m-p/1113317#M520625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-22T10:18:58Z</dc:date>
    </item>
  </channel>
</rss>

