<?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 30 Days to 30 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54878#M782472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data, "PaymentPeriod" coded as '30 days' or '43 days'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load this data so that I only get 30 or 43.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I know the content I would do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PaymentPeriod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*30*'),30, if(...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, I will have many payment periods. The approach above is not feasible. Is there a function that recognizes the number part of the data element which helps me to extract this part?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>schumi1980</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>30 Days to 30</title>
      <link>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54878#M782472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data, "PaymentPeriod" coded as '30 days' or '43 days'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load this data so that I only get 30 or 43.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I know the content I would do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PaymentPeriod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*30*'),30, if(...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, I will have many payment periods. The approach above is not feasible. Is there a function that recognizes the number part of the data element which helps me to extract this part?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54878#M782472</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: 30 Days to 30</title>
      <link>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54879#M782473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try KeepChar(StrName, Chr you want to extract)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54879#M782473</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-20T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: 30 Days to 30</title>
      <link>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54880#M782474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Keepchar(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PaymentPeriod&lt;/SPAN&gt;,'0123456789')=30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/30-Days-to-30/m-p/54880#M782474</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-20T09:46:30Z</dc:date>
    </item>
  </channel>
</rss>

