<?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: Value on data points different than expression result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580339#M544310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user wants the Y-axis to be in % but this is an interesting workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 10:32:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-30T10:32:03Z</dc:date>
    <item>
      <title>Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580332#M544302</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 have a graph with one dimension and 2 expressions:&lt;/P&gt;&lt;P&gt;Expression 1 = % of Open Invoice/Order&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13988485495201141" jivemacro_uid="_13988485495201141"&gt;
&lt;P&gt;count({&amp;lt;STATUS = {'Open'}&amp;gt;} ID) / count(ID)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 = % of Closed Invoice/Order&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1398848570054836" jivemacro_uid="_1398848570054836"&gt;
&lt;P&gt;count({&amp;lt;STATUS = {'Closed'}&amp;gt;} ID) / count(ID)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display in the bars, the count of Open Invoice/Order and Closed Invoice/Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do it when I have one expression but it does not work with multiple expressions. I tried the "show value" attribute of expressions but it only allows to decide if the value should be displayed or not, I cannot put a different calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody would know how I can achieve below result without changing the dimension/expression implementation?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percentage and Count.PNG.png" class="jive-image" src="/legacyfs/online/58188_Percentage and Count.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580332#M544302</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580333#M544303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580333#M544303</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-30T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580334#M544304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately my real application is more complicated and I cannot add a second dimension to my graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other way to get what I am looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580334#M544304</guid>
      <dc:creator />
      <dc:date>2014-04-30T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580335#M544305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can see you achieving this is to add two more expressions that are the count of the closed and open and then split the Axis .. as attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580335#M544305</guid>
      <dc:creator />
      <dc:date>2014-04-30T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580336#M544306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible with 1 Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580336#M544306</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-30T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580337#M544307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please take a look at the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580337#M544307</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-04-30T10:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580338#M544308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think it is very readable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the graph behaviour is under total control, I thought of adding "Text in chart" on each bar. Otherwise I will need to review my dimension/expressions organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for trying guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580338#M544308</guid>
      <dc:creator />
      <dc:date>2014-04-30T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580339#M544310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user wants the Y-axis to be in % but this is an interesting workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580339#M544310</guid>
      <dc:creator />
      <dc:date>2014-04-30T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580340#M544312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead you can create two charts for showing % in one chart and numbers in another chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580340#M544312</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-30T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Value on data points different than expression result</title>
      <link>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580341#M544313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want both the numbers and % then you ca split axis in same chart to have both displays in two sections. top&amp;nbsp; and bottom.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T116549.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58213_T116549.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-on-data-points-different-than-expression-result/m-p/580341#M544313</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-04-30T11:05:18Z</dc:date>
    </item>
  </channel>
</rss>

