<?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: Add % to label in Expression Editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235076#M24261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned above, the number in the measure (influencing the &lt;STRONG&gt;&lt;EM&gt;size&lt;/EM&gt;&lt;/STRONG&gt; of the circle) is the number of employees in an employer group (formatted as 1,234).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;&lt;EM&gt;color&lt;/EM&gt;&lt;/STRONG&gt; of the circle is based on the participation rate in the employer group--that is, the number of customers we have in the employer out of all employees in the employer.&amp;nbsp; Example:&amp;nbsp; 250 customers in a 1,000 employee group = .25 or a 25% participation rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless I'm mistaken, based on what you're saying there is no way to change the formatting of the participation numbers represented in the colors because we need the size of the circles to be based on the number of employees.&amp;nbsp; We can't have the measure be formatted as 12.3% because that would foul up the formatting of the number of employees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 16:07:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-15T16:07:51Z</dc:date>
    <item>
      <title>Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235065#M24250</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 trying to format a calculation as a percentage in the Colors and Legend: By Measure: Expression Editor section of a Map chart.&amp;nbsp; Can someone tell me if that is possible and if so, how to go about doing it?&amp;nbsp; The basic formula is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct([Acct]))/sum(TotalEEs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 22:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235065#M24250</guid>
      <dc:creator />
      <dc:date>2016-11-10T22:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235066#M24251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a master measure (Say MyMeasure) first and then select it in the Map property --&amp;gt; Appearance --&amp;gt; Colors and Legend --&amp;gt; Colors (Custom) --&amp;gt; By Measure --&amp;gt; MyMeasure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will that work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143615_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 01:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235066#M24251</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2016-11-11T01:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235067#M24252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need to format the expression which you are using for color.&lt;/P&gt;&lt;P&gt;Still you can try num(count(distinct([Acct]))/sum(TotalEEs),'#,##0.00%').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 03:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235067#M24252</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-11T03:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235068#M24253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Shraddha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the code you suggested but it didn't produce any changes to the format of the numbers.&amp;nbsp; Any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 13:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235068#M24253</guid>
      <dc:creator />
      <dc:date>2016-11-14T13:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235069#M24254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It wont make any change in format because you are applying it for color expression.&lt;/P&gt;&lt;P&gt;If you want to change the format of number which are displayed on pop up(hover on points) then you will have to use num() in expression used in Measure section of chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235069#M24254</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-15T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235070#M24255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm trying to display is a combination of two measures.&amp;nbsp; I am using a Point Layer on the Map chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;bubble &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;size&lt;/STRONG&gt; is based on the number of employees in a group.&amp;nbsp; The Appearance of the bubbles is set in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Colors and Legend: Custom, By Measure where &lt;/SPAN&gt;the color is chosen based on the result of a &lt;SPAN style="font-size: 13.3333px;"&gt;calculation of &lt;/SPAN&gt;unique customers out of total employees in a group, written as this in the Expression Editor: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(distinct([Acct]))/sum(TotalEEs).&amp;nbsp; &lt;/STRONG&gt;We want this number to be expressed as a percentage.&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: 13px;"&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: 13px;"&gt;I've tried a number of variations of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;num(count(distinct([Acct]))/sum(TotalEEs),'#,##0.00%') in the formula, but none of them have an effect on the display of the calculation.&amp;nbsp; Can you think of a way to make this happen, or am I basically out of luck?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks again,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Bryan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 14:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235070#M24255</guid>
      <dc:creator />
      <dc:date>2016-11-15T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235071#M24256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting the expression which is used for color or bubble size wont make any differece.&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible provide a sample app.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235071#M24256</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-15T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235072#M24257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this will help.&amp;nbsp; I'm not sure how I would go about providing a sample app of this data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143933_Capture.JPG" style="height: 315px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235072#M24257</guid>
      <dc:creator />
      <dc:date>2016-11-15T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235073#M24258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you hover on bubbles what does it show? &lt;/P&gt;&lt;P&gt;Do you expect % sign there? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235073#M24258</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-15T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235074#M24259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It shows the number of employees in the group and a number like 0.15 instead of 15%, which is what we'd prefer to see.&amp;nbsp; Same for the legend--would prefer the numbers be expressed as percentages and not unformated numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235074#M24259</guid>
      <dc:creator />
      <dc:date>2016-11-15T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235075#M24260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Legend will show the values which you measure will return. &lt;/P&gt;&lt;P&gt;And you are using color by expression so it will create buckets accordingly. &lt;/P&gt;&lt;P&gt;If you want percentage to be shown there you will need to change the number of measure which is displaying 0.15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing it and then check what does it show in legends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 15:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235075#M24260</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-15T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235076#M24261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned above, the number in the measure (influencing the &lt;STRONG&gt;&lt;EM&gt;size&lt;/EM&gt;&lt;/STRONG&gt; of the circle) is the number of employees in an employer group (formatted as 1,234).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;&lt;EM&gt;color&lt;/EM&gt;&lt;/STRONG&gt; of the circle is based on the participation rate in the employer group--that is, the number of customers we have in the employer out of all employees in the employer.&amp;nbsp; Example:&amp;nbsp; 250 customers in a 1,000 employee group = .25 or a 25% participation rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless I'm mistaken, based on what you're saying there is no way to change the formatting of the participation numbers represented in the colors because we need the size of the circles to be based on the number of employees.&amp;nbsp; We can't have the measure be formatted as 12.3% because that would foul up the formatting of the number of employees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 16:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235076#M24261</guid>
      <dc:creator />
      <dc:date>2016-11-15T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add % to label in Expression Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235077#M24262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try it with some dummy data set. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 16:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-to-label-in-Expression-Editor/m-p/1235077#M24262</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-15T16:12:43Z</dc:date>
    </item>
  </channel>
</rss>

