<?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: Limit a boxplot for top n categories by measures in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Limit-a-boxplot-for-top-n-categories-by-measures/m-p/2503456#M103612</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp; Hello, here's the data. I hope it's extensive, let me know if you need anythign more! Thanks again for looking into it&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 08:31:45 GMT</pubDate>
    <dc:creator>alespooletto</dc:creator>
    <dc:date>2025-01-29T08:31:45Z</dc:date>
    <item>
      <title>Limit a boxplot for top n categories by measures</title>
      <link>https://community.qlik.com/t5/App-Development/Limit-a-boxplot-for-top-n-categories-by-measures/m-p/2503453#M103611</link>
      <description>&lt;P&gt;I have this excerpt of data that can be used to create a boxplot:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Caricamento della tabella del Boxplot
BoxplotData:
LOAD 
    Categorie, 
    [First whisker], 
    [Box start], 
    [Center line], 
    [Box end], 
    [Last whisker] 
INLINE [
    Categorie, First whisker, Box start, Center line, Box end, Last whisker
    "Tablet AGV", 929.266666666667, 929.266666666667, 929.26667, 929.266666666667, 929.266666666667
    "Smartcard", 748.366666666667, 748.366666666667, 748.36667, 748.366666666667, 748.366666666667
    "Notebook", 720.583333333333, 720.583333333333, 720.58333, 720.583333333333, 720.583333333333
    "Office", 27.9833333333333, 217.2609443788, 674.21667, 1131.1726388955, 1320.45
    "Cuffie", 303.9, 303.9, 303.9, 303.9, 303.9
    "iPad", 167.533333333333, 167.533333333333, 167.53333, 167.533333333333, 167.533333333333
];

// Caricamento della tabella con le Durate Totali
DurataTicket:
LOAD 
    Risorsa, 
    Categorie, 
    Durata_Totale 
INLINE [
    Risorsa, Categorie, Durata_Totale
    "Mor", "Posta", 446.55
    "Riz", "iPhone", 1278.5
    "Riz", "Cuffie", 303.9
    "Riz", "Docking Station", 100.8666667
    "Riz", "Monitor", 76.6
    "Riz", "Notebook", 720.5833333
    "Riz", "Smartcard", 748.3666667
    "Riz", "Carta inceppata", 0.166666667
    "Riz", "Non stampa", 2.916666667
    "Riz", "Tablet AGV", 929.2666667
    "Riz", "Tablet Muletti", 25.3
    "Riz", "CRM", 53.48333333
    "Riz", "DriveTools", 51.71666667
    "Riz", "Internet", 95.38333333
    "Riz", "Jabber", 2.55
    "Riz", "Office", 1320.45
    "Riz", "Posta", 2591.683333
    "Riz", "SAP", 1078.266667
    "Riz", "Online Support", 99.68333333
    "Riz", "iPad", 167.5333333
    "Vit", "Office", 27.98333333
    "Nes", "Controllo accessi", 69.85
];
&lt;/LI-CODE&gt;
&lt;P&gt;What I would like to receive is a boxplot graph that has only the top 3 boxes with the highest number of time spent for them ,and put the rest in an averaged out boxplot on its own.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar to this graph, where the 5 bars represent the top categories, and an Others bar represents the average of the remaining categories:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alespooletto_0-1738139068174.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177007iD7A971949FEF8E73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alespooletto_0-1738139068174.png" alt="alespooletto_0-1738139068174.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 08:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limit-a-boxplot-for-top-n-categories-by-measures/m-p/2503453#M103611</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2025-01-29T08:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a boxplot for top n categories by measures</title>
      <link>https://community.qlik.com/t5/App-Development/Limit-a-boxplot-for-top-n-categories-by-measures/m-p/2503456#M103612</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp; Hello, here's the data. I hope it's extensive, let me know if you need anythign more! Thanks again for looking into it&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 08:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limit-a-boxplot-for-top-n-categories-by-measures/m-p/2503456#M103612</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2025-01-29T08:31:45Z</dc:date>
    </item>
  </channel>
</rss>

