<?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 Expression Label - Label on two lines in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344020#M574778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;='Netweight ' &amp;amp; chr(10) &amp;amp; (max(Year)-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;A greeting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 09:49:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-08T09:49:26Z</dc:date>
    <item>
      <title>Expression Label - Label on two lines</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344019#M574777</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'm making a straight table &amp;amp; in that table, I would like to label my expressions.&lt;/P&gt;&lt;P&gt;I'm trying to get my label divided over 2 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;='Netweight '&amp;amp;(max(Year)-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This label would be: &lt;/P&gt;&lt;P&gt;Netweight 2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make it this:&lt;/P&gt;&lt;P&gt;Netweight&lt;/P&gt;&lt;P&gt;2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 09:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344019#M574777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-08T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Expression Label - Label on two lines</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344020#M574778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;='Netweight ' &amp;amp; chr(10) &amp;amp; (max(Year)-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;A greeting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344020#M574778</guid>
      <dc:creator />
      <dc:date>2012-06-08T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Label - Label on two lines</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344021#M574779</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;Following the idea by Daniel, this might work as well, if the Chr(10) alone does not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;='Netweight ' &amp;amp; Chr(10) &amp;amp; Chr(13) &amp;amp; (Max(Year)-1)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 10:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344021#M574779</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-08T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Label - Label on two lines</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344022#M574780</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;There is a simpler way. Click the edit expression button, and press enter inside the string, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Netweight&amp;lt;enter&amp;gt;&lt;/P&gt;&lt;P&gt;' &amp;amp; (max(Year) - 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 10:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Label-Label-on-two-lines/m-p/344022#M574780</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-06-08T10:52:01Z</dc:date>
    </item>
  </channel>
</rss>

