<?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 Convert field value which starts with text or some special characters into 'NLL' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552299#M744073</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we make a field value which starts with text or some special characters into 'NLL' .&lt;/P&gt;&lt;P&gt;Field Product#:&lt;/P&gt;&lt;P&gt;950005-11300&lt;/P&gt;&lt;P&gt;950040-11300&lt;/P&gt;&lt;P&gt;91996171-11300&lt;/P&gt;&lt;P&gt;Dongsheng-11300&lt;/P&gt;&lt;P&gt;KINTZ PLAS-11300&lt;/P&gt;&lt;P&gt;N/A-11300&lt;/P&gt;&lt;P&gt;n/a-11300&lt;/P&gt;&lt;P&gt;NA-11300&lt;/P&gt;&lt;P&gt;Refer to a-11300&lt;/P&gt;&lt;P&gt;_XNA-11300Refer to a-11300&lt;BR /&gt;参考附件-11300&lt;/P&gt;&lt;P&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:18:27 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2024-11-16T21:18:27Z</dc:date>
    <item>
      <title>Convert field value which starts with text or some special characters into 'NLL'</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552299#M744073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we make a field value which starts with text or some special characters into 'NLL' .&lt;/P&gt;&lt;P&gt;Field Product#:&lt;/P&gt;&lt;P&gt;950005-11300&lt;/P&gt;&lt;P&gt;950040-11300&lt;/P&gt;&lt;P&gt;91996171-11300&lt;/P&gt;&lt;P&gt;Dongsheng-11300&lt;/P&gt;&lt;P&gt;KINTZ PLAS-11300&lt;/P&gt;&lt;P&gt;N/A-11300&lt;/P&gt;&lt;P&gt;n/a-11300&lt;/P&gt;&lt;P&gt;NA-11300&lt;/P&gt;&lt;P&gt;Refer to a-11300&lt;/P&gt;&lt;P&gt;_XNA-11300Refer to a-11300&lt;BR /&gt;参考附件-11300&lt;/P&gt;&lt;P&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552299#M744073</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2024-11-16T21:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert field value which starts with text or some special characters into 'NLL'</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552343#M744074</link>
      <description>&lt;P&gt;You could use an IF WildMatch.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LOAD
  IF(wildmatch(&amp;nbsp;Product#, 'N/A*', 'NA*', 'Refer to a*', 'Dongsheng-*','&lt;SPAN&gt;参考附件-*'&lt;/SPAN&gt;), &lt;BR /&gt;     null(), &lt;BR /&gt;     Product#) as Product#,
  Field1,&amp;nbsp;
  Field2,
  Measure1,
  Measure2
FROM&amp;nbsp;
  DATA&lt;BR /&gt;;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 11:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552343#M744074</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-05T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert field value which starts with text or some special characters into 'NLL'</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552352#M744075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have thousands field values.I have posted a sample date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 12:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552352#M744075</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2019-03-05T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert field value which starts with text or some special characters into 'NLL'</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552357#M744076</link>
      <description>&lt;P&gt;May like this.&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;FieldProduct&lt;BR /&gt;950005-11300&lt;BR /&gt;950040-11300&lt;BR /&gt;91996171-11300&lt;BR /&gt;Dongsheng-11300&lt;BR /&gt;KINTZ PLAS-11300&lt;BR /&gt;N/A-11300&lt;BR /&gt;n/a-11300&lt;BR /&gt;NA-11300&lt;BR /&gt;Refer to a-11300&lt;BR /&gt;参考附件-11300] ;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;if( IsNum(Left(FieldProduct,2)),FieldProduct,' ') as value,&lt;BR /&gt;FieldProduct&lt;BR /&gt;Resident Data;&lt;BR /&gt;Drop Table Data;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raman&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 12:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552357#M744076</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2019-03-05T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert field value which starts with text or some special characters into 'NLL'</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552359#M744077</link>
      <description>&lt;P&gt;Resolved! by using the below code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(IsNum(Left(&lt;SPAN&gt;Product&lt;/SPAN&gt;, 1)), &lt;SPAN&gt;Product&lt;/SPAN&gt;, 'NLL') as&amp;nbsp;&lt;SPAN&gt;Product&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks to Sunny Talwar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 12:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-field-value-which-starts-with-text-or-some-special/m-p/1552359#M744077</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2019-03-05T12:34:30Z</dc:date>
    </item>
  </channel>
</rss>

