We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

how to append single quote using glidefunction.concat

PatriciaA987250
Tera Expert

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)

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron

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

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK

View solution in original post

1 REPLY 1

Bhavya11
Kilo Patron

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

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK