<?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>Question Re: How to realize SQL's function TO_NVARCHAR with Column Engine's functions? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaa-p/384905#M35584</link>
    <description>&lt;P&gt;Thanks a lot ! this is a definately correct answer.&lt;/P&gt;&lt;P&gt;I also figured out this combined function yesterday and expected value came out.&lt;/P&gt;&lt;P&gt;Thank u again!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 02:54:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-02-15T02:54:20Z</dc:date>
    <item>
      <title>How to realize SQL's function TO_NVARCHAR with Column Engine's functions?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaq-p/384903</link>
      <description>&lt;P&gt;In HANA STUDIO, I used SQL function TO_NVARCHAR(''BLDAT'','YYYY/MM/DD') in Calculated Columns to convert the YYYYMMDD date in BLDAT into YYYY/MM/DD and made it. &lt;/P&gt;&lt;P&gt;But according to project's request, this conversion should be realized with Column Engine, not SQL. Please answer this question, if you have some good ideas, Thank u so much.&lt;/P&gt;&lt;P&gt;link for functions which can be used with Column Engine.&lt;/P&gt;&lt;P&gt;Using Functions in Expressions&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/d7/70825bbb5710148ca7cd47cb086923/content.htm?frameset=/en/f5/a9ca3718354a499a98ba61ae3da170/frameset.htm&amp;amp;current_toc=/en/27/c84904d7df4573a7a4dadf270a20a0/plain.htm&amp;amp;node_id=177&amp;amp;show_children=false" target="test_blank"&gt;http://help.sap.com/saphelp_hanaplatform/helpdata/en/d7/70825bbb5710148ca7cd47cb086923/content.htm?frameset=/en/f5/a9ca3718354a499a98ba61ae3da170/frameset.htm&amp;amp;current_toc=/en/27/c84904d7df4573a7a4dadf270a20a0/plain.htm&amp;amp;node_id=177&amp;amp;show_children=false&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 08:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaq-p/384903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-14T08:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to realize SQL's function TO_NVARCHAR with Column Engine's functions?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaa-p/384904#M35583</link>
      <description>&lt;P&gt;You can use a combination of the DATE and FORMAT function. The DATE function to convert the BLDAT date string to a date which then can be used by the FORMAT function to create a NVARCHAR typed result in your format.&lt;/P&gt;&lt;P&gt;The expression for the column engine calculated column looks like following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;format(date("BLDAT"),'YYYY/MM/DD')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;BR /&gt;Florian&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaa-p/384904#M35583</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2017-02-14T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to realize SQL's function TO_NVARCHAR with Column Engine's functions?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaa-p/384905#M35584</link>
      <description>&lt;P&gt;Thanks a lot ! this is a definately correct answer.&lt;/P&gt;&lt;P&gt;I also figured out this combined function yesterday and expected value came out.&lt;/P&gt;&lt;P&gt;Thank u again!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 02:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-realize-sql-s-function-to-nvarchar-with-column-engine-s-functions/qaa-p/384905#M35584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-15T02:54:20Z</dc:date>
    </item>
  </channel>
</rss>

