<?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: datedifference multiple costs per minute - how to convert to money for map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625577#M46597</link>
    <description>&lt;P&gt;Thank you. I will try to change to Num.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a big probability that the numbers have many decimals, I didn't know about 'm' meaning -3 zeroes, thanks for telling me!&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 07:18:08 GMT</pubDate>
    <dc:creator>LenCa</dc:creator>
    <dc:date>2019-09-19T07:18:08Z</dc:date>
    <item>
      <title>datedifference multiple costs per minute - how to convert to money for map</title>
      <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625559#M46595</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in my load script I have two datetime fields. I am getting the difference between those fields in minutes. I multiple the difference by costs per minute.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the map I can see costs for each location, the size of the point bubble depends on the costs. But I can see there in tooltips that the costs are for example 0,2m, 15m and so on. It looks like it's showing it in minutes. I tried two different ways how to calculate the costs. Any suggestions what I could try or why is this happening? thank you&lt;/P&gt;&lt;P&gt;This is what I tried:&lt;/P&gt;&lt;P&gt;Money#(Num(OlderDate - NewDate)*0.067) as Costs&lt;/P&gt;&lt;P&gt;Num(Interval(OlderDate- NewDate,'mm'))*0.067 as Costs&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 06:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625559#M46595</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2019-09-19T06:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: datedifference multiple costs per minute - how to convert to money for map</title>
      <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625574#M46596</link>
      <description>&lt;P&gt;Maybe only change to Num# is needed?&lt;/P&gt;&lt;P&gt;Money#(Num#(OlderDate - NewDate)*0.067) as Costs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or maybe is the number with too many decimals? In main script 'm' behind the number means -3 zeroes&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625574#M46596</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2019-09-19T07:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: datedifference multiple costs per minute - how to convert to money for map</title>
      <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625577#M46597</link>
      <description>&lt;P&gt;Thank you. I will try to change to Num.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a big probability that the numbers have many decimals, I didn't know about 'm' meaning -3 zeroes, thanks for telling me!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625577#M46597</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2019-09-19T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: datedifference multiple costs per minute - how to convert to money for map</title>
      <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625580#M46598</link>
      <description>&lt;P&gt;In that case it is probably number, just question of formatting:&lt;/P&gt;&lt;P&gt;in main script there is variable: Set NumericalAbbreviation and in that you can find number (which is 10 squared by) and the abbreviation. 10 squared by -3 is m - you can change that&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1625580#M46598</guid>
      <dc:creator>DavidM</dc:creator>
      <dc:date>2019-09-19T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: datedifference multiple costs per minute - how to convert to money for map</title>
      <link>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1635235#M47323</link>
      <description>&lt;P&gt;thank you, this was the issue&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 07:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/datedifference-multiple-costs-per-minute-how-to-convert-to-money/m-p/1635235#M47323</guid>
      <dc:creator>LenCa</dc:creator>
      <dc:date>2019-10-15T07:08:28Z</dc:date>
    </item>
  </channel>
</rss>

