<?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: Percentage Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887616#M1217143</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146877"&gt;@Andrei_Cusnir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, it helps a lot. For find the percentage I am using Rangesum like below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(["Spend"], 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;/ Sum( total ["Spend"]) &lt;/STRONG&gt;in the graph&lt;/P&gt;
&lt;P&gt;So, how to use the above expression in set expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 13:59:24 GMT</pubDate>
    <dc:creator>Prabhu1204</dc:creator>
    <dc:date>2022-02-01T13:59:24Z</dc:date>
    <item>
      <title>Percentage Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887560#M1217140</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have a input object and reference line. I will be given a percentage in input box and the reference line will show according ly in graph.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if I give 80 % in the input box I need to display the dimension value which is having 80 % together.&lt;/P&gt;
&lt;P&gt;For example I have to display Delhi, Chennai,Bangalore in my KPI box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_0-1643717357181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71353i78B9433187FA3C8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_0-1643717357181.png" alt="Prabhu1204_0-1643717357181.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 12:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887560#M1217140</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-02-01T12:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887614#M1217142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am not 100% sure that I have understood the exact use case scenario, however I have some options for you that might help you resolve the issue or at least help you get on the right path towards the solution.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;These are my understandings so far:&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;You have mentioned&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;"which is having 80 % together"&lt;/STRONG&gt;&lt;/SPAN&gt;, and then you have specified that the response is &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;"Delhi, Chennai, Bangalore"&lt;/STRONG&gt;&lt;/SPAN&gt;. Therefore, my assumption is that you would like to display the values of the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension &lt;/STRONG&gt;&lt;/SPAN&gt;where the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Accc Percentage&lt;/STRONG&gt;&lt;/SPAN&gt; value is less or equal to the specified value in the &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Input Box&lt;/STRONG&gt;&lt;/SPAN&gt; object.&lt;/LI&gt;
 &lt;LI&gt;You have specified &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;"KPI box"&lt;/STRONG&gt;&lt;/SPAN&gt; so I assume that you also want to have the &lt;STRONG&gt;count &lt;/STRONG&gt;of the calculated &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension &lt;/STRONG&gt;&lt;/SPAN&gt;values, where in the example provided is&lt;STRONG&gt; 3&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Finally, you have specified&amp;nbsp; &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;"reference line"&lt;/STRONG&gt;&lt;/SPAN&gt;, however I am not 100% sure where exactly you want to display it.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hopefully the information below will be enough to get you started on the right path towards the resolution:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1. We have the following dataset:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="IMAGE" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/ddef2034-9b60-4791-9970-56604082f440.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2. We have created an &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Input Box&lt;/STRONG&gt;&lt;/SPAN&gt; with variable:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="IMAGE" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/a16a93a3-79ef-4ee4-9a66-02d011fd5985.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;3. Now you can create 2 &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Text Objects&lt;/STRONG&gt;&lt;/SPAN&gt; to construct custom &lt;STRONG&gt;KPI &lt;/STRONG&gt;and you can use the following expressions:&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;=&lt;SPAN style="color:#2980b9"&gt;Concat&lt;/SPAN&gt;( {&amp;lt;&lt;SPAN style="color:#f39c12"&gt;[Accc Percentage]&lt;/SPAN&gt;={&lt;SPAN style="color:#27ae60"&gt;"&amp;lt;=$(vPercentage)"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color:#f39c12"&gt;Dimension&lt;/SPAN&gt;,&lt;SPAN style="color:#27ae60"&gt; ', '&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;=&lt;SPAN style="color:#2980b9"&gt;Count&lt;/SPAN&gt;( {&amp;lt;&lt;SPAN style="color:#f39c12"&gt;[Accc Percentage]&lt;/SPAN&gt;={&lt;SPAN style="color:#27ae60"&gt;"&amp;lt;=$(vPercentage)"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color:#f39c12"&gt;Dimension&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;First expression gets all the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimensions &lt;/STRONG&gt;&lt;/SPAN&gt;where the percentage is equal and less than the specified value in the variable given through&amp;nbsp;the &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Input Box&lt;/STRONG&gt;&lt;/SPAN&gt;, while at the same time it concatenates all the values with an&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; ', '&lt;/STRONG&gt;&lt;/SPAN&gt; in-between. The second expressions counts all the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimensions &lt;/STRONG&gt;&lt;/SPAN&gt;where the percentage is equal or less than the specified value in the variable within the&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt; Input Box&lt;/STRONG&gt;&lt;/SPAN&gt;. The output is:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="IMAGE&amp;nbsp;" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/d668ab1e-b59a-4b7a-a9c7-d8bd0ae3940f.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As you can see the output is the &lt;STRONG&gt;3&lt;/STRONG&gt; &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension &lt;/STRONG&gt;&lt;/SPAN&gt;values that you have specified in the example and the count value as &lt;STRONG&gt;KPI &lt;/STRONG&gt;is &lt;STRONG&gt;3&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;EM&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887614#M1217142</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-02-01T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887616#M1217143</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146877"&gt;@Andrei_Cusnir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, it helps a lot. For find the percentage I am using Rangesum like below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(["Spend"], 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;/ Sum( total ["Spend"]) &lt;/STRONG&gt;in the graph&lt;/P&gt;
&lt;P&gt;So, how to use the above expression in set expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1887616#M1217143</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-02-01T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1888045#M1217159</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/100262"&gt;@Prabhu1204&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This might not be possible in the specific use case scenario. The reason for that is because for the use case scenario above, we are using &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Set Analysis &lt;/STRONG&gt;&lt;/SPAN&gt;to get the data that we need. According to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"Set analysis and set expressions &amp;gt; Modifiers"&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;[1], it is stated that &lt;EM&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;"&amp;nbsp;A modifier consists of one or several field names, each followed by one or several selections that can be made in the field"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;, which means that &lt;STRONG&gt;modifiers &lt;/STRONG&gt;support only already existing fields in the dataset.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In the example shared above, with the expression &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;[Accc Percentage]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt; we are comparing&amp;nbsp;the percentage value with the already found&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;&amp;nbsp;[Accc Percentage]&lt;/STRONG&gt;&lt;/SPAN&gt; field in the dataset, however you need to do&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;RangeSum(Above(Sum(["Spend"], 0, RowNo())) / Sum( total ["Spend"])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt; which is &lt;STRONG&gt;not &lt;/STRONG&gt;possible. Even if you try to do simple calculation instead of using a field, such as &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Avg(Sum)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:null"&gt;you will get an error and it will fail.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The solution in this case will be to load the data through the &lt;STRONG&gt;Data load editor&lt;/STRONG&gt; and create&amp;nbsp;the percentage values that you need in a new field. This will ensure that when you are going to do the analysis of the data, you will be able to use the expressions shared in my previous answer. Additionally, this will ensure that you only calculate the percentages &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;once&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;(when the data is loaded)&amp;nbsp;and you calculate the percentages again, only during reload, which improves the performance of your app. Because having the percentages being calculated within the sheet, it means that every time there is an update the expression is evaluated again, which consequently consumes constantly your resources.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;EM&gt;&lt;STRONG&gt;I hope that this information was helpful!&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;---&lt;/P&gt;

&lt;P&gt;[1] &lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm#" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm#&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 10:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1888045#M1217159</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-02-02T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1889660#M1217231</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;FONT color="#00FF00"&gt;@&lt;/FONT&gt;&lt;A title="LiteBlue" href="https://www.liteblue.site/" target="_self"&gt;LiteBlue&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/100262"&gt;@Prabhu1204&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might not be possible in the specific use case scenario. The reason for that is because for the use case scenario above, we are using &lt;SPAN&gt;&lt;STRONG&gt;Set Analysis &lt;/STRONG&gt;&lt;/SPAN&gt;to get the data that we need. According to &lt;SPAN&gt;&lt;STRONG&gt;"Set analysis and set expressions &amp;gt; Modifiers"&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;[1], it is stated that &lt;EM&gt;&lt;SPAN&gt;&lt;STRONG&gt;"&amp;nbsp;A modifier consists of one or several field names, each followed by one or several selections that can be made in the field"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;, which means that &lt;STRONG&gt;modifiers &lt;/STRONG&gt;support only already existing fields in the dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example shared above, with the expression &lt;SPAN&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;[Accc Percentage]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt; we are comparing&amp;nbsp;the percentage value with the already found&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;[Accc Percentage]&lt;/STRONG&gt;&lt;/SPAN&gt; field in the dataset, however you need to do&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;RangeSum(Above(Sum(["Spend"], 0, RowNo())) / Sum( total ["Spend"])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt; which is &lt;STRONG&gt;not &lt;/STRONG&gt;possible. Even if you try to do simple calculation instead of using a field, such as &lt;SPAN&gt;&lt;STRONG&gt;=Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Avg(Sum)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;={"&amp;lt;=$(vPercentage)"}&amp;gt;} Dimension)&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;you will get an error and it will fail.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solution in this case will be to load the data through the &lt;STRONG&gt;Data load editor&lt;/STRONG&gt; and create&amp;nbsp;the percentage values that you need in a new field. This will ensure that when you are going to do the analysis of the data, you will be able to use the expressions shared in my previous answer. Additionally, this will ensure that you only calculate the percentages &lt;SPAN&gt;&lt;STRONG&gt;once&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;(when the data is loaded)&amp;nbsp;and you calculate the percentages again, only during reload, which improves the performance of your app. Because having the percentages being calculated within the sheet, it means that every time there is an update the expression is evaluated again, which consequently consumes constantly your resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;I hope that this information was helpful!&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;[1] &lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm#" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm#&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;P&gt;Thank you for the reply, My Query has been solved.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 09:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Graph/m-p/1889660#M1217231</guid>
      <dc:creator>Blalock69</dc:creator>
      <dc:date>2022-02-07T09:34:19Z</dc:date>
    </item>
  </channel>
</rss>

