<?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: convert Date field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105799#M899273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these questions have nothing to do with your initial topic; date conversion.&lt;/P&gt;&lt;P&gt;Half of these questions have nothing specific to do with QlikView (or Qlik Sense). Some are even basic software development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am locking this topic.&lt;/P&gt;&lt;P&gt;I suggest you make a topic for specific (product related) questions (and not all in 1 topic as they are not all related), but not before using the search option (or even Google) and do some basic reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2016 13:11:36 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2016-07-24T13:11:36Z</dc:date>
    <item>
      <title>convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105794#M899268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to convert Date field values like &lt;SPAN style="color: #ff0000;"&gt;19-07-20116 to 19-July-2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i want to &lt;SPAN style="color: #ff0000;"&gt;display particular dates only&lt;/SPAN&gt; instead of displaying entire date field&amp;nbsp; in list box or table box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please share the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105794#M899268</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105795#M899269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that's going to be tricky. Unless 20116 is a typo. I'll assume it is. If the date value is a real date and not just a text string that looks like a date you use the Date() function: Date(MyDateField, 'DD-MMMM-YYYY').&lt;/P&gt;&lt;P&gt;If the date value is a string value then you first need to use the Date# function to turn it into a date value: &lt;SPAN style="font-size: 13.3333px;"&gt;Date(Date#(MyDateField,'DD-MM-YYYY'), 'DD-MMMM-YYYY').&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105795#M899269</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-20T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105796#M899270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Gysbert.it was working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:i have a Sale field in a straight table.i want to add firstl sale value in first record to&amp;nbsp; sale value in second record and display the total in second record and same on 3rd and 4th and display in 4th record.............&lt;/P&gt;&lt;P&gt;by using accumulation we can add all dimension values but here i want to add two-two values.please share the solution.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 06:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105796#M899270</guid>
      <dc:creator />
      <dc:date>2016-07-22T06:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105797#M899271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/4538"&gt;Accumulations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 07:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105797#M899271</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-22T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105798#M899272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 1:Can you Please Explain the entire Qlikview Data modeling Procedure (What are the regular steps needed to perform data modeling)?&lt;/P&gt;&lt;P&gt;Question 2:Can You please describe the End-End Realtime Project Architecture(Project Flow) like&lt;/P&gt;&lt;P&gt;(Please give me answers for the following questions)&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;How i can get the requirement?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;{ In which format they will provide the requirement document?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;who will provide the spec document to a Developer?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;who will provide the database details?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;how can we Extract the data from multiple data sources in QV Application?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;How can we integrate the data that comes from multiple data sources In QV?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;What are Data Modeling steps needed for critical data modeling?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;what are regular functions used for Data modeling?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;After Development and Before deploying what are the steps going on in a project?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;Who will send a document to Testing team?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;who will Perform SIT &amp;amp; UAT ?What is SIT and UAT ? &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;What are the steps needed for SIT?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style=": ; line-height: 1.5em; font-size: 13.3333px;"&gt;What are the steps needed for UAT?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;if any issues occur in a project who will provide the help to a developer?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style=": ; line-height: 1.5em; font-size: 13.3333px;"&gt;Who is sever and who is Publisher?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style=": ; line-height: 1.5em; font-size: 13.3333px;"&gt;what is The role of Server and Publisher?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Is Admin will maintain a team? }&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 03:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105798#M899272</guid>
      <dc:creator />
      <dc:date>2016-07-24T03:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: convert Date field values</title>
      <link>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105799#M899273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these questions have nothing to do with your initial topic; date conversion.&lt;/P&gt;&lt;P&gt;Half of these questions have nothing specific to do with QlikView (or Qlik Sense). Some are even basic software development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am locking this topic.&lt;/P&gt;&lt;P&gt;I suggest you make a topic for specific (product related) questions (and not all in 1 topic as they are not all related), but not before using the search option (or even Google) and do some basic reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 13:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-Date-field-values/m-p/1105799#M899273</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-24T13:11:36Z</dc:date>
    </item>
  </channel>
</rss>

