Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

concat function for cds view

deepikak1
Explorer
0 Kudos
356

if use concat function fname and lname i want to display lname on new line ..

concat(FIRST_NAME, concat(char(13), LAST_NAME))

how to achieve in cds view ......

want last name in new line

1 REPLY 1

j_pavan_kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
300

Hi Deepika,

Please use concat_with_space( arg1 , arg2 , space_count) function in the CDS.

Thanks,

Pavan