<?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: month name from textfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49167#M605632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now it worked for june and july.&lt;/P&gt;&lt;P&gt;is it possible to eliminate the blanks between month name and year.&lt;/P&gt;&lt;P&gt;for every monthname they are different &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 13:20:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-17T13:20:04Z</dc:date>
    <item>
      <title>month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49159#M605624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying a lot but I dont get it to work. Hopefully someone can help me.&lt;/P&gt;&lt;P&gt;I have a textfield with "Transaction Fees "&amp;amp;Monthname&amp;amp;Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take the monthname and Year from this field into a new field and convert it to a date.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very much thanks for your help in advance.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199878_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49159#M605624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49160#M605625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(PurgeChar(SubField(FieldName, 'Transaction Fees ', -1), ' '), 'MMMYYYY')) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49160#M605625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49161#M605626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much. I think it helped.But only May-Months are shown correctly.&lt;/P&gt;&lt;P&gt;Is it possible, that this has to do with the blanks after the monthname?&lt;/P&gt;&lt;P&gt;I have no idea how much blanks are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an idea of a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49161#M605626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49162#M605627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad.. I missed the extra M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Date#(PurgeChar(SubField(FieldName, 'Transaction Fees ', -1), ' '), 'MMM&lt;SPAN style="color: #ff0000;"&gt;M&lt;/SPAN&gt;YYYY')) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49162#M605627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49163#M605628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it unfortunately did not work. Would you please have a look?&lt;/P&gt;&lt;P&gt;it is in Adyen SettlementReport Line 36&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49163#M605628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49164#M605629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which tab am I looking at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49164#M605629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49165#M605630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is in script in Tab Adyen SettlementReport (line 36)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49165#M605630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49166#M605631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your environmental variable is in another language which is why MMMM is unable to recoginze them as months...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET LongMonthNames='Januar;Februar;März;April;Mai;Juni;Juli;August;September;Oktober;November;Dezember';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49166#M605631</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49167#M605632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now it worked for june and july.&lt;/P&gt;&lt;P&gt;is it possible to eliminate the blanks between month name and year.&lt;/P&gt;&lt;P&gt;for every monthname they are different &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49167#M605632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49168#M605633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what PurgeChar is doing... removing the spaces between Monthname and Year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49168#M605633</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: month name from textfield</title>
      <link>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49169#M605634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much only an If-Statement was missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-name-from-textfield/m-p/49169#M605634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T13:32:10Z</dc:date>
    </item>
  </channel>
</rss>

