<?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: Adding string literal to a measure on line chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387675#M31856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;you can use either custom formatting by simply adding '%' at the end or &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;change the exp to&amp;nbsp; num(netmargin/100,'##.#0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 19:41:50 GMT</pubDate>
    <dc:creator>aarkay29</dc:creator>
    <dc:date>2017-10-31T19:41:50Z</dc:date>
    <item>
      <title>Adding string literal to a measure on line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387672#M31853</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 have a line chart that looks like this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percent.PNG" class="jive-image image-1" height="239" src="https://community.qlik.com/legacyfs/online/181676_Percent.PNG" style="height: 238.982px; width: 427px;" width="427" /&gt;&lt;/P&gt;&lt;P&gt;I want to append the string literal '%' to all the values on the line chart. Ex: -153.96 must become -153.96%. 44.2 must become 44.2%.&lt;/P&gt;&lt;P&gt;The values are coming from a measure as seen below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percent Measure.PNG" class="jive-image image-2" height="377" src="/legacyfs/online/181677_Percent Measure.PNG" style="height: 376.952px; width: 265px;" width="265" /&gt;&lt;/P&gt;&lt;P&gt;How can I make this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 18:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387672#M31853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding string literal to a measure on line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387673#M31854</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;Have you tried following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number formatting and selecting %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percentage.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181672_Percentage.JPG" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387673#M31854</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-31T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding string literal to a measure on line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387674#M31855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Percent Answer.PNG" class="jive-image image-1" height="199" src="/legacyfs/online/181678_Percent Answer.PNG" style="height: 199.488px; width: 364px;" width="364" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387674#M31855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T19:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding string literal to a measure on line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387675#M31856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;you can use either custom formatting by simply adding '%' at the end or &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;change the exp to&amp;nbsp; num(netmargin/100,'##.#0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387675#M31856</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-10-31T19:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding string literal to a measure on line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387676#M31857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does not work. When I do this, the value is getting displayed as 15396.00% instead of 153.96%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-string-literal-to-a-measure-on-line-chart/m-p/1387676#M31857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T19:42:21Z</dc:date>
    </item>
  </channel>
</rss>

