<?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: hex code range... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526720#M685137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 09:57:46 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-01-17T09:57:46Z</dc:date>
    <item>
      <title>hex code range...</title>
      <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526719#M685136</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 searching for solution about expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i used this for present hex code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(WildMatch ((chr( num#( 'AC00', '(hex)') )),((vInput))) ,'1','2')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex. I wrote 'ㄱ' in input box, '1' appeared in Text Object which is written THAT EXPRESSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;STRONG&gt;, I want it&lt;/STRONG&gt;. If I write the 'ㄱ', list box shows values corresponds to condition( like &lt;SPAN style="color: #404040; font-family: 'Letter Gothic', 'Letter Gothic MT Std', 'Andale Mono', Consolas, Menlo, 'Lucida Console', Monaco, 'Courier New', monospace; font-size: 12px; text-align: center;"&gt;AC00&lt;/SPAN&gt;~&lt;SPAN style="color: #404040; font-family: 'Letter Gothic', 'Letter Gothic MT Std', 'Andale Mono', Consolas, Menlo, 'Lucida Console', Monaco, 'Courier New', monospace; font-size: 12px; text-align: center;"&gt;B097&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All data is irregular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once expression is right, I can show values in list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can write expression?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526719#M685136</guid>
      <dc:creator />
      <dc:date>2014-01-17T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: hex code range...</title>
      <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526720#M685137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526720#M685137</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-17T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: hex code range...</title>
      <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526721#M685138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, treseco!&lt;/P&gt;&lt;P&gt;Great thank you for your reply. very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I used it&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; =if(WildMatch('ㄱ',((vSearch1))),(chr(num(ValueLoop(ord('가'),ord('깋')), '(HEX)'))),'2') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I put the 'ㄱ' in input box, and then I want to extract words including&amp;nbsp; from'*가*' to '*깋*' (hex range) in a specific field.&lt;/P&gt;&lt;P&gt;I cant use '*' in expression. appear 'Error'&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;for that, do I need edit [General] Field?&lt;/P&gt;&lt;P&gt;now I using &amp;lt;Expression&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 02:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526721#M685138</guid>
      <dc:creator />
      <dc:date>2014-01-20T02:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: hex code range...</title>
      <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526722#M685139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though not very sure how you are trying, I guess you could use '*' concatinating with your search string. May be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WildMatch('ㄱ','*' &amp;amp;$(vSearch1)&amp;amp;'*'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't help, please try to post your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 07:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526722#M685139</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-20T07:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: hex code range...</title>
      <link>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526723#M685140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems to be solved!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think function I tried to implement need to be excepted.&lt;/P&gt;&lt;P&gt;except that, almost done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your advice was very helpful.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thank you , tresesco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hex-code-range/m-p/526723#M685140</guid>
      <dc:creator />
      <dc:date>2014-01-21T05:16:27Z</dc:date>
    </item>
  </channel>
</rss>

