<?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: German Weekdays without Point in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956267#M78837</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The day names should be set in the script on the main tab. normally looks like this&lt;/P&gt;
&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;
&lt;P&gt;I assume you will see&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET DayNames='Mo.;Tu.;We.;Th.;Fr.;Sa.;Su.';&lt;/P&gt;
&lt;P&gt;Change it to what you need and reload&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 07:21:34 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2022-07-15T07:21:34Z</dc:date>
    <item>
      <title>German Weekdays without Point</title>
      <link>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956253#M78836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using the weekday()-function to return the weekdays of a given date. So for instance, a Monday is displayed as "Mo.".&lt;/P&gt;
&lt;P&gt;How can I remove the "." after "Mo." to just receive "Mo" as weekday?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 06:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956253#M78836</guid>
      <dc:creator>TinaH</dc:creator>
      <dc:date>2022-07-15T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: German Weekdays without Point</title>
      <link>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956267#M78837</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The day names should be set in the script on the main tab. normally looks like this&lt;/P&gt;
&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;
&lt;P&gt;I assume you will see&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET DayNames='Mo.;Tu.;We.;Th.;Fr.;Sa.;Su.';&lt;/P&gt;
&lt;P&gt;Change it to what you need and reload&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 07:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956267#M78837</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-07-15T07:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: German Weekdays without Point</title>
      <link>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956269#M78838</link>
      <description>&lt;P&gt;Hi, you can replace dot to nothing with replace(weekday(),'.','')&lt;/P&gt;
&lt;P&gt;or take only 2 left symbols of it with (left(weekday(), 2))&lt;/P&gt;
&lt;P&gt;or in load script, 'Main' tab modify your representation of 'DayNames'&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 07:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/German-Weekdays-without-Point/m-p/1956269#M78838</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-07-15T07:23:09Z</dc:date>
    </item>
  </channel>
</rss>

