<?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: I want to remove time format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443283#M97484</link>
    <description>&lt;P&gt;Hi, You might want to consider this alternative approach:&lt;/P&gt;
&lt;P&gt;Left(PurgeChar([DEPDATE &amp;amp; TIME],' '), 10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',1)+1,10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',2)+1,10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',3)+1,10) as [DEPDATE &amp;amp; TIME 1];&lt;/P&gt;</description>
    <pubDate>Sun, 21 Apr 2024 09:27:10 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2024-04-21T09:27:10Z</dc:date>
    <item>
      <title>I want to remove time format</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443201#M97480</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a help!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1713626856192.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164420i0480A566A87C4ED1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1713626856192.png" alt="nagarajuchilveri_0-1713626856192.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;above snap I need to&amp;nbsp; remove the time format.I have applied logic it's working but few places time has visible below snap.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_1-1713627043618.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164421iD16031AA175A6881/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_1-1713627043618.png" alt="nagarajuchilveri_1-1713627043618.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am using&amp;nbsp; this logic below.kindly help me.&lt;/P&gt;
&lt;P&gt;Replace(Replace(Replace( [DEPDATE &amp;amp;TIME],SubField( TextBetween( [DEPDATE &amp;amp;TIME], '-','/'),'-',3),''),'-/','/'),Right(Replace(Replace( [DEPDATE &amp;amp;TIME],SubField( TextBetween( trim([DEPDATE &amp;amp;TIME]), '-','/'),'-',3),''),'-/','/'),7),'') as [DEPDATE &amp;amp;TIME1]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nagaraj&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443201#M97480</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-11-15T20:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: I want to remove time format</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443283#M97484</link>
      <description>&lt;P&gt;Hi, You might want to consider this alternative approach:&lt;/P&gt;
&lt;P&gt;Left(PurgeChar([DEPDATE &amp;amp; TIME],' '), 10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',1)+1,10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',2)+1,10)&amp;amp;' / '&amp;amp;&lt;BR /&gt;Mid(PurgeChar([DEPDATE &amp;amp; TIME],' '), Index(PurgeChar([DEPDATE &amp;amp; TIME],' '), '/',3)+1,10) as [DEPDATE &amp;amp; TIME 1];&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 09:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443283#M97484</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-21T09:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: I want to remove time format</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443347#M97490</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;Thank You! It's Working.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 05:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-remove-time-format/m-p/2443347#M97490</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-04-22T05:20:46Z</dc:date>
    </item>
  </channel>
</rss>

