I want to concatenate two properties with a “/” in the middle. When I try using CONCAT(property-1,property-2), it works fine. However, when I try using CONCAT(property-1,”/”,property-2), it doesn’t work. Could soemone let me know what is the issue here?
Thanks a lot!