<?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 Alternative to Box Plots for large datasets? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2054728#M86648</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Was just wondering if people had a good alternative that would generate something similar to a box plot but would work for large-ish data sets (from my testing the dreaded &lt;EM&gt;*showing a limited dataset&lt;/EM&gt; appears about 31000 rows ish depending).&lt;/P&gt;
&lt;P&gt;I've built a stacked bar combo chart using something like the default Tukey rules (used combo so i could create a transparent offset) but it seems a bit clunky (and hides outliers):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BoxPlot.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103772i6F2AA5DBC58405B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BoxPlot.PNG" alt="BoxPlot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;currently have both within a container with conditional hide/show depending on the rows in the current selection, was just wondering if other people had hit similar issues and other ways people had handled it (also if anyone has a decent idea on the actual row limits for the limited data set appearing that would be great)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 14:21:29 GMT</pubDate>
    <dc:creator>dwqlik82</dc:creator>
    <dc:date>2023-03-29T14:21:29Z</dc:date>
    <item>
      <title>Alternative to Box Plots for large datasets?</title>
      <link>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2054728#M86648</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Was just wondering if people had a good alternative that would generate something similar to a box plot but would work for large-ish data sets (from my testing the dreaded &lt;EM&gt;*showing a limited dataset&lt;/EM&gt; appears about 31000 rows ish depending).&lt;/P&gt;
&lt;P&gt;I've built a stacked bar combo chart using something like the default Tukey rules (used combo so i could create a transparent offset) but it seems a bit clunky (and hides outliers):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BoxPlot.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103772i6F2AA5DBC58405B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BoxPlot.PNG" alt="BoxPlot.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;currently have both within a container with conditional hide/show depending on the rows in the current selection, was just wondering if other people had hit similar issues and other ways people had handled it (also if anyone has a decent idea on the actual row limits for the limited data set appearing that would be great)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 14:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2054728#M86648</guid>
      <dc:creator>dwqlik82</dc:creator>
      <dc:date>2023-03-29T14:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative to Box Plots for large datasets?</title>
      <link>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2054993#M86673</link>
      <description>&lt;P&gt;Alternatives may be not to use a single object else several ones which are placed side by side and/or overlapping each other. Adjusting all needed layout-features and trying to synchronize multiple objects to each other is not always easy and some disadvantages may remain - in regard to show/hide, exports/prints and/or using any popup-features and/or direct selecting within the objects ... Also thinkable is to use a straight-table with mini-charts and/or colored numbers of ascii chars ... or maybe using line-charts ...&lt;/P&gt;
&lt;P&gt;More helpful may be to re-consider the entire approach regarding to the most important information which should be provided with the chart and if there may other and more suitable views.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 07:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2054993#M86673</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-03-30T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative to Box Plots for large datasets?</title>
      <link>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2055226#M86699</link>
      <description>&lt;P&gt;Cheers, i'd guessed as much but hoped I'd missed something,&amp;nbsp; I found the box and whisker chart good for comparing median and spread of across multiple dimensions and presenting it in a relatively easy to understand view (in my case looking at the time between occurrences of X then splitting it either by Department, Date, Weekday etc to try and let people investigate if wider variability is focused in certain areas). I may see if just expanding out my pseudo box plot based on a combo chart and making it a bit more readable may work.&amp;nbsp; Nuclear option is building an extension to do it but that is usually far more effort than its worth &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternative-to-Box-Plots-for-large-datasets/m-p/2055226#M86699</guid>
      <dc:creator>dwqlik82</dc:creator>
      <dc:date>2023-03-30T14:12:11Z</dc:date>
    </item>
  </channel>
</rss>

