<?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 Which chart is suitable to present Distribution data across the scoring like 0-4,5-10,10-20 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Which-chart-is-suitable-to-present-Distribution-data-across-the/m-p/1655169#M48962</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement like to present all risks below 4 score should appear with green color and all to gather in the same place(Not count of risks) means all those should appear 0-4 score rage of X-axis and 5-10 score risks in between 5-10 score and amber color, 10-27 above score red color&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2019 08:18:14 GMT</pubDate>
    <dc:creator>narayanaqlik</dc:creator>
    <dc:date>2019-12-07T08:18:14Z</dc:date>
    <item>
      <title>Which chart is suitable to present Distribution data across the scoring like 0-4,5-10,10-20</title>
      <link>https://community.qlik.com/t5/App-Development/Which-chart-is-suitable-to-present-Distribution-data-across-the/m-p/1655169#M48962</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement like to present all risks below 4 score should appear with green color and all to gather in the same place(Not count of risks) means all those should appear 0-4 score rage of X-axis and 5-10 score risks in between 5-10 score and amber color, 10-27 above score red color&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2019 08:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Which-chart-is-suitable-to-present-Distribution-data-across-the/m-p/1655169#M48962</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-12-07T08:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which chart is suitable to present Distribution data across the scoring like 0-4,5-10,10-20</title>
      <link>https://community.qlik.com/t5/App-Development/Which-chart-is-suitable-to-present-Distribution-data-across-the/m-p/1655266#M48968</link>
      <description>&lt;P&gt;I'm partial to &lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/ColorFunctions/color-functions-charts.htm" target="_self"&gt;colormix2&lt;/A&gt;&amp;nbsp;which will give you a color range for your three sections to show a little more accurately the shift from one area to another.&amp;nbsp; You have to get your values normalized to be from -1 to 1 so I'd recommend this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Colormix2((&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;(RiskValue * 2) / 20) -1)&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;,green() , yellow(), red()&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;note this assumes your stated range of 0 to 20 being normalized to -1 to 1 and will give you a range or colors.&amp;nbsp; If your users need just three discrete colors you can do if statements thusly: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Colormix2(if(RiskValue&amp;lt;5,-1, if(RiskValue&amp;lt;11,0,1)),&lt;SPAN class="bnf_token"&gt;green() , yellow(), red()&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Based on your stated business requirement a histogram will show a distribution of a single metric.&amp;nbsp; If you'll be doing this for multiple categories you could use a distribution plot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 23:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Which-chart-is-suitable-to-present-Distribution-data-across-the/m-p/1655266#M48968</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-08T23:51:03Z</dc:date>
    </item>
  </channel>
</rss>

