<?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: Text in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614240#M226627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I can do that but i have to export chart along with the text.&lt;/P&gt;&lt;P&gt;So, if i take another object i can't export both altogether. So I have to go for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 14:07:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T14:07:01Z</dc:date>
    <item>
      <title>Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614234#M226621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a text in a line chart-properties-presentation-Add text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There i have added "concat(Product,', ')", so the values are coming but not all are displayed as i can't stretch the text box too much.&lt;/P&gt;&lt;P&gt;So is there any way to make the values display in the next line so that all values can be shown and also to have a vertical or horizontal scroll-bar in it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 12:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614234#M226621</guid>
      <dc:creator />
      <dc:date>2014-04-08T12:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614235#M226622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In presentation check the multiline settings ( wrap header text).&lt;/P&gt;&lt;P&gt;Else try giving carriage return between text like 'text 1'&amp;amp;chr(13)&amp;amp;'text 2'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 12:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614235#M226622</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-04-08T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614236#M226623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is for list box and multi box but i want it for text box inside the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614236#M226623</guid>
      <dc:creator />
      <dc:date>2014-04-08T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614237#M226624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add Text in 'Text in Chart' option you won't get the scroll bar.&lt;/P&gt;&lt;P&gt;There is one work around for this .&lt;/P&gt;&lt;P&gt;Take one text box and add your expression in it and check the Horizontal scroll bar option.&lt;/P&gt;&lt;P&gt;So it will give horizontal scroll if there r multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614237#M226624</guid>
      <dc:creator />
      <dc:date>2014-04-08T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614238#M226625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a newline character as your delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;concat(DISTINCT Product,chr(10))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;That will place each product on a new line, and you may be able to size the text box to fit (Press Ctrtl-Shift while in the chart and drag the box size). There is no way I know of to get a scroll bar. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;As an alternative, you may want to put the expression in a Text Object and place that on top of the chart. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614238#M226625</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-04-08T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614239#M226626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can add a scroll bar to the text in chart, but I've used the 'carriage return' code before to move text to the line below when it is too long.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Text line 1'&lt;/P&gt;&lt;P&gt;&amp;amp; chr(13) &amp;amp; chr(10)&lt;/P&gt;&lt;P&gt;&amp;amp;'Text line 2'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614239#M226626</guid>
      <dc:creator>c_gilbert</dc:creator>
      <dc:date>2014-04-08T13:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614240#M226627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I can do that but i have to export chart along with the text.&lt;/P&gt;&lt;P&gt;So, if i take another object i can't export both altogether. So I have to go for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/614240#M226627</guid>
      <dc:creator />
      <dc:date>2014-04-08T14:07:01Z</dc:date>
    </item>
  </channel>
</rss>

