<?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 UTL_RAW.CAST_TO_VARCHAR2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976151#M333680</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;Oracle SQL has this function UTL_RAW.CAST_TO_VARCHAR2 which converts from RAW to varchar. Is there a function on the QV script side which can do the same for RAWs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 03:49:01 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2015-10-28T03:49:01Z</dc:date>
    <item>
      <title>UTL_RAW.CAST_TO_VARCHAR2</title>
      <link>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976151#M333680</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;Oracle SQL has this function UTL_RAW.CAST_TO_VARCHAR2 which converts from RAW to varchar. Is there a function on the QV script side which can do the same for RAWs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 03:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976151#M333680</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-10-28T03:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: UTL_RAW.CAST_TO_VARCHAR2</title>
      <link>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976152#M333681</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;Basically this function is used to converts RAW datatype to Varchar datatype.&lt;/P&gt;&lt;P&gt;So depend on your data present in that field you can use QlikView functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share what kind of data present in that field?&lt;/P&gt;&lt;P&gt;If possible, also share some data of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 04:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976152#M333681</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-28T04:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: UTL_RAW.CAST_TO_VARCHAR2</title>
      <link>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976153#M333682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/150721"&gt;dreamer4&lt;/A&gt;‌, the data consists of values with a comma delimiter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC_IDS&lt;/P&gt;&lt;P&gt;48:&lt;STRONG&gt;06001671363043A0&lt;/STRONG&gt;,52:&lt;STRONG&gt;280016530006C576&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;70:&lt;STRONG&gt;0600167E363084A7&lt;/STRONG&gt;,71:&lt;STRONG&gt;0600167E363084AA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use QV's subfield function to extract the values in BOLD, but they are in RAW format. I want to convert them to varchar. The varchar equivalent looks like this 16 digit number: 32383030313635333030303643353736&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using subfield like this: trim(subfield(subfield(EXEC_IDS,','),':',2)) as EXEC_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 04:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976153#M333682</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-10-28T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: UTL_RAW.CAST_TO_VARCHAR2</title>
      <link>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976154#M333683</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;It is difficult to know what kind of alogorithm use behind that function.&lt;/P&gt;&lt;P&gt;But if you want that converted 16 digit number in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can use that field using same function while fetching data from database.&lt;/P&gt;&lt;P&gt;and using evaluate() you can load that 16 digit number in QlikView Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UTL-RAW-CAST-TO-VARCHAR2/m-p/976154#M333683</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-28T06:09:07Z</dc:date>
    </item>
  </channel>
</rss>

