<?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: Help Debutant QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878881#M998072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your encryption consists of giving them a numeric value, use date#() or MakeDate() to convert them into a Date value internally. From there on, you can format them any way you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QlikView, date values are stored internally as &lt;EM&gt;dual&lt;/EM&gt; values: QlikView keeps a numeric value (days since epoch) and a string representation that you can change with the Date() function. This technique gives you the power of doing calculations with date values while retaining the particular presentation string (Long Month Name) you prefer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 08:27:25 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-06-23T08:27:25Z</dc:date>
    <item>
      <title>Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878878#M998069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hello,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I start on QlikView and would need some information please.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I have to do a file that contains encrypted months (1-2-3-4 ... 12)&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I'd like to turn those months encrypted months:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1 -&amp;gt; January&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;2 -&amp;gt; February&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;...&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;12 -&amp;gt; December&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Can anyone please give me the pipe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878878#M998069</guid>
      <dc:creator />
      <dc:date>2015-06-23T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878879#M998070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;then you'll have to use a MAPPING LOAD and the Applymap() function or you can use the Makedate() function to turn that month_nr. into the first of that month and then use the Month() function on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878879#M998070</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-06-23T08:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878880#M998071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =date(date#('&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;','M'),'MMMM')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the &lt;EM style="color: #ff0000; font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;1 &lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;substitute your month field.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878880#M998071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878881#M998072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your encryption consists of giving them a numeric value, use date#() or MakeDate() to convert them into a Date value internally. From there on, you can format them any way you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QlikView, date values are stored internally as &lt;EM&gt;dual&lt;/EM&gt; values: QlikView keeps a numeric value (days since epoch) and a string representation that you can change with the Date() function. This technique gives you the power of doing calculations with date values while retaining the particular presentation string (Long Month Name) you prefer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878881#M998072</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-23T08:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878882#M998073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you very much for you answer.&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878882#M998073</guid>
      <dc:creator />
      <dc:date>2015-06-23T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help Debutant QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878883#M998074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found any of the responses Helpful or Correct it is good etiquette on this to mark them as such.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Debutant-QlikView/m-p/878883#M998074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T09:21:49Z</dc:date>
    </item>
  </channel>
</rss>

