<?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: How can I edit the default entries for &amp;quot;Main&amp;quot; in the data editor so that each new app includes the new entry? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-edit-the-default-entries-for-quot-Main-quot-in-the/m-p/2480482#M100719</link>
    <description>&lt;P&gt;Unfortunately, I couldn't find any direct configuration setting in Qlik Cloud to modify default script sections for all new apps. However, you can achieve a workaround by creating a new app, replace the default script with your desired script, including the new line, then save this app with a name that indicates it is a template. Whenever you create a new app, you can start from this template by cloning or copying the template app.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 13:52:12 GMT</pubDate>
    <dc:creator>F_B</dc:creator>
    <dc:date>2024-09-09T13:52:12Z</dc:date>
    <item>
      <title>How can I edit the default entries for "Main" in the data editor so that each new app includes the new entry?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-edit-the-default-entries-for-quot-Main-quot-in-the/m-p/2412408#M94732</link>
      <description>&lt;P&gt;When creating a new Qlik Cloud app I get a default section named "Main" in the data editor.&lt;/P&gt;
&lt;P&gt;This default section automatically includes the following lines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='$ ###0.00;-$ ###0.00';
SET TimeFormat='h:mm:ss TT';
SET DateFormat='M/D/YYYY';
SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';
SET FirstWeekDay=6;
SET BrokenWeeks=1;
SET ReferenceDay=0;
SET FirstMonthOfYear=1;
SET CollationLocale='en-US';
SET CreateSearchIndexOnReload=1;
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';
SET NumericalAbbreviation='3:k;6:M;9:G;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;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I now want to edit this default values so that they include the new line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SET NullDisplay='-';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so that each new app contains the following lines in the "Main" section automatically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='$ ###0.00;-$ ###0.00';
SET TimeFormat='h:mm:ss TT';
SET DateFormat='M/D/YYYY';
SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';
SET FirstWeekDay=6;
SET BrokenWeeks=1;
SET ReferenceDay=0;
SET FirstMonthOfYear=1;
SET CollationLocale='en-US';
SET CreateSearchIndexOnReload=1;
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';
SET NumericalAbbreviation='3:k;6:M;9:G;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';
SET NullDisplay='-';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 09:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-edit-the-default-entries-for-quot-Main-quot-in-the/m-p/2412408#M94732</guid>
      <dc:creator>Golem</dc:creator>
      <dc:date>2024-01-30T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I edit the default entries for "Main" in the data editor so that each new app includes the new entry?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-edit-the-default-entries-for-quot-Main-quot-in-the/m-p/2480482#M100719</link>
      <description>&lt;P&gt;Unfortunately, I couldn't find any direct configuration setting in Qlik Cloud to modify default script sections for all new apps. However, you can achieve a workaround by creating a new app, replace the default script with your desired script, including the new line, then save this app with a name that indicates it is a template. Whenever you create a new app, you can start from this template by cloning or copying the template app.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-edit-the-default-entries-for-quot-Main-quot-in-the/m-p/2480482#M100719</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-09-09T13:52:12Z</dc:date>
    </item>
  </channel>
</rss>

