<?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: Date format in Data Load Editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2062243#M87124</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216914"&gt;@balajibc64&lt;/a&gt;&amp;nbsp;did you already sort out or you still need help here?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 20:20:25 GMT</pubDate>
    <dc:creator>Albert_Candelario</dc:creator>
    <dc:date>2023-04-19T20:20:25Z</dc:date>
    <item>
      <title>Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054533#M86627</link>
      <description>&lt;P&gt;In Qlik Sense, Under Monitoring Apps --&amp;gt; Operation Monitors. I 'm creating new app under my workspace. When I tried to create the initial data load editor page is showing some default format for date and firstday etc. How to change from master level. For Eg. Its showing US format (M/DD/YYYY) but for me it show (DD/MM/YYYY) format. Currently doing manually, how to make a default settings. ?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;Could you guide me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 09:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054533#M86627</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-03-29T09:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054568#M86631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216914"&gt;@balajibc64&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In the Main section at the beginning of your script, you can define a variable named DateFormat like this :&lt;/P&gt;
&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 09:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054568#M86631</guid>
      <dc:creator>AgatheClero</dc:creator>
      <dc:date>2023-03-29T09:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054620#M86636</link>
      <description>&lt;P&gt;You are saying like in Data load editor script ? Yes I can able to set. But I'm asking default while loading the editor script page itself format should be like this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 11:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054620#M86636</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-03-29T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054636#M86637</link>
      <description>&lt;P&gt;The default values ​​depend on the settings of your server where Qlik is installed.&lt;BR /&gt;Either you have to modify these parameters directly on the server, or you have to modify them manually in each script...&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054636#M86637</guid>
      <dc:creator>AgatheClero</dc:creator>
      <dc:date>2023-03-29T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054814#M86658</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Either you have to modify these parameters directly on the server. It means ? Also how to setup while installing&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 18:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2054814#M86658</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-03-29T18:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055194#M86695</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/167077"&gt;@AgatheClero&lt;/a&gt;&amp;nbsp;Could you please any screenshot if possible. Parameter&amp;nbsp;&lt;SPAN&gt;SET DateFormat='DD/MM/YYYY' this i can able to do this. But lookinf default code itself should be in this format&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 13:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055194#M86695</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-03-30T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055239#M86701</link>
      <description>&lt;P&gt;Also have a look at&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/UserInterface/Languages.htm#Setting" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/UserInterface/Languages.htm#Setting&lt;/A&gt;&amp;nbsp;for Qlik Cloud and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-change-Windows-regional-settings-and-have-them-apply-to/ta-p/1710282" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-change-Windows-regional-settings-and-have-them-apply-to/ta-p/1710282&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055239#M86701</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-03-30T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055919#M86743</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;Just look into this url. After installation Qlik Sense in that particular server also shall we change this setup or else after change the setup need to redo fresh installation ?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 11:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2055919#M86743</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-04-02T11:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2062243#M87124</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216914"&gt;@balajibc64&lt;/a&gt;&amp;nbsp;did you already sort out or you still need help here?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 20:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2062243#M87124</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-04-19T20:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2064975#M87353</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;Need to sort. Put on hold the reason planning to upgrade the latest version. Could you please suggest if anything need to do while installing the software.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 18:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2064975#M87353</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-04-26T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date format in Data Load Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2065121#M87362</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216914"&gt;@balajibc64&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I would recommend to change the regional setting for the service account user of Qlik Sense on the Qlik Sense servers as per you wishing format.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-change-Windows-regional-settings-and-have-them-apply-to/ta-p/1710282" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-change-Windows-regional-settings-and-have-them-apply-to/ta-p/1710282&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let us know how it goes when performing the upgrade!&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 07:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-format-in-Data-Load-Editor/m-p/2065121#M87362</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-04-27T07:14:55Z</dc:date>
    </item>
  </channel>
</rss>

