<?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: Problema sulle date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644351#M543281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;try &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;year(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento&lt;/SPAN&gt;) as Year,&lt;/P&gt;&lt;P style="direction: rtl;"&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento&lt;/SPAN&gt;) as Month&lt;/P&gt;&lt;P style="direction: rtl;"&gt;;from xyz&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;/P&gt;&lt;P style="direction: rtl;"&gt;Regards&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ASHFAQ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 10:57:49 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-06-09T10:57:49Z</dc:date>
    <item>
      <title>Problema sulle date</title>
      <link>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644349#M543279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao a tutti.&lt;/P&gt;&lt;P&gt;Ho creato un foglio con un campo Data_documento con formato GG.MM.YYYY&lt;/P&gt;&lt;P&gt;Da questo campo voglio ottenere l'anno e il mese per poterli poi utilizzare come ulteriori campi e richiamarli in altri oggetti, ad esempio in grafici.&lt;/P&gt;&lt;P&gt;Come posso fare?&lt;/P&gt;&lt;P&gt;Grazie mille&lt;/P&gt;&lt;P&gt;Pasq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 10:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644349#M543279</guid>
      <dc:creator />
      <dc:date>2014-06-09T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problema sulle date</title>
      <link>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644350#M543280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provare come:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year(Date#(Data_documento,'GG.MM.YYYY')) As Year,&lt;/P&gt;&lt;P&gt;Month(Date#(Data_documento,'GG.MM.YYYY'))&amp;nbsp; AS Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 10:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644350#M543280</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-06-09T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problema sulle date</title>
      <link>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644351#M543281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;try &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;year(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento&lt;/SPAN&gt;) as Year,&lt;/P&gt;&lt;P style="direction: rtl;"&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data_documento&lt;/SPAN&gt;) as Month&lt;/P&gt;&lt;P style="direction: rtl;"&gt;;from xyz&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;/P&gt;&lt;P style="direction: rtl;"&gt;Regards&lt;/P&gt;&lt;P style="direction: rtl;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ASHFAQ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 10:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problema-sulle-date/m-p/644351#M543281</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-09T10:57:49Z</dc:date>
    </item>
  </channel>
</rss>

