<?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: Alternatives to ConvertToTimezone in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140728#M92760</link>
    <description>&lt;P&gt;Maybe now() is an alternatively for utc() as it provides a time_mode paramter:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/now.htm" target="_blank"&gt;now - script and chart function | Qlik Cloud Help&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 10:24:08 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-11-23T10:24:08Z</dc:date>
    <item>
      <title>Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140566#M92743</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have this dashboard that is used to fire some reports by e-mail and it comes a time of the day that Qlik's server doesn't match my country's time and I get wrong outputs.&lt;/P&gt;
&lt;P&gt;I got around it using ConvertToLocalTime(UTC(), 'UTC-03:00') in my expressions, but it seems this function is constantly updated and it glitches my app, specially the scrolling bars.&lt;/P&gt;
&lt;P&gt;I'm actually surprised we can't set out timezones in the management console and I assume it's something on the roadmap. Meanwhile, is there a workaround that won't use that much processing?&lt;/P&gt;
&lt;P&gt;If I add the value to a variable on script level and then calculate the variable inside my expressions, will it result in the same behavior as using them directly?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 01:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140566#M92743</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-11-23T01:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140682#M92757</link>
      <description>&lt;P&gt;what I could suggest is to create a table on that data model, with the timezones you need then use that particular field and use in your report base by with country you are sending.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 08:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140682#M92757</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2023-11-23T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140728#M92760</link>
      <description>&lt;P&gt;Maybe now() is an alternatively for utc() as it provides a time_mode paramter:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/now.htm" target="_blank"&gt;now - script and chart function | Qlik Cloud Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 10:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140728#M92760</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-11-23T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140816#M92766</link>
      <description>&lt;P&gt;Hi, it seems to be a good idea, will sure have a try. Thanks for replying.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 14:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140816#M92766</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-11-23T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140819#M92767</link>
      <description>&lt;P&gt;Hi, Marcus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wouldn't Now() have the same behavior of being constantly recalculated?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 14:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140819#M92767</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-11-23T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140824#M92768</link>
      <description>&lt;P&gt;Not by choosing 0 or 2 as timer_mode:&lt;/P&gt;
&lt;TABLE class="TableStyle-tableGrid" cellspacing="0"&gt;
&lt;THEAD&gt;
&lt;TR class="Head-Header1"&gt;
&lt;TH class="HeadI--" scope="col"&gt;Argument&lt;/TH&gt;
&lt;TH class="HeadG--" scope="col"&gt;Description&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR class="Body-Body1"&gt;
&lt;TD class="BodyC--" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;timer_mode&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD class="BodyA--"&gt;
&lt;P&gt;Can have the following values:&lt;/P&gt;
&lt;P&gt;0 (time at last finished data load)&lt;BR /&gt;1 (time at function call)&lt;BR /&gt;2 (time when the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="glossaryTerm" title="Glossary term" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/now.htm#glossary-2" aria-controls="glossary-2" target="_blank"&gt;app&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;was opened)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 14:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140824#M92768</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-11-23T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alternatives to ConvertToTimezone</title>
      <link>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140861#M92769</link>
      <description>&lt;P&gt;This will definitely work!! Thank you very much &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 14:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Alternatives-to-ConvertToTimezone/m-p/2140861#M92769</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2023-11-23T14:55:25Z</dc:date>
    </item>
  </channel>
</rss>

