<?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: Pick up specific date from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618211#M445576</link>
    <description>&lt;P&gt;One more way to do this is:&lt;/P&gt;&lt;P&gt;= Mid( [Invoice Code],Index ( [Invoice Code], 'WE ' )+3 ,10)&lt;/P&gt;&lt;P&gt;and it will give you the date after 'WE '. Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 12:13:32 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2019-08-29T12:13:32Z</dc:date>
    <item>
      <title>Pick up specific date from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618171#M445573</link>
      <description>&lt;P&gt;Hello experts, I am new to Qlik and I am trying to pick up some useful information (date) from a string ([Invoice Code]), which looks something like "Connecticut (SAP) - Connecticut Ltd - 4200001444 - WE 06/05/2018 - INV 06/05/2018".&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I want is getting the date of the "WE", i.e.&amp;nbsp; "06/05/2018" from the above (not the date after "INV").&lt;/P&gt;&lt;P&gt;I used PurgeChar(Upper([Invoice Code]),'ABCDEFGHIJKLMNOPQRSTUVXYZ') to get rid of the characters except "W".&lt;/P&gt;&lt;P&gt;I then used&lt;/P&gt;&lt;P&gt;MID(PurgeChar(Upper([Invoice Code]),'ABCDEFGHIJKLMNOPQRSTUVXYZ-'),FindOneOf('W',PurgeChar(Upper([Invoice Code]),'ABCDEFGHIJKLMNOPQRSTUVXYZ-'),10)+3,10)&lt;/P&gt;&lt;P&gt;to find the location number of "W" and from that fetch the next 10 characters but the output is ") 4200".&lt;/P&gt;&lt;P&gt;I have attached the qvw.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas would be grateful. Many thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618171#M445573</guid>
      <dc:creator>uba_ha</dc:creator>
      <dc:date>2024-11-16T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pick up specific date from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618203#M445575</link>
      <description>&lt;P&gt;date(textbetween(&lt;SPAN&gt;[Invoice Code],&lt;/SPAN&gt;' WE ',' - ') as YourFieldName&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618203#M445575</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-08-29T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pick up specific date from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618211#M445576</link>
      <description>&lt;P&gt;One more way to do this is:&lt;/P&gt;&lt;P&gt;= Mid( [Invoice Code],Index ( [Invoice Code], 'WE ' )+3 ,10)&lt;/P&gt;&lt;P&gt;and it will give you the date after 'WE '. Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 12:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618211#M445576</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2019-08-29T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pick up specific date from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618313#M445590</link>
      <description>&lt;P&gt;Many thanks for all your help!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-up-specific-date-from-a-string/m-p/1618313#M445590</guid>
      <dc:creator>uba_ha</dc:creator>
      <dc:date>2019-08-29T14:24:20Z</dc:date>
    </item>
  </channel>
</rss>

