<?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: Concatenation with $ sign in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538041#M108902</link>
    <description>&lt;P&gt;To add to that.. If you do this in chart which has axis you may need to use something like below to retain proper scale:&lt;/P&gt;&lt;P&gt;=Dual(text(pick(ceil(log10(([MEASURE]))/3),&lt;/P&gt;&lt;P&gt;num(([MEASURE]),'$ #,##0.0'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000,'$ #,##0.0 K'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000000,'$ #,##0.0 M')&lt;BR /&gt;)),[MEASURE])&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 02:56:32 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2025-12-04T02:56:32Z</dc:date>
    <item>
      <title>Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538017#M108893</link>
      <description>&lt;P&gt;I am using the below expression to prefix a KPI with $ symbol, but $ is not added as expected. Any help is appreciated.&lt;/P&gt;&lt;P&gt;='$ ' &amp;amp; [MEASURE]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - result is same as&amp;nbsp;[MEASURE]&lt;/P&gt;&lt;P&gt;='$abc ' &amp;amp; [MEASURE]&amp;nbsp; &amp;nbsp; - result is&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;$abc [MEASURE]&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 19:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538017#M108893</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-12-03T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538020#M108895</link>
      <description>&lt;P&gt;&lt;BR /&gt;num(&lt;SPAN&gt;[MEASURE]&lt;/SPAN&gt;,'$ #&amp;nbsp;##0,00')&lt;BR /&gt;or&lt;BR /&gt;num(&lt;SPAN&gt;[MEASURE]&lt;/SPAN&gt;,'$ #,##0.00')&lt;BR /&gt;&lt;BR /&gt;and set the format to "Measurement Expression"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 20:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538020#M108895</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2025-12-03T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538029#M108898</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149113"&gt;@MatheusC&lt;/a&gt;&amp;nbsp;suggested you could use money number format.&lt;/P&gt;&lt;P&gt;Main question is:&amp;nbsp; what are you trying to achieve? What you are showing should work if you use correct settings. The reason this does not work for you is that likely you already have other format set on the measure as presented below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_0-1764806714852.gif" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185450i48E7BC98E7C80D60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_0-1764806714852.gif" alt="Lech_Miszkiewicz_0-1764806714852.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 00:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538029#M108898</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-12-04T00:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538032#M108900</link>
      <description>&lt;P&gt;When I use money number format, the large amount is not showing in the shortened form (billions, millions etc.) I know I can use some if conditions to achieve it, but dont want use any formulas because I am dealing with a large data set.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 00:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538032#M108900</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-12-04T00:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538040#M108901</link>
      <description>&lt;P&gt;In this case you may need to use if() condition.&lt;/P&gt;&lt;P&gt;I understand that you may be working with large data volume but it does not mean your If() has to be slow. Yes there will be little bit of overhead but It all depends how you write the formula. Since we are just interested in format calculation your "If" will not have any impact on the measure calc time.&lt;/P&gt;&lt;P&gt;It can be something similar to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=pick(ceil(log10(([MEASURE]))/3),&lt;/P&gt;&lt;P&gt;num(([MEASURE]),'$ #,##0.0'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000,'$ #,##0.0 K'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000000,'$ #,##0.0 M')&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;The above will give you dimension level format, but if you want to have one general format&amp;nbsp; then you could even $() expand it...&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 02:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538040#M108901</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-12-04T02:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538041#M108902</link>
      <description>&lt;P&gt;To add to that.. If you do this in chart which has axis you may need to use something like below to retain proper scale:&lt;/P&gt;&lt;P&gt;=Dual(text(pick(ceil(log10(([MEASURE]))/3),&lt;/P&gt;&lt;P&gt;num(([MEASURE]),'$ #,##0.0'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000,'$ #,##0.0 K'),&lt;/P&gt;&lt;P&gt;num(([MEASURE])/1000000,'$ #,##0.0 M')&lt;BR /&gt;)),[MEASURE])&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 02:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538041#M108902</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-12-04T02:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation with $ sign</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538127#M108911</link>
      <description>&lt;P&gt;try with this&amp;nbsp;&lt;/P&gt;&lt;P&gt;='$\ ' &amp;amp; [MEASURE]&lt;/P&gt;&lt;P&gt;This tells the Qlik engine to treat the appended character as a literal string value, preventing it from being interpreted as a variable expansion operator.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenation-with-sign/m-p/2538127#M108911</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-12-04T12:14:55Z</dc:date>
    </item>
  </channel>
</rss>

