<?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: format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/format/m-p/1676452#M727284</link>
    <description>&lt;P&gt;Start with the on-line help and try them for yourself. Then, If you get stuck, feel free to ask more specific questions.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 05:48:57 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2020-02-18T05:48:57Z</dc:date>
    <item>
      <title>format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1675944#M727278</link>
      <description>&lt;P&gt;Ex: I have two different date formats like below:&lt;/P&gt;&lt;P&gt;15-2-2020&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15/2/2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i&amp;nbsp; ensure that the date is loaded in consistent format (mm/dd/yyyy)?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1675944#M727278</guid>
      <dc:creator>purna</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1675946#M727279</link>
      <description>&lt;P&gt;Are these different formats in the same field? If so, and if all you want to do is ensure that the '-' are converted to '/' then the statement below should work.&lt;/P&gt;&lt;P&gt;Assume that "MyDate" is the field name, then use&lt;/P&gt;&lt;P&gt;Date(Replace(MyDate, '-', '/'), 'DD/MM/YYYY') as MyDate&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Let me know if that's all you're trying to do.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 06:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1675946#M727279</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2020-02-15T06:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1675952#M727280</link>
      <description>&lt;P&gt;In Qlik official training the suggesed method is often to use the Alt() function to ensure that you get a valid date along with the Date#() interpreting function and Date() formatting function like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Date( Alt( Date#( aDateField , 'DD-MM-YYYY') , Date#(&amp;nbsp;aDateField , 'DD/MM/YYYY') , '&amp;lt;unable to interpret date&amp;gt;' ) , 'MM/DD/YYYY')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1675952#M727280</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-18T08:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1675963#M727281</link>
      <description>&lt;P&gt;Thank you Mr. lblumenfeld for your valuable reply,&lt;/P&gt;&lt;P&gt;Could you please share with me some real-time scenarios of how to use different loads &amp;amp; functions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 11:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1675963#M727281</guid>
      <dc:creator>purna</dc:creator>
      <dc:date>2020-02-15T11:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1676089#M727282</link>
      <description>&lt;P&gt;Can you be more specific as to what information you're looking for?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 03:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1676089#M727282</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2020-02-17T03:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1676436#M727283</link>
      <description>&lt;P&gt;Hello Lblumenfeld,&lt;/P&gt;&lt;P&gt;sorry for the late reply..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I'm looking for videos or PPT's for different types of loads like resident,partial,incremental e.t.c..&lt;/P&gt;&lt;P&gt;And functions like pick,peek,applymap,string functions e.t.c..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 03:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1676436#M727283</guid>
      <dc:creator>purna</dc:creator>
      <dc:date>2020-02-18T03:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1676452#M727284</link>
      <description>&lt;P&gt;Start with the on-line help and try them for yourself. Then, If you get stuck, feel free to ask more specific questions.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 05:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1676452#M727284</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-02-18T05:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: format</title>
      <link>https://community.qlik.com/t5/QlikView/format/m-p/1676469#M727285</link>
      <description>&lt;P&gt;If you search these topics in google along with the term “Qlik”you will find quite a bit of explanations and really good examples. Many of those are posts from this site. You’ll see examples of how others have used them to solve problems.&lt;/P&gt;&lt;P&gt;I also highly recommend the Qlik continuous classroom. The videos and training there are excellent.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format/m-p/1676469#M727285</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2020-02-18T06:55:17Z</dc:date>
    </item>
  </channel>
</rss>

