
Creator
2019-04-08
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
concatenate strings with fields in the load editor in the resident table...
Hi,
I am looking to add few texts "ABCD" with existing fields in the resident table during load editor.
using this syntax: concat('L2:IT L3:'&"Resource Supplier OSPD Level 3") as sri
but it is throwing error!
Can anyone please help?
Thanks!
6,534 Views
2 Replies
2019-04-08
04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be simplify like
'L2:IT L3:'&"Resource Supplier OSPD Level 3" as sri
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

Creator
2019-04-08
05:29 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot! it works well 🙂
6,520 Views
