<?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: date conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1655581#M729970</link>
    <description>&lt;P&gt;I suspect you were still trying to figure out Quarter, here is a Design Blog post on that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Using-the-Ceil-Function-to-Create-a-Quarter-Field/ba-p/1464338" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Using-the-Ceil-Function-to-Create-a-Quarter-Field/ba-p/1464338&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is Help link on the others mentioned in the other post just in case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/day.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/day.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/year.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/year.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 17:02:42 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-12-09T17:02:42Z</dc:date>
    <item>
      <title>date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650505#M729967</link>
      <description>&lt;P&gt;HI all ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have date fields like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;01-NOV-19&lt;/P&gt;&lt;P&gt;02-NOV-19&lt;/P&gt;&lt;P&gt;16-NOV-19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need custom fields like year, month , day, quarter with out using master calender,, can anyone please help&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650505#M729967</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2024-11-16T01:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650513#M729968</link>
      <description>&lt;P&gt;can any one please help&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 05:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650513#M729968</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2019-11-25T05:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650514#M729969</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure in the script this is in a date format ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can use in the below script to get the output&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year(Date) as Year&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month(Date)as Month and so on ....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 05:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1650514#M729969</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-11-25T05:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: date conversion</title>
      <link>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1655581#M729970</link>
      <description>&lt;P&gt;I suspect you were still trying to figure out Quarter, here is a Design Blog post on that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Using-the-Ceil-Function-to-Create-a-Quarter-Field/ba-p/1464338" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Using-the-Ceil-Function-to-Create-a-Quarter-Field/ba-p/1464338&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is Help link on the others mentioned in the other post just in case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/day.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/day.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/year.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/year.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 17:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-conversion/m-p/1655581#M729970</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-09T17:02:42Z</dc:date>
    </item>
  </channel>
</rss>

