<?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 Identify Number and strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055972#M938090</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;/P&gt;&lt;P&gt;One column contains strings and numbers. i want to group them and store two separate colums as number and string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this with numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNum(Left(Mid(tId,2),1)),tId) as num,&lt;/P&gt;&lt;P&gt;but how can i extract strings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 03:52:21 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2016-02-05T03:52:21Z</dc:date>
    <item>
      <title>Identify Number and strings</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055972#M938090</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;/P&gt;&lt;P&gt;One column contains strings and numbers. i want to group them and store two separate colums as number and string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this with numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNum(Left(Mid(tId,2),1)),tId) as num,&lt;/P&gt;&lt;P&gt;but how can i extract strings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 03:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055972#M938090</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-02-05T03:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Number and strings</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055973#M938091</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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Not IsNum(Left(Mid(tId,2),1)),tId) as string,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 03:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055973#M938091</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-05T03:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Number and strings</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055974#M938092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Not IsText(Left(Mid(tId,2),1)),tId) as string,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 03:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055974#M938092</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-05T03:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Number and strings</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055975#M938093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;KeepChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;tId&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'0123456789') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Num1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;KeepChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Lower&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;tId&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'abcdefghijklmnopqrstuvwxyz') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Text &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 04:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055975#M938093</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-05T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Number and strings</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055976#M938094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide some sample values and your desired output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Number-and-strings/m-p/1055976#M938094</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-05T05:02:04Z</dc:date>
    </item>
  </channel>
</rss>

