- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 08:43 PM
Hi,
I want to append single quote infront of the employee id (i.e. '00012345) using the the glidefunction:concat. I tried to escape the value with both back and forward slash but it return invalid function, Kindly provide sample, on how to concat single quote using glidefunction:concat.
example:
glidefunction:concat('/'', emp_num)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 06:20 AM
Hi @PatriciaA987250 ,
can you try something like this
glidefunction:concat("'",emp_num).
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 06:20 AM
Hi @PatriciaA987250 ,
can you try something like this
glidefunction:concat("'",emp_num).
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK