<?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: Duration format on map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1674345#M51150</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Did anyone find a solution to this, i too have the same problem.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2020 11:38:43 GMT</pubDate>
    <dc:creator>CNH_1978</dc:creator>
    <dc:date>2020-02-11T11:38:43Z</dc:date>
    <item>
      <title>Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1624140#M46473</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;we have a point layer map chart. The color of points is based on average time spent on the place of the point. The time used for calculation of the average time is in minutes (e.g. 2500 minutes) and we are getting it from one field in one table. When I want to calculate and show the average time for each point on the map and I hover the mouse, I am getting values in these formats for different points on the map:&lt;/P&gt;&lt;P&gt;0.7&lt;/P&gt;&lt;P&gt;10.3 m&lt;/P&gt;&lt;P&gt;69.4&amp;nbsp;&lt;SPAN&gt;µ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried to set the format in Custom colors by Measure, using this:&lt;/P&gt;&lt;P&gt;=time(avg([Time]),'hh:mm')&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;=Interval( Avg( Time), 'dd hh:mm:ss')&lt;/P&gt;&lt;P&gt;but the formats didn't change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, is there any explanation why this is showing time in wrong formats? Do you have any idea what could help here?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;L.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 11:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1624140#M46473</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2019-09-16T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673208#M50999</link>
      <description>&lt;P&gt;hello Lenca,&lt;/P&gt;&lt;P&gt;Were you able to find the solution for this issue? I have the exact problem. In addition, the legend values in the Area layer / Point layer has the time duration in decimal values. I tried the Interval function, Time function but when I apply it in measures, it always comes back in decimal values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interval(avg(DISPREADY_ALLOCATED_HRS), 'h:mm') --&amp;gt; I used this in Area Layer (or in Point Layer) Colors Measure / expression. I am still getting decimal values not the hh:mm format.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 03:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673208#M50999</guid>
      <dc:creator>Nags</dc:creator>
      <dc:date>2020-02-07T03:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673224#M51004</link>
      <description>&lt;P&gt;hi Nags,&lt;/P&gt;&lt;P&gt;yes, I was able to solve the issue. It was not the number formatting in load script.&lt;/P&gt;&lt;P&gt;The reason for the wrong format was that the NumericalAbbreviation settings is by default converting very small numbers with many decimals to the format that you are getting. All you need to do is to remove the default converting of very small numbers. Like this:&lt;/P&gt;&lt;P&gt;// SET NumericalAbbreviation='3:k;6:M;9:B;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;BR /&gt;SET NumericalAbbreviation='3:k;6:M;9:B;12:T;15:P;18:E;21:Z;24:Y;';&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will not convert the decimals.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 06:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673224#M51004</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2020-02-07T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673228#M51008</link>
      <description>&lt;P&gt;actually, maybe that doesn't solve your problem completely. I needed the values in money format eventually, so I didn't have the duration problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 06:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673228#M51008</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2020-02-07T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673364#M51023</link>
      <description>&lt;P&gt;As you said, that did not resolve the issue with the duration. I am still getting duration in decimal format, will keep trying to find a solution. Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 13:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1673364#M51023</guid>
      <dc:creator>Nags</dc:creator>
      <dc:date>2020-02-07T13:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1674345#M51150</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Did anyone find a solution to this, i too have the same problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 11:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1674345#M51150</guid>
      <dc:creator>CNH_1978</dc:creator>
      <dc:date>2020-02-11T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duration format on map</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1722782#M55000</link>
      <description>&lt;P&gt;I am using Feb 2020 release and it is not fixed yet. Qlik has introduced a tool tip option in April 2020 release. I have to check with the latest release as soon as I get a chance to work on this version.&lt;/P&gt;&lt;P&gt;However, we have opened a ticket to Qlik long back. No response yet.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 02:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-format-on-map/m-p/1722782#M55000</guid>
      <dc:creator>Nags</dc:creator>
      <dc:date>2020-06-27T02:38:00Z</dc:date>
    </item>
  </channel>
</rss>

