<?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 Values on Data Points in a Box Plot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175922#M44133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also facing this problem. How can I add Text as Pop-up in a box plot chart? Something similar to the one below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="boxplot.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/4718_boxplot.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2011 08:44:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-25T08:44:46Z</dc:date>
    <item>
      <title>Values on Data Points in a Box Plot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175920#M44131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to show the Quartile and Fractile numbers in a Box Plot chart. However, the "Values on Data Points" checkbox for a Box Plot is disable. Show a box plot without see those 5 measures is not interesting, so is It possible to do what I am trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 17:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175920#M44131</guid>
      <dc:creator />
      <dc:date>2011-01-19T17:04:51Z</dc:date>
    </item>
    <item>
      <title>Values on Data Points in a Box Plot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175921#M44132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 20:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175921#M44132</guid>
      <dc:creator />
      <dc:date>2011-01-19T20:32:46Z</dc:date>
    </item>
    <item>
      <title>Values on Data Points in a Box Plot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175922#M44133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also facing this problem. How can I add Text as Pop-up in a box plot chart? Something similar to the one below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="boxplot.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/4718_boxplot.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 08:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175922#M44133</guid>
      <dc:creator />
      <dc:date>2011-05-25T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Values on Data Points in a Box Plot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175923#M44134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Stephen Redmond's idea of adding an extra expression with no symbol, line or bar ticked but with 'Pop Up Labels' selected, just for providing custom pop up text, it is possible to display the box plot values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Box Plot Pop Up Text.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5030_Box+Plot+Pop+Up+Text.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There did seem to be some issues - the box plot had to be last in the expression list for it to work and the expression itself has to contain the formatting you might have done in the Numbers tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using a copy of the Call Centre demo to try out adding a seven figure summary so the time formatting had to go in the 'pop up text' expression as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Max - '&amp;amp;Interval([Max],'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'90th Percentile - '&amp;amp;Interval(fractile([Answered Active Time],0.90)/24/60/60,'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'75th Percentile - '&amp;amp;Interval([InterQuartile Range],'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'Median - '&amp;amp;Interval((median([Answered Active Time])/24/60/60),'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'25th Percentile - '&amp;amp;Interval(fractile([Answered Active Time],0.25)/24/60/60,'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'10th Percentile - '&amp;amp;Interval(fractile([Answered Active Time],0.10)/24/60/60,'mm:ss')&amp;amp;chr(13)&amp;amp;&lt;/P&gt;&lt;P&gt;'Min - '&amp;amp;Interval([Min],'mm:ss')&amp;amp;chr(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another problem was that in order to get the box plot image to trigger you need at least&amp;nbsp; 3 more expressions ..one each for the top, bottom and middle of the plot ....that are set to 'symbol' and 'invisible'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even then, with large box areas, the hover over will need to hit one of those points to trigger the pop up so not an ideal solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Call Center demo chart I copied had a fast change set to pivot and straight table which was a pretty good way alternative to switch to a number based view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the example I'd be interested if anyone knows how to set up some kind of toggle to add/remove the 'max' value as it's squashing the box plot and some users may wish to switch that one figure off,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HD &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175923#M44134</guid>
      <dc:creator>hdonald</dc:creator>
      <dc:date>2011-06-03T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Values on Data Points in a Box Plot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175924#M44135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an old post but I was reading it to get a pop-up with the box plot data and figured out a better way to do it. Instead of using 3 extra expressions as HD suggested, one for the top, bottom and middle as symbols I used 1 expression displayed as a bar that has:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the data I want to show on the pop-up as the Label of the expression, &lt;/LI&gt;&lt;LI&gt;the definition is the difference between the MAX and the MIN to get a bar the size of the whole plot for each member of the dimension (including the outliers)&lt;UL&gt;&lt;LI&gt;If you want to get the pop-up only when hover over the box (no outliers) use the difference between the 75 and the 25 fractile&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The "Bar Offset" property of the expression (open the expression properties with the + on its left) set to the MIN so the bar starts where the minimum value is&lt;UL&gt;&lt;LI&gt;Use the 25 fractile for pop-ups just on the box (no outliers)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Promote the expression to be the top one&lt;/LI&gt;&lt;LI&gt;Change the color to be transparent (it didn't work for me to get it Invisible, I didn't get the pop-up)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result looks like this (make the bar transparent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="45582" class="jive-image-thumbnail jive-image" onclick="" alt="Qlikview box plot with pop-up.png" src="/legacyfs/online/45582_Qlikview box plot with pop-up.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 19:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-on-Data-Points-in-a-Box-Plot-Chart/m-p/175924#M44135</guid>
      <dc:creator />
      <dc:date>2013-08-15T19:46:49Z</dc:date>
    </item>
  </channel>
</rss>

