<?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: Number format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103899#M90167</link>
    <description>&lt;P&gt;Can you provide an example of what totals in bar chart you talking about? Do you mean Segment and Total lables?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 08:48:15 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2023-08-09T08:48:15Z</dc:date>
    <item>
      <title>Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2099418#M90007</link>
      <description>&lt;P&gt;I need to display number in two different formats in the same measure in a bar chart. The bar chart measure has two measures working on an if condition.&lt;/P&gt;
&lt;P&gt;At the click of a button, the format of the number should change from $#,##0 to #,##0.00&lt;/P&gt;
&lt;P&gt;The variable routine mentioned in Qlik community works on KPI but not in bar graphs.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Number-formatting-in-Qliksense-Bar-Chart/m-p/1400094" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Number-formatting-in-Qliksense-Bar-Chart/m-p/1400094&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could someone please help me with this.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 08:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2099418#M90007</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-02T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2099485#M90014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you approach works in kpi, but not barchart, try to set 'Number formatting' under your barchart measure to 'measure expression' ('auto' should work too, but just in case). If you use MasterItem, try on or off 'Master measure formatting', maybe it cause something.&lt;/P&gt;
&lt;P&gt;Be sure to align num format to in report used ThousandSep and DecimalSep symbols (you can find those in Main section in your report script). For example, your format '$#,##0' and '#,##0.00' for me not working, as I use Europe standart, ThousandSep='&amp;nbsp;'; DecimalSep=','; so for me it works only '$#&amp;nbsp;##0', '#&amp;nbsp;##0,00'.&lt;BR /&gt;I'm using expression 'num(Sum(value), if(vVar=1, '$#&amp;nbsp;##0', '#&amp;nbsp;##0,00'))' and it changes format in all charts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1690975429084.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113419i4F1FA84D7DCE6070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1690975429084.png" alt="justISO_0-1690975429084.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2099485#M90014</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-08-02T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103829#M90162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155226"&gt;@justISO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for the solution.&lt;/P&gt;
&lt;P&gt;The solution works but in a stacked bar chart the total values are still displayed in the auto format, even after selecting the measure format as measure expression. And if I switch the Total values off, the segment values are not big enough to be seen, especially if the bar size is small.&lt;/P&gt;
&lt;P&gt;Do you have any idea how to resolve this?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 06:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103829#M90162</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-09T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103899#M90167</link>
      <description>&lt;P&gt;Can you provide an example of what totals in bar chart you talking about? Do you mean Segment and Total lables?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103899#M90167</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-08-09T08:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103958#M90170</link>
      <description>&lt;P&gt;yes, I mean segment and total lables&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 10:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2103958#M90170</guid>
      <dc:creator>thakurj</dc:creator>
      <dc:date>2023-08-09T10:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format/m-p/2104905#M90265</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1691757721520.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/114155i25888CAE4C23B18B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1691757721520.png" alt="justISO_0-1691757721520.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;"Auto" below segments/total labels does not refer to the number format, but indicates how Qlik will display the labels. And here's the problem, because you can't tell Qlik to show all labels - it decides for itself and only displays when it fits ("Auto" means that). To see all the labels (or at least most of them) you need to view chart in full screen.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format/m-p/2104905#M90265</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-08-11T12:44:18Z</dc:date>
    </item>
  </channel>
</rss>

