<?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: including another expression in a combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283310#M622531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't come up with a way of doing this I am afraid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 09:39:22 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2017-03-14T09:39:22Z</dc:date>
    <item>
      <title>including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283305#M622526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to add to a combo chart a certain expression to display but I dont think I am going at it the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached below are pictures to visualize what I want to achieve and the current qlikview doc I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the revenue growth % for the selected dates to display on the analysis chart above every fiscal year.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The formula for the expression is already stated in the text box in qlikview, under (revenue growth % for the selected dates).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Royce Tang&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 08:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283305#M622526</guid>
      <dc:creator />
      <dc:date>2017-03-14T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283306#M622527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haven't checked the app but if you want the placement of those values to be on top , then create a dual expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;example;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Dual(Num(YourActualExpression,'##.0%') , 0.95%)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now the values will plot in a straight line of 95%&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283306#M622527</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-14T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283307#M622528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possible but might need some fiddling.&lt;/P&gt;&lt;P&gt;Create a new expression with your formula in, and set it to values on data points only, then I believe you can pad it out with carriage returns to try and align it to the top of the chart.&lt;/P&gt;&lt;P&gt;I'll do some digging as I am sure I saw a thread on this somewhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156212_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283307#M622528</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-14T09:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283308#M622529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers for that ! may I please ask what carriage returns are btw? I also find that my expression may be wrong as I am required to select 2 dates for it. is it possible to get the dates showing with only 1 or totally no dates being selected ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283308#M622529</guid>
      <dc:creator />
      <dc:date>2017-03-14T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283309#M622530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be wrong about this, sorry I thought this would work but it doesn't look like it does (works for the pop up text though)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying some other ideas for you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;carriage returns are just a character to add in a new row chr(13)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283309#M622530</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-14T09:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: including another expression in a combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283310#M622531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't come up with a way of doing this I am afraid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-another-expression-in-a-combo-chart/m-p/1283310#M622531</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-14T09:39:22Z</dc:date>
    </item>
  </channel>
</rss>

