<?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 MinMax Scaling chart function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/MinMax-Scaling-chart-function/m-p/1770251#M59585</link>
    <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I'm creating a slider to enable users to select less or more relevant count of words in a word cloud. In order to have a simple understanding about the scale, I want to apply the MinMax Scaling formula in the charts:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de tela 2020-12-23 110236.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46088iEE9A34DF94E074BA/image-dimensions/249x82?v=v2" width="249" height="82" role="button" title="Captura de tela 2020-12-23 110236.png" alt="Captura de tela 2020-12-23 110236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below I have a table with the work frequency, but I'm not getting the proper chart code to add new columns with Min(Count(feature) and Max(Count(feature) in order to have the above formula applied to a row level and considering user selection. For instance, If I select 3 words, Min and Max values should be updated to the value range available. I tried some AGGR coding, but didn't get proper results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rrodr244_0-1608731870152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46087i78DB8D7531B4A073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rrodr244_0-1608731870152.png" alt="rrodr244_0-1608731870152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Do you have some tip to help me?&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Rubens&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:40:28 GMT</pubDate>
    <dc:creator>rrodr244</dc:creator>
    <dc:date>2024-11-16T17:40:28Z</dc:date>
    <item>
      <title>MinMax Scaling chart function</title>
      <link>https://community.qlik.com/t5/App-Development/MinMax-Scaling-chart-function/m-p/1770251#M59585</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I'm creating a slider to enable users to select less or more relevant count of words in a word cloud. In order to have a simple understanding about the scale, I want to apply the MinMax Scaling formula in the charts:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de tela 2020-12-23 110236.png" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46088iEE9A34DF94E074BA/image-dimensions/249x82?v=v2" width="249" height="82" role="button" title="Captura de tela 2020-12-23 110236.png" alt="Captura de tela 2020-12-23 110236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below I have a table with the work frequency, but I'm not getting the proper chart code to add new columns with Min(Count(feature) and Max(Count(feature) in order to have the above formula applied to a row level and considering user selection. For instance, If I select 3 words, Min and Max values should be updated to the value range available. I tried some AGGR coding, but didn't get proper results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rrodr244_0-1608731870152.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46087i78DB8D7531B4A073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rrodr244_0-1608731870152.png" alt="rrodr244_0-1608731870152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Do you have some tip to help me?&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Rubens&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/MinMax-Scaling-chart-function/m-p/1770251#M59585</guid>
      <dc:creator>rrodr244</dc:creator>
      <dc:date>2024-11-16T17:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: MinMax Scaling chart function</title>
      <link>https://community.qlik.com/t5/App-Development/MinMax-Scaling-chart-function/m-p/1770420#M59606</link>
      <description>&lt;P&gt;Try this to calculate your scale calculation at a feature row level:&lt;/P&gt;&lt;P&gt;(count(feature)-min(Total aggr(count(feature),feature)))&lt;BR /&gt;/(max(Total aggr(count(feature),feature))-min(Total aggr(count(feature),feature)))&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 11:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/MinMax-Scaling-chart-function/m-p/1770420#M59606</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2020-12-24T11:37:46Z</dc:date>
    </item>
  </channel>
</rss>

