<?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: box plot and formatting values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832713#M292978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And where is expected to be located? if Y-axis should be the minutes you only need Sum(Suration)...for the text reprentation in pop-up when it's different than the value you can use dual function, ie:&lt;/P&gt;&lt;P&gt;Dual(Interval(Sum(Duration)/1440, 'hh:mm'), Sum(Duration))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 10:35:27 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-04-01T10:35:27Z</dc:date>
    <item>
      <title>box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832706#M292971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;got a box plot chart&lt;/P&gt;&lt;P&gt;the expression is sum(duration)&lt;/P&gt;&lt;P&gt;where duration is a number in minutes&lt;/P&gt;&lt;P&gt;what I want is display in the pop up the min and max values in the form of hh:mm&lt;/P&gt;&lt;P&gt;I tried to update the expression and put num(floor(sum(duration)/60),'00') &amp;amp; ':' &amp;amp; num(mod(sum(duration),60),'00') but this will cause the chart not to be drawn&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832706#M292971</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-04-01T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832707#M292972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali, your expression returns a string, wich can't be located in a plot char, try with this expression:&lt;/P&gt;&lt;P&gt;Interval(Sum(Duration)/1440, 'hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return a number in the format hh:mm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832707#M292972</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-01T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832708#M292973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Interval(Time#(SUM(duration),'mm'),'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832708#M292973</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-01T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832709#M292974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same this will return string&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832709#M292974</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-04-01T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832710#M292975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will return a string and the chart will fail to be drawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832710#M292975</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-04-01T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832711#M292976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali, this is a number with a string representation, QV will now where to locate it, you tried the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832711#M292976</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-01T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832712#M292977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is where QV is locating your suggested expression&lt;/P&gt;&lt;P&gt;it should be at the X symbol&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82673_Untitled.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832712#M292977</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-04-01T10:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832713#M292978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And where is expected to be located? if Y-axis should be the minutes you only need Sum(Suration)...for the text reprentation in pop-up when it's different than the value you can use dual function, ie:&lt;/P&gt;&lt;P&gt;Dual(Interval(Sum(Duration)/1440, 'hh:mm'), Sum(Duration))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832713#M292978</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-01T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: box plot and formatting values</title>
      <link>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832714#M292979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what i want is the following &lt;/P&gt;&lt;P&gt;instead of seeing 226 mins; I want to see 3:46 &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82674_Untitled.png" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/box-plot-and-formatting-values/m-p/832714#M292979</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-04-01T10:46:19Z</dc:date>
    </item>
  </channel>
</rss>

