<?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: When filtered, bar chart does not round all the bar values in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511531#M4140</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(Num(Sum({&amp;lt;[Type 2]-={'CAP'},[OET Sort]-={'-'}&amp;gt;}[USD Notional- Final]))/1000000)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 16:13:23 GMT</pubDate>
    <dc:creator>Clement15</dc:creator>
    <dc:date>2025-03-25T16:13:23Z</dc:date>
    <item>
      <title>When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511513#M4139</link>
      <description>&lt;P&gt;When using a filter (date) on a bar chart I receive a decimal value instead of the rounded number. The formula I am using is: "=round(Num(Sum({&amp;lt;[Type 2]-={'CAP'},[OET Sort]-={'-'}&amp;gt;}[USD Notional- Final])))/1000000" where the bar chart should return the rounded sum of USD Notional - Final where Type 2 does not equal CAP and OET Sort is not blank. However, as the attached screenshot shows, I often receive unrounded values with several decimal places.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 15:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511513#M4139</guid>
      <dc:creator>mdubyk</dc:creator>
      <dc:date>2025-03-25T15:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511531#M4140</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(Num(Sum({&amp;lt;[Type 2]-={'CAP'},[OET Sort]-={'-'}&amp;gt;}[USD Notional- Final]))/1000000)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 16:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511531#M4140</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2025-03-25T16:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511554#M4141</link>
      <description>&lt;P&gt;Hi Clement,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help! This is definitely better as it removes the decimal error but it seems like the format pattern still does not carry over to all cells unless I refresh the page (see screenshot with highlighted cells showing correct format).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have any insights on why this is?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 18:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511554#M4141</guid>
      <dc:creator>mdubyk</dc:creator>
      <dc:date>2025-03-25T18:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511622#M4142</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I'm sorry, I don't think I understood correctly regarding the current problem. Can you explain again?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 08:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511622#M4142</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2025-03-26T08:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511650#M4143</link>
      <description>&lt;P&gt;num() must be the most outer function of an expression to ensuring the working. Means something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Num(round(Sum({&amp;lt;[Type 2]-={'CAP'},[OET Sort]-={'-'}&amp;gt;}[USD Notional- Final])/1000000))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 10:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511650#M4143</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-26T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: When filtered, bar chart does not round all the bar values</title>
      <link>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511749#M4144</link>
      <description>&lt;P&gt;No worries, I figured it out. Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 21:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/When-filtered-bar-chart-does-not-round-all-the-bar-values/m-p/2511749#M4144</guid>
      <dc:creator>mdubyk</dc:creator>
      <dc:date>2025-03-26T21:30:47Z</dc:date>
    </item>
  </channel>
</rss>

